From ad44e17b1fff00f857beb23ac1762a73099a56a7 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Tue, 13 Feb 2018 16:01:38 +0100 Subject: barebox-rpi2: update to latest template changes This fixes 'ptxdist clean root' and the wrapper blacklist. Signed-off-by: Michael Olbrich --- configs/platform-v7a/rules/barebox-rpi2.make | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'configs') diff --git a/configs/platform-v7a/rules/barebox-rpi2.make b/configs/platform-v7a/rules/barebox-rpi2.make index 7dc0f61..f471167 100644 --- a/configs/platform-v7a/rules/barebox-rpi2.make +++ b/configs/platform-v7a/rules/barebox-rpi2.make @@ -30,11 +30,12 @@ BAREBOX_RPI2_SOURCE := $(SRCDIR)/$(BAREBOX_RPI2).$(BAREBOX_RPI2_SUFFIX) # Prepare # ---------------------------------------------------------------------------- -BAREBOX_RPI2_BLACKLIST := \ +BAREBOX_RPI2_WRAPPER_BLACKLIST := \ TARGET_HARDEN_RELRO \ TARGET_HARDEN_BINDNOW \ TARGET_HARDEN_PIE \ - TARGET_DEBUG + TARGET_DEBUG \ + TARGET_BUILD_ID BAREBOX_RPI2_CONF_ENV := KCONFIG_NOTIMESTAMP=1 BAREBOX_RPI2_CONF_OPT := $(call barebox-opts, BAREBOX_RPI2) @@ -62,10 +63,15 @@ $(STATEDIR)/barebox-rpi2.prepare: $(BAREBOX_RPI2_CONFIG) # Install # ---------------------------------------------------------------------------- -BAREBOX_RPI2_INSTALL_OPT := \ - $(call barebox-opts, BAREBOX_RPI2) - $(STATEDIR)/barebox-rpi2.install: + @$(call targetinfo) + @$(call touch) + +# ---------------------------------------------------------------------------- +# Targetinstall +# ---------------------------------------------------------------------------- + +$(STATEDIR)/barebox-rpi2.targetinstall: @$(call targetinfo) @$(foreach image, $(BAREBOX_RPI2_IMAGES), \ install -m 644 \ -- cgit v1.2.3