mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
meta-filesystems: Add LAYERVERSION and LAYERDEPENDS
According to README, it depends on oe-core and openembedded-layer Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
af34fec381
commit
1c8a0807eb
@@ -8,3 +8,9 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
|||||||
BBFILE_COLLECTIONS += "filesystems-layer"
|
BBFILE_COLLECTIONS += "filesystems-layer"
|
||||||
BBFILE_PATTERN_filesystems-layer = "^${LAYERDIR}/"
|
BBFILE_PATTERN_filesystems-layer = "^${LAYERDIR}/"
|
||||||
BBFILE_PRIORITY_filesystems-layer = "6"
|
BBFILE_PRIORITY_filesystems-layer = "6"
|
||||||
|
|
||||||
|
# This should only be incremented on significant changes that will
|
||||||
|
# cause compatibility issues with other layers
|
||||||
|
LAYERVERSION_filesystems-layer = "1"
|
||||||
|
|
||||||
|
LAYERDEPENDS_filesystems-layer = "core openembedded-layer"
|
||||||
|
|||||||
Reference in New Issue
Block a user