summaryrefslogtreecommitdiffstats
path: root/meta/conf/layer.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-30 17:04:21 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-30 17:32:31 +0100
commit8c2e3c96790494014bf68de5b53dfab314aef47f (patch)
tree28c5bdade0f3c382f436f95deb4ab73d7abcfa8f /meta/conf/layer.conf
parent534f31903b98de9298c69f4de4d6cd1c51d394d6 (diff)
downloadast2050-yocto-poky-8c2e3c96790494014bf68de5b53dfab314aef47f.zip
ast2050-yocto-poky-8c2e3c96790494014bf68de5b53dfab314aef47f.tar.gz
layer.conf/bitbake.conf: Tweak PATH
We want the help2man script in scripts/ to be found in preference to any from the host system and from the native sysroot. It turns out to be tricky to get the order right from layer.conf so we move the addition of the scripts directory to bitbake.conf. Without this, "bitbake libtasn1 -c cleansstate; bitbake help2man-native; bitbake libtasn1" will fail due to finding the host system help2man before ours. (From OE-Core rev: 859255dd30958db018d40ede94a76db36a98da7f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/layer.conf')
-rw-r--r--meta/conf/layer.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index 76ae58c..43e4295 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -11,11 +11,7 @@ BBFILE_PRIORITY_normal = "5"
# Set a variable to get to the top of the metadata location
COREBASE := '${@os.path.normpath("${LAYERDIR}/../")}'
-# Add scripts to PATH
-PATH := "${PATH}:${COREBASE}/scripts"
-
# Set path to qemu image tests included in this layer
-
QEMUIMAGETESTS := "${COREBASE}/scripts/qemuimage-tests"
SIGGEN_EXCLUDERECIPES_ABISAFE += " \
OpenPOWER on IntegriCloud