summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-07-21 11:59:30 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-07-21 11:59:30 +0000
commit5ab00927ecd4f0259a28bac0e527d4d71e767118 (patch)
treed1cb060a0bf5e31b25a58a4363ab5a28ad297fd3 /Makefile
parent94e1cd2189a7b594b44c491f157bc3232fc94f94 (diff)
parenteea876bcb845c48630d7b035fadcfff49c1b0763 (diff)
Merge "BUILD_ID: Fix incomplete git build info"
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 \