diff options
Diffstat (limited to 'meta-gpe/conf')
-rw-r--r-- | meta-gpe/conf/layer.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-gpe/conf/layer.conf b/meta-gpe/conf/layer.conf index 6c018b1e6..00f3929f8 100644 --- a/meta-gpe/conf/layer.conf +++ b/meta-gpe/conf/layer.conf | |||
@@ -7,3 +7,9 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" | |||
7 | BBFILE_COLLECTIONS += "gpe-layer" | 7 | BBFILE_COLLECTIONS += "gpe-layer" |
8 | BBFILE_PATTERN_gpe-layer := "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_gpe-layer := "^${LAYERDIR}/" |
9 | BBFILE_PRIORITY_gpe-layer = "7" | 9 | BBFILE_PRIORITY_gpe-layer = "7" |
10 | |||
11 | # This should only be incremented on significant changes that will | ||
12 | # cause compatibility issues with other layers | ||
13 | LAYERVERSION_gpe-layer = "1" | ||
14 | |||
15 | LAYERDEPENDS_gpe-layer = "core openembedded-layer" | ||