summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2020-12-06 22:48:16 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2021-02-01 18:47:23 +0100
commite3651b89bbdadb1202c42bed8c2904dabd276649 (patch)
tree305dfe89a4fa3c8871b0ba24295b18f3cf79cfd0 /configs
parentcc0ba35be9e927df1b94ece5ddeead4b585ffe8a (diff)
downloadDistroKit-e3651b89bbdadb1202c42bed8c2904dabd276649.tar.gz
DistroKit-e3651b89bbdadb1202c42bed8c2904dabd276649.tar.xz
rpi: barebox: make BAREBOX_EXTRA_ENV_PATH layer-aware
Since PTXdist commit 41cb4d9f9287d85ae11b (2018-07-24, Michael Olbrich: "barebox: support layers with BAREBOX_EXTRA_ENV_PATH"), this path is layer-aware and resolved relative to the platformconfig directory. Reviewed-by: Michael Olbrich <m.olbrich@pengutronix.de> Link: https://git.pengutronix.de/cgit/ptxdist/commit/?id=41cb4d9f9287d85ae11b Signed-off-by: Roland Hieber <rhi@pengutronix.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/platform-rpi/platformconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/platform-rpi/platformconfig b/configs/platform-rpi/platformconfig
index 835ff38..c86fb2b 100644
--- a/configs/platform-rpi/platformconfig
+++ b/configs/platform-rpi/platformconfig
@@ -171,7 +171,7 @@ PTXCONF_BAREBOX_VERSION="2020.08.1"
PTXCONF_BAREBOX_MD5="d57031878390cb267f6641aedffcda9f"
PTXCONF_BAREBOX_CONFIG="barebox.config"
PTXCONF_BAREBOX_EXTRA_ENV=y
-PTXCONF_BAREBOX_EXTRA_ENV_PATH="${PTXDIST_PLATFORMCONFIGDIR}/barebox-defaultenv"
+PTXCONF_BAREBOX_EXTRA_ENV_PATH="barebox-defaultenv"
# PTXCONF_BAREBOX_BAREBOXENV is not set
# PTXCONF_BAREBOX_BAREBOXCRC32 is not set
# PTXCONF_BAREBOX_KERNEL_INSTALL is not set