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