summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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@)