diff options
Diffstat (limited to 'meta/conf/layer.conf')
-rw-r--r-- | meta/conf/layer.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 76ae58ceb7..43e42957c5 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf | |||
@@ -11,11 +11,7 @@ BBFILE_PRIORITY_normal = "5" | |||
11 | # Set a variable to get to the top of the metadata location | 11 | # Set a variable to get to the top of the metadata location |
12 | COREBASE := '${@os.path.normpath("${LAYERDIR}/../")}' | 12 | COREBASE := '${@os.path.normpath("${LAYERDIR}/../")}' |
13 | 13 | ||
14 | # Add scripts to PATH | ||
15 | PATH := "${PATH}:${COREBASE}/scripts" | ||
16 | |||
17 | # Set path to qemu image tests included in this layer | 14 | # Set path to qemu image tests included in this layer |
18 | |||
19 | QEMUIMAGETESTS := "${COREBASE}/scripts/qemuimage-tests" | 15 | QEMUIMAGETESTS := "${COREBASE}/scripts/qemuimage-tests" |
20 | 16 | ||
21 | SIGGEN_EXCLUDERECIPES_ABISAFE += " \ | 17 | SIGGEN_EXCLUDERECIPES_ABISAFE += " \ |