diff options
Diffstat (limited to 'meta-oe/conf')
-rw-r--r-- | meta-oe/conf/layer.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf index 2a5a4286a2..e2a89cdae9 100644 --- a/meta-oe/conf/layer.conf +++ b/meta-oe/conf/layer.conf | |||
@@ -23,6 +23,12 @@ BBFILE_PATTERN_openembedded-layer := "^${LAYERDIR}/" | |||
23 | 23 | ||
24 | BBFILE_PRIORITY_openembedded-layer = "6" | 24 | BBFILE_PRIORITY_openembedded-layer = "6" |
25 | 25 | ||
26 | # This should only be incremented on significant changes that will | ||
27 | # cause compatibility issues with other layers | ||
28 | LAYERVERSION_openembedded-layer = "1" | ||
29 | |||
30 | LAYERDEPENDS_openembedded-layer = "core" | ||
31 | |||
26 | LICENSE_PATH += "${LAYERDIR}/licenses" | 32 | LICENSE_PATH += "${LAYERDIR}/licenses" |
27 | 33 | ||
28 | SIGGEN_EXCLUDERECIPES_ABISAFE += " \ | 34 | SIGGEN_EXCLUDERECIPES_ABISAFE += " \ |