summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-02-13 16:01:36 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2018-02-18 20:16:00 +0100
commit74ca6df7698a3a8ff5de7e240d36f0f7dfa633b9 (patch)
tree698244d32b2c1219dd50f03b946fa514d6682d6d /configs/platform-v7a
parent611ffc376f061f22856cb8559dccff6cfac1a6de (diff)
downloadDistroKit-74ca6df7698a3a8ff5de7e240d36f0f7dfa633b9.tar.gz
DistroKit-74ca6df7698a3a8ff5de7e240d36f0f7dfa633b9.tar.xz
barebox-am335x: 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/platform-v7a')
-rw-r--r--configs/platform-v7a/rules/barebox-am335x.make16
1 files changed, 11 insertions, 5 deletions
diff --git a/configs/platform-v7a/rules/barebox-am335x.make b/configs/platform-v7a/rules/barebox-am335x.make
index f1f8ff5..22973dc 100644
--- a/configs/platform-v7a/rules/barebox-am335x.make
+++ b/configs/platform-v7a/rules/barebox-am335x.make
@@ -30,11 +30,12 @@ BAREBOX_AM335X_SOURCE := $(SRCDIR)/$(BAREBOX_AM335X).$(BAREBOX_AM335X_SUFFIX)
# Prepare
# ----------------------------------------------------------------------------
-BAREBOX_AM335X_BLACKLIST := \
+BAREBOX_AM335X_WRAPPER_BLACKLIST := \
TARGET_HARDEN_RELRO \
TARGET_HARDEN_BINDNOW \
TARGET_HARDEN_PIE \
- TARGET_DEBUG
+ TARGET_DEBUG \
+ TARGET_BUILD_ID
BAREBOX_AM335X_CONF_ENV := KCONFIG_NOTIMESTAMP=1
BAREBOX_AM335X_CONF_OPT := $(call barebox-opts, BAREBOX_AM335X)
@@ -63,11 +64,16 @@ $(STATEDIR)/barebox-am335x.prepare: $(BAREBOX_AM335X_CONFIG)
# Install
# ----------------------------------------------------------------------------
-BAREBOX_AM335X_INSTALL_OPT := \
- $(call barebox-opts, BAREBOX_AM335X)
-
$(STATEDIR)/barebox-am335x.install:
@$(call targetinfo)
+ @$(call touch)
+
+# ----------------------------------------------------------------------------
+# Targetinstall
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/barebox-am335x.targetinstall:
+ @$(call targetinfo)
@$(foreach image, $(BAREBOX_AM335X_IMAGES), \
install -m 644 \
$(image) $(IMAGEDIR)/$(notdir $(image));)