mirror of
https://github.com/optim-enterprises-bv/meta-overc.git
synced 2026-01-13 03:15:17 +00:00
It will become a visible warning if LAYERSERIES_COMPAT is not set, so we add it to our layers, and set it to rocko. Once sumo releases and branched, we'll change the value. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
17 lines
507 B
Plaintext
17 lines
507 B
Plaintext
# We have a conf and classes directory, add to BBPATH
|
|
BBPATH .= ":${LAYERDIR}"
|
|
|
|
# We have recipes-* directories, add to BBFILES
|
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "overc"
|
|
BBFILE_PATTERN_overc = "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_overc = "1"
|
|
|
|
# This should only be incremented on significant changes that will
|
|
# cause compatibility issues with other layers
|
|
LAYERVERSION_overc = "1"
|
|
LAYERDEPENDS_overc = "core"
|
|
LAYERSERIES_COMPAT_overc = "rocko"
|
|
|