summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-07-19 00:00:05 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-07-19 00:13:30 +0200
commiteea876bcb845c48630d7b035fadcfff49c1b0763 (patch)
tree777efb4f5e7b76c7b86f02b76a6fd8762541d51d /Makefile
parent221eb505c30134d9e78d901d10d2744aa4d279d9 (diff)
BUILD_ID: Fix incomplete git build info
Closes: ARMBAND-53 Change-Id: I92c1541a22a837c281d9b86f6ee8da327305884d Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 748b58df..9bce8773 100644
--- a/Makefile
+++ b/Makefile
@@ -64,6 +64,8 @@ build:
make \
BUILD_FUEL_PLUGINS="f_odlpluginbuild f_bgpvpn-pluginbuild" \
UBUNTU_ARCH="amd64 arm64" \
+ PRODNO="OPNFV_FUEL_AARCH64" \
+ OPNFV_GIT_SHA=$(shell git rev-parse HEAD) \
ASTUTE_REPO=${root}/upstream/fuel-astute \
ASTUTE_COMMIT=HEAD \
NAILGUN_REPO=${root}/upstream/fuel-web \