From 6d3a5ac67980d0bfb0091a5ee69449eb4f32390f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 22 Jul 2010 12:24:56 +0100 Subject: meta/layer.conf: Fix PATH to use POKYBASE Signed-off-by: Richard Purdie --- meta/conf/layer.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/conf/layer.conf') diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 30068d6aec..c0298f5288 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf @@ -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" -- cgit v1.2.3-54-g00ecf