
We avoid in this way a build warning. See: https://patchwork.openembedded.org/patch/140542/ Changelog-entry: Add LAYERSERIES_COMPAT to yocto in layer.conf Signed-off-by: Florin Sarbu <florin@resin.io>
10 lines
294 B
Text
10 lines
294 B
Text
BBPATH .= ":${LAYERDIR}"
|
|
|
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
|
${LAYERDIR}/recipes-*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "resin-allwinner"
|
|
BBFILE_PATTERN_resin-allwinner := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_resin-allwinner = "1337"
|
|
|
|
LAYERSERIES_COMPAT_resin-allwinner = "sumo"
|