mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +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:
committed by
Martin Jansa
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user