aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-07-22 13:46:28 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-07-22 13:46:28 +0000
commit8729c530665164205678e18afdbe6706fe93588d (patch)
treec3d0019200ef2205eca678e3b523c8ac8c629bef /Makefile
parentb824fbf3886311289ceb003060b4b9fb5517494c (diff)
parent16984fb6d4432ba9deae152d62879b724492b931 (diff)
Merge "BUILD_ID: Fix build ID too long err"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9bce8773..2dbf769b 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@ build:
make \
BUILD_FUEL_PLUGINS="f_odlpluginbuild f_bgpvpn-pluginbuild" \
UBUNTU_ARCH="amd64 arm64" \
- PRODNO="OPNFV_FUEL_AARCH64" \
+ PRODNO="OPNFV_ARMBAND_FUEL" \
OPNFV_GIT_SHA=$(shell git rev-parse HEAD) \
ASTUTE_REPO=${root}/upstream/fuel-astute \
ASTUTE_COMMIT=HEAD \