
Let's get the NanoPi Neo Air use the same kernel from the BSP as the rest of the boards. Signed-off-by: Florin Sarbu <florin@balena.io>
11 lines
343 B
Text
11 lines
343 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"
|