aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/layer.conf')
-rw-r--r--meta/conf/layer.conf6
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}/"
BBFILE_PRIORITY_normal = "5"
# Set a variable to get to the top of the metadata location
-POKYBASE := ${@os.path.normpath("${LAYERDIR}/../")}
+COREBASE := ${@os.path.normpath("${LAYERDIR}/../")}
# Add scripts to PATH
-PATH := "${PATH}:${POKYBASE}/scripts"
+PATH := "${PATH}:${COREBASE}/scripts"
# Set path to qemu image tests included in this layer
-QEMUIMAGETESTS := "${POKYBASE}/scripts/qemuimage-tests"
+QEMUIMAGETESTS := "${COREBASE}/scripts/qemuimage-tests"
require conf/distro/include/poky-default-revisions.inc