diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-22 12:24:56 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-22 12:24:56 +0100 |
commit | 6d3a5ac67980d0bfb0091a5ee69449eb4f32390f (patch) | |
tree | 5f29203ec5b4fe74bdcdfb6e4caedd867fc0d8d6 /meta/conf | |
parent | ade4c8a3b2346b54e7103ea6351464d3fd23307b (diff) | |
download | poky-6d3a5ac67980d0bfb0091a5ee69449eb4f32390f.tar.gz |
meta/layer.conf: Fix PATH to use POKYBASE
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/layer.conf | 6 |
1 files changed, 3 insertions, 3 deletions
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" | |||
9 | BBFILE_PATTERN_normal := "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_normal := "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_normal = "5" | 10 | BBFILE_PRIORITY_normal = "5" |
11 | 11 | ||
12 | # Add scripts to PATH | ||
13 | PATH := "${PATH}:${LAYERDIR}/scripts" | ||
14 | |||
15 | # Set a variable to get to the top of the metadata location | 12 | # Set a variable to get to the top of the metadata location |
16 | POKYBASE := ${@os.path.normpath("${LAYERDIR}/../")} | 13 | POKYBASE := ${@os.path.normpath("${LAYERDIR}/../")} |
17 | 14 | ||
15 | # Add scripts to PATH | ||
16 | PATH := "${PATH}:${POKYBASE}/scripts" | ||
17 | |||
18 | # Set path to qemu image tests included in this layer | 18 | # Set path to qemu image tests included in this layer |
19 | 19 | ||
20 | QEMUIMAGETESTS := "${POKYBASE}/scripts/qemuimage-tests" | 20 | QEMUIMAGETESTS := "${POKYBASE}/scripts/qemuimage-tests" |