summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/barebox.config
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-11-04 22:21:46 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2019-11-04 23:08:22 +0100
commit9c8be7c5927589a14aeb25dbd93d596c7883f864 (patch)
tree5c55d1df58f625c97e143de3d4eee609bc9c0bf0 /configs/platform-v7a/barebox.config
parent5e2a5016299cd91c9d89cf13910ef9940c871743 (diff)
downloadDistroKit-9c8be7c5927589a14aeb25dbd93d596c7883f864.tar.gz
DistroKit-9c8be7c5927589a14aeb25dbd93d596c7883f864.tar.xz
barebox: create the .ptxdist-defaultenv symlink in the build dir
This avoids problems if the same git tree is used in local_src/ for multiple barebox packages. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'configs/platform-v7a/barebox.config')
-rw-r--r--configs/platform-v7a/barebox.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/platform-v7a/barebox.config b/configs/platform-v7a/barebox.config
index b2e99c9..f66c4a9 100644
--- a/configs/platform-v7a/barebox.config
+++ b/configs/platform-v7a/barebox.config
@@ -192,7 +192,7 @@ CONFIG_DEFAULT_ENVIRONMENT=y
CONFIG_DEFAULT_COMPRESSION_NONE=y
CONFIG_DEFAULT_ENVIRONMENT_GENERIC_NEW=y
CONFIG_DEFAULT_ENVIRONMENT_GENERIC_NEW_MENU=y
-CONFIG_DEFAULT_ENVIRONMENT_PATH=".ptxdist-defaultenv"
+CONFIG_DEFAULT_ENVIRONMENT_PATH="$(objtree)/.ptxdist-defaultenv"
# CONFIG_BAREBOXENV_TARGET is not set
# CONFIG_BAREBOXCRC32_TARGET is not set
CONFIG_POLLER=y