diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 16:56:03 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 00:29:29 +0100 |
commit | 4d609d502161137620c4b1901cc225f9e871c3dc (patch) | |
tree | 3bbb3286b831645fd29cae868b18b738ec508126 /meta/conf/layer.conf | |
parent | 8ceb769eab14066c9a5fc6a68284de9c1f5637fe (diff) | |
download | poky-4d609d502161137620c4b1901cc225f9e871c3dc.tar.gz |
Replace POKYBASE with COREBASE
(From OE-Core rev: 607a7657715f6fcba467a4e55ba64f41f4e13a15)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/layer.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 7e0beba954..37e5d99c1b 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf | |||
@@ -10,14 +10,14 @@ BBFILE_PATTERN_normal := "^${LAYERDIR}/" | |||
10 | BBFILE_PRIORITY_normal = "5" | 10 | BBFILE_PRIORITY_normal = "5" |
11 | 11 | ||
12 | # 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 |
13 | POKYBASE := ${@os.path.normpath("${LAYERDIR}/../")} | 13 | COREBASE := ${@os.path.normpath("${LAYERDIR}/../")} |
14 | 14 | ||
15 | # Add scripts to PATH | 15 | # Add scripts to PATH |
16 | PATH := "${PATH}:${POKYBASE}/scripts" | 16 | PATH := "${PATH}:${COREBASE}/scripts" |
17 | 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 := "${COREBASE}/scripts/qemuimage-tests" |
21 | 21 | ||
22 | require conf/distro/include/poky-default-revisions.inc | 22 | require conf/distro/include/poky-default-revisions.inc |
23 | 23 | ||