summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-02-13 16:01:38 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2018-02-18 20:16:24 +0100
commitad44e17b1fff00f857beb23ac1762a73099a56a7 (patch)
treed7a7b83c34c76950ea49f09924eadc42f7eee715 /configs
parentc7bc8b07b52ccaf47dfad2ddfadac3a01d384b3c (diff)
downloadDistroKit-ad44e17b1fff00f857beb23ac1762a73099a56a7.tar.gz
DistroKit-ad44e17b1fff00f857beb23ac1762a73099a56a7.tar.xz
barebox-rpi2: update to latest template changes
This fixes 'ptxdist clean root' and the wrapper blacklist. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/platform-v7a/rules/barebox-rpi2.make16
1 files changed, 11 insertions, 5 deletions
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,11 +63,16 @@ $(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 \
$(image) $(IMAGEDIR)/$(notdir $(image))-rpi2;)