summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/rules/barebox-mx6.make
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2019-06-05 20:52:09 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2019-06-05 21:07:22 +0200
commit984c1617231700da634c8e8aee59fc9966adb1ca (patch)
treeac125cd9c8b785ca349730a494775a9e6e25caff /configs/platform-v7a/rules/barebox-mx6.make
parentfc9a3c01f3fcc27262563cd790f1b48b8e2c0390 (diff)
downloadDistroKit-984c1617231700da634c8e8aee59fc9966adb1ca.tar.gz
DistroKit-984c1617231700da634c8e8aee59fc9966adb1ca.tar.xz
v7a: bareboxes: use config diffs with the common reference config
Make it easier to maintain a common set of features and also review the device-specific changes between all the barebox variants by using the config diff mechanism which has been available since PTXdist 2019.01.0. No barebox config was harmed in the making of this patch, only their difference to the common reference config was computed. Also add a helper script to regenerate the config diffs after the common config was changed. Signed-off-by: Roland Hieber <rhi@pengutronix.de>
Diffstat (limited to 'configs/platform-v7a/rules/barebox-mx6.make')
-rw-r--r--configs/platform-v7a/rules/barebox-mx6.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/platform-v7a/rules/barebox-mx6.make b/configs/platform-v7a/rules/barebox-mx6.make
index 04c771f..69d8236 100644
--- a/configs/platform-v7a/rules/barebox-mx6.make
+++ b/configs/platform-v7a/rules/barebox-mx6.make
@@ -22,6 +22,7 @@ BAREBOX_MX6 := barebox-$(BAREBOX_MX6_VERSION)
BAREBOX_MX6_SUFFIX := tar.bz2
BAREBOX_MX6_DIR := $(BUILDDIR)/barebox-mx6-$(BAREBOX_MX6_VERSION)
BAREBOX_MX6_CONFIG := $(call ptx/in-platformconfigdir, barebox-mx6.config)
+BAREBOX_MX6_REF_CONFIG := $(call ptx/in-platformconfigdir, barebox.config)
BAREBOX_MX6_LICENSE := GPL-2.0
BAREBOX_MX6_URL := $(call barebox-url, BAREBOX_MX6)
BAREBOX_MX6_SOURCE := $(SRCDIR)/$(BAREBOX_MX6).$(BAREBOX_MX6_SUFFIX)