From c7bc8b07b52ccaf47dfad2ddfadac3a01d384b3c Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Tue, 13 Feb 2018 16:01:37 +0100 Subject: barebox-mx6: update to latest template changes This fixes 'ptxdist clean root' and the wrapper blacklist. Signed-off-by: Michael Olbrich --- configs/platform-v7a/rules/barebox-mx6.make | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'configs/platform-v7a/rules') diff --git a/configs/platform-v7a/rules/barebox-mx6.make b/configs/platform-v7a/rules/barebox-mx6.make index b490c39..87c0236 100644 --- a/configs/platform-v7a/rules/barebox-mx6.make +++ b/configs/platform-v7a/rules/barebox-mx6.make @@ -30,11 +30,12 @@ BAREBOX_MX6_SOURCE := $(SRCDIR)/$(BAREBOX_MX6).$(BAREBOX_MX6_SUFFIX) # Prepare # ---------------------------------------------------------------------------- -BAREBOX_MX6_BLACKLIST := \ +BAREBOX_MX6_WRAPPER_BLACKLIST := \ TARGET_HARDEN_RELRO \ TARGET_HARDEN_BINDNOW \ TARGET_HARDEN_PIE \ - TARGET_DEBUG + TARGET_DEBUG \ + TARGET_BUILD_ID BAREBOX_MX6_CONF_ENV := KCONFIG_NOTIMESTAMP=1 BAREBOX_MX6_CONF_OPT := $(call barebox-opts, BAREBOX_MX6) @@ -69,10 +70,15 @@ $(STATEDIR)/barebox-mx6.prepare: $(BAREBOX_MX6_CONFIG) # Install # ---------------------------------------------------------------------------- -BAREBOX_MX6_INSTALL_OPT := \ - $(call barebox-opts, BAREBOX_MX6) - $(STATEDIR)/barebox-mx6.install: + @$(call targetinfo) + @$(call touch) + +# ---------------------------------------------------------------------------- +# Targetinstall +# ---------------------------------------------------------------------------- + +$(STATEDIR)/barebox-mx6.targetinstall: @$(call targetinfo) @$(foreach image, $(BAREBOX_MX6_IMAGES), \ install -m 644 \ -- cgit v1.2.3