mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-08 03:49:57 +00:00
meta-oe: 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
a4a0e0b09b
commit
5f74262cab
@@ -23,6 +23,12 @@ BBFILE_PATTERN_openembedded-layer := "^${LAYERDIR}/"
|
|||||||
|
|
||||||
BBFILE_PRIORITY_openembedded-layer = "6"
|
BBFILE_PRIORITY_openembedded-layer = "6"
|
||||||
|
|
||||||
|
# This should only be incremented on significant changes that will
|
||||||
|
# cause compatibility issues with other layers
|
||||||
|
LAYERVERSION_openembedded-layer = "1"
|
||||||
|
|
||||||
|
LAYERDEPENDS_openembedded-layer = "core"
|
||||||
|
|
||||||
LICENSE_PATH += "${LAYERDIR}/licenses"
|
LICENSE_PATH += "${LAYERDIR}/licenses"
|
||||||
|
|
||||||
SIGGEN_EXCLUDERECIPES_ABISAFE += " \
|
SIGGEN_EXCLUDERECIPES_ABISAFE += " \
|
||||||
|
|||||||
Reference in New Issue
Block a user