diff options
-rw-r--r-- | meta-yocto/conf/layer.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-yocto/conf/layer.conf b/meta-yocto/conf/layer.conf index e012f24092..e326aadbcd 100644 --- a/meta-yocto/conf/layer.conf +++ b/meta-yocto/conf/layer.conf | |||
@@ -9,3 +9,8 @@ BBFILE_COLLECTIONS += "yocto" | |||
9 | BBFILE_PATTERN_yocto = "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_yocto = "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_yocto = "5" | 10 | BBFILE_PRIORITY_yocto = "5" |
11 | 11 | ||
12 | # This should only be incremented on significant changes that will | ||
13 | # cause compatibility issues with other layers | ||
14 | LAYERVERSION_yocto = "1" | ||
15 | |||
16 | LAYERDEPENDS_yocto = "core" | ||