mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-10-22 15:03:59 +02:00
toolchain-layer: Add LAYERVERSION and LAYERDEPENDS
According to README, it depends on oe-core layer Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
ad5ab7a9bf
commit
516c5150fc
|
@ -23,3 +23,8 @@ BBFILE_PATTERN_toolchain-layer := "^${LAYERDIR}/"
|
|||
|
||||
BBFILE_PRIORITY_toolchain-layer = "6"
|
||||
|
||||
# This should only be incremented on significant changes that will
|
||||
# cause compatibility issues with other layers
|
||||
LAYERVERSION_toolchain-layer = "1"
|
||||
|
||||
LAYERDEPENDS_toolchain-layer = "core"
|
||||
|
|
Loading…
Reference in New Issue
Block a user