summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-07-24 08:26:59 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-09-20 11:03:54 +0200
commit41cb4d9f9287d85ae11b2d5c875ed276470273d1 (patch)
tree8365e0c415479fd9092ed4424c7f06a8bebbdd55 /platforms
parent3e471b0b5a14cdd785c860087f27d08e8355a40d (diff)
downloadptxdist-41cb4d9f9287d85ae11b2d5c875ed276470273d1.tar.gz
ptxdist-41cb4d9f9287d85ae11b2d5c875ed276470273d1.tar.xz
barebox: support layers with BAREBOX_EXTRA_ENV_PATH
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/barebox.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/platforms/barebox.in b/platforms/barebox.in
index 01dee92b5..645366e93 100644
--- a/platforms/barebox.in
+++ b/platforms/barebox.in
@@ -44,8 +44,11 @@ config BAREBOX_EXTRA_ENV
config BAREBOX_EXTRA_ENV_PATH
prompt "env dir"
string
- default "${PTXDIST_PLATFORMCONFIGDIR}/barebox-defaultenv"
+ default "barebox-defaultenv"
depends on BAREBOX_EXTRA_ENV
+ help
+ Directories and files to add to the builtin barebox environment.
+ Relative paths must be relative to the platformconfigdir.
config BAREBOX_BAREBOXENV
prompt "install 'bareboxenv'"