meta-imx/meta-imx-cockpit/conf/layer.conf
Neena Busireddy d25c439714 Rename all the layers in meta-imx [YOCIMX-7393]
meta-bsp --> meta-imx-bsp
meta-sdk --> meta-imx-sdk
meta-ml --> meta-imx-ml
meta-v2x --> meta-imx-v2x
meta-cockpit-->meta-imx-cockpit

Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
2023-12-08 06:41:38 +01:00

12 lines
419 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 += "meta-imx-cockpit"
BBFILE_PATTERN_meta-imx-cockpit := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-imx-cockpit = "8"
LAYERSERIES_COMPAT_meta-imx-cockpit = "langdale mickledore nanbield"