summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-02-13 16:01:39 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2018-02-18 20:16:38 +0100
commit90199b92412624fb5606ad913490c76a54c40107 (patch)
tree9cfc3964810a9ff42298e16e92cc1b5c3eeb77f6
parentad44e17b1fff00f857beb23ac1762a73099a56a7 (diff)
downloadDistroKit-90199b92412624fb5606ad913490c76a54c40107.tar.gz
DistroKit-90199b92412624fb5606ad913490c76a54c40107.tar.xz
barebox-vexpress: update to latest template changes
This fixes 'ptxdist clean root' and the wrapper blacklist. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--configs/platform-v7a/rules/barebox-vexpress.make16
1 files changed, 11 insertions, 5 deletions
diff --git a/configs/platform-v7a/rules/barebox-vexpress.make b/configs/platform-v7a/rules/barebox-vexpress.make
index 01577a5..6721e3e 100644
--- a/configs/platform-v7a/rules/barebox-vexpress.make
+++ b/configs/platform-v7a/rules/barebox-vexpress.make
@@ -30,11 +30,12 @@ BAREBOX_VEXPRESS_SOURCE := $(SRCDIR)/$(BAREBOX_VEXPRESS).$(BAREBOX_VEXPRESS_SUF
# Prepare
# ----------------------------------------------------------------------------
-BAREBOX_VEXPRESS_BLACKLIST := \
+BAREBOX_VEXPRESS_WRAPPER_BLACKLIST := \
TARGET_HARDEN_RELRO \
TARGET_HARDEN_BINDNOW \
TARGET_HARDEN_PIE \
- TARGET_DEBUG
+ TARGET_DEBUG \
+ TARGET_BUILD_ID
BAREBOX_VEXPRESS_CONF_ENV := KCONFIG_NOTIMESTAMP=1
BAREBOX_VEXPRESS_CONF_OPT := $(call barebox-opts, BAREBOX_VEXPRESS)
@@ -62,11 +63,16 @@ $(STATEDIR)/barebox-vexpress.prepare: $(BAREBOX_VEXPRESS_CONFIG)
# Install
# ----------------------------------------------------------------------------
-BAREBOX_VEXPRESS_INSTALL_OPT := \
- $(call barebox-opts, BAREBOX_VEXPRESS)
-
$(STATEDIR)/barebox-vexpress.install:
@$(call targetinfo)
+ @$(call touch)
+
+# ----------------------------------------------------------------------------
+# Targetinstall
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/barebox-vexpress.targetinstall:
+ @$(call targetinfo)
@$(foreach image, $(BAREBOX_VEXPRESS_IMAGES), \
install -m 644 \
$(image) $(IMAGEDIR)/$(notdir $(image));)