summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-02-09 15:08:23 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-02-09 15:08:23 +0100
commit6721bf9dcd59bcc3d6d537f7ec35a20d6651215c (patch)
tree52e6e8890e4ab2a1f3ce342c35af59baf51a0145
parentf6b331f35f7dc3954cd5691361d7046b660646fc (diff)
downloadptxdist-6721bf9dcd59bcc3d6d537f7ec35a20d6651215c.tar.gz
ptxdist-6721bf9dcd59bcc3d6d537f7ec35a20d6651215c.tar.xz
template-barebox: fix & update wrapper blacklistptxdist-2018.02.0
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/templates/template-barebox-make5
1 files changed, 3 insertions, 2 deletions
diff --git a/rules/templates/template-barebox-make b/rules/templates/template-barebox-make
index e9757282b..8cf153ad7 100644
--- a/rules/templates/template-barebox-make
+++ b/rules/templates/template-barebox-make
@@ -30,11 +30,12 @@ BAREBOX_@PACKAGE@_SOURCE := $(SRCDIR)/$(BAREBOX_@PACKAGE@).$(BAREBOX_@PACKAGE@_S
# Prepare
# ----------------------------------------------------------------------------
-BAREBOX_@PACKAGE@_BLACKLIST := \
+BAREBOX_@PACKAGE@_WRAPPER_BLACKLIST := \
TARGET_HARDEN_RELRO \
TARGET_HARDEN_BINDNOW \
TARGET_HARDEN_PIE \
- TARGET_DEBUG
+ TARGET_DEBUG \
+ TARGET_BUILD_ID
BAREBOX_@PACKAGE@_CONF_ENV := KCONFIG_NOTIMESTAMP=1
BAREBOX_@PACKAGE@_CONF_OPT := $(call barebox-opts, BAREBOX_@PACKAGE@)