mirror of
https://github.com/Freescale/meta-freescale-distro.git
synced 2025-10-22 23:13:02 +02:00

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>
15 lines
458 B
Plaintext
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"
|