mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 13:50:38 +00: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>
This commit is contained in:
parent
1796dda194
commit
92c8abf037
@ -23,3 +23,8 @@ BBFILE_PATTERN_toolchain-layer := "^${LAYERDIR}/"
|
|||||||
|
|
||||||
BBFILE_PRIORITY_toolchain-layer = "6"
|
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…
x
Reference in New Issue
Block a user