mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 14:28:22 +01:00
7df74e3847
In current Yocto master, it's now a warning not to include LAYERSERIES_COMPAT in layer.conf. See below for more information: https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#var-LAYERSERIES_COMPAT Add this information for all current development and stable releases. Signed-off-by: Martin Kelly <mkelly@xevo.com>
11 lines
380 B
Plaintext
11 lines
380 B
Plaintext
# We have a conf and classes directory, append to BBPATH
|
|
BBPATH .= ":${LAYERDIR}"
|
|
|
|
# We have a recipes directory, add to BBFILES
|
|
BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "meta-sunxi"
|
|
BBFILE_PATTERN_meta-sunxi := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_meta-sunxi = "10"
|
|
LAYERSERIES_COMPAT_meta-sunxi = "morty pyro rocko sumo thud"
|