
Until we have official zeus support in meta-balena, let's set compatibility with warrior to meta-sunxi so we can build the master branch of the BSP. Signed-off-by: Florin Sarbu <florin@balena.io>
13 lines
404 B
Text
13 lines
404 B
Text
BBPATH .= ":${LAYERDIR}"
|
|
|
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
|
${LAYERDIR}/recipes-*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "balena-allwinner"
|
|
BBFILE_PATTERN_balena-allwinner := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_balena-allwinner = "1337"
|
|
|
|
LAYERSERIES_COMPAT_balena-allwinner = "warrior"
|
|
LAYERSERIES_COMPAT_meta-sunxi = "warrior"
|
|
|
|
PREFERRED_VERSION_linux-mainline_nanopi-neo-air = "4.16.13"
|