mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-12-14 06:26:18 +01:00
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>
12 lines
419 B
Plaintext
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"
|