meta-freescale-distro/conf/layer.conf
Hiago De Franco 415ea5f003 layer.conf: update for the whinlatter release series
Fix current error:
ERROR: Layer freescale-distro is not compatible with the core layer
which only supports these series: whinlatter (layer is compatible with
styhead walnascar)

Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
2025-06-22 22:18:25 -03:00

15 lines
458 B
Plaintext

# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have a packages directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "freescale-distro"
BBFILE_PATTERN_freescale-distro := "^${LAYERDIR}/"
BBFILE_PRIORITY_freescale-distro = "4"
LAYERDEPENDS_freescale-distro = "core yocto"
LAYERSERIES_COMPAT_freescale-distro = "walnascar whinlatter"