]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta/layer.conf: Fix PATH to use POKYBASE
authorRichard Purdie <rpurdie@linux.intel.com>
Thu, 22 Jul 2010 11:24:56 +0000 (12:24 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 22 Jul 2010 11:24:56 +0000 (12:24 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/conf/layer.conf

index 30068d6aec86800ac2b7b450411e78a650202fbc..c0298f5288591cdaa1b1973ceda1a61229480e3f 100644 (file)
@@ -9,12 +9,12 @@ BBFILE_COLLECTIONS += "normal"
 BBFILE_PATTERN_normal := "^${LAYERDIR}/"
 BBFILE_PRIORITY_normal = "5"
 
-# Add scripts to PATH
-PATH := "${PATH}:${LAYERDIR}/scripts"
-
 # Set a variable to get to the top of the metadata location
 POKYBASE := ${@os.path.normpath("${LAYERDIR}/../")}
 
+# Add scripts to PATH
+PATH := "${PATH}:${POKYBASE}/scripts"
+
 # Set path to qemu image tests included in this layer
 
 QEMUIMAGETESTS := "${POKYBASE}/scripts/qemuimage-tests"