diff options
Diffstat (limited to 'meta/conf/layer.conf')
-rw-r--r-- | meta/conf/layer.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 7b3d539245..a780245c29 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf | |||
@@ -8,5 +8,12 @@ BBFILE_COLLECTIONS += "normal" | |||
8 | BBFILE_PATTERN_normal := "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_normal := "^${LAYERDIR}/" |
9 | BBFILE_PRIORITY_normal = "5" | 9 | BBFILE_PRIORITY_normal = "5" |
10 | 10 | ||
11 | # Add scripts to PATH | ||
12 | PATH := "${PATH}:${LAYERDIR}/scripts" | ||
13 | |||
14 | # Set path to qemu image tests included in this layer | ||
15 | |||
16 | QEMUIMAGETESTS := "${OEROOT}/scripts/qemuimage-tests" | ||
17 | |||
11 | require conf/distro/include/poky-default-revisions.inc | 18 | require conf/distro/include/poky-default-revisions.inc |
12 | 19 | ||