summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/bitbake.conf2
-rw-r--r--meta/conf/layer.conf4
2 files changed, 1 insertions, 5 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 48287a71ab..70a49c60e2 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -402,7 +402,7 @@ EXTRA_IMAGEDEPENDS = ""
402# Toolchain info. 402# Toolchain info.
403################################################################## 403##################################################################
404 404
405PATH_prepend = "${STAGING_BINDIR_TOOLCHAIN}:${STAGING_BINDIR_CROSS}:${STAGING_DIR_NATIVE}${sbindir_native}:${STAGING_BINDIR_NATIVE}:${STAGING_DIR_NATIVE}${base_sbindir_native}:${STAGING_DIR_NATIVE}/${base_bindir_native}:" 405PATH_prepend = "${COREBASE}/scripts:${STAGING_BINDIR_TOOLCHAIN}:${STAGING_BINDIR_CROSS}:${STAGING_DIR_NATIVE}${sbindir_native}:${STAGING_BINDIR_NATIVE}:${STAGING_DIR_NATIVE}${base_sbindir_native}:${STAGING_DIR_NATIVE}/${base_bindir_native}:"
406export PATH 406export PATH
407 407
408################################################################## 408##################################################################
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index 76ae58ceb7..43e42957c5 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -11,11 +11,7 @@ BBFILE_PRIORITY_normal = "5"
11# Set a variable to get to the top of the metadata location 11# Set a variable to get to the top of the metadata location
12COREBASE := '${@os.path.normpath("${LAYERDIR}/../")}' 12COREBASE := '${@os.path.normpath("${LAYERDIR}/../")}'
13 13
14# Add scripts to PATH
15PATH := "${PATH}:${COREBASE}/scripts"
16
17# Set path to qemu image tests included in this layer 14# Set path to qemu image tests included in this layer
18
19QEMUIMAGETESTS := "${COREBASE}/scripts/qemuimage-tests" 15QEMUIMAGETESTS := "${COREBASE}/scripts/qemuimage-tests"
20 16
21SIGGEN_EXCLUDERECIPES_ABISAFE += " \ 17SIGGEN_EXCLUDERECIPES_ABISAFE += " \