meta-imx: Set LAYERSERIES_COMPAT to langdale

Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
This commit is contained in:
Neena Busireddy 2022-09-30 07:45:42 -07:00 committed by Tom Hochstein
parent a786828383
commit 4b35cbb3a2
5 changed files with 9 additions and 5 deletions

View File

@ -8,7 +8,11 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "fsl-bsp-release"
BBFILE_PATTERN_fsl-bsp-release := "^${LAYERDIR}/"
BBFILE_PRIORITY_fsl-bsp-release = "8"
LAYERSERIES_COMPAT_fsl-bsp-release = "kirkstone"
LAYERSERIES_COMPAT_fsl-bsp-release = "langdale"
# FIXME: Drop these lines when the external layers are marked compatible
LAYERSERIES_COMPAT_chromium-browser-layer:append = " langdale"
LAYERSERIES_COMPAT_imx-demo:append = " langdale"
# Define new EULAs and add them to the list defined in meta-freescale.
# See fsl-eula-unpack.bbclass.

View File

@ -8,4 +8,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "meta-cockpit"
BBFILE_PATTERN_meta-cockpit := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-cockpit = "8"
LAYERSERIES_COMPAT_meta-cockpit = "kirkstone"
LAYERSERIES_COMPAT_meta-cockpit = "langdale"

View File

@ -8,4 +8,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "meta-ml"
BBFILE_PATTERN_meta-ml := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-ml = "8"
LAYERSERIES_COMPAT_meta-ml = "kirkstone"
LAYERSERIES_COMPAT_meta-ml = "langdale"

View File

@ -8,7 +8,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "fsl-sdk-release"
BBFILE_PATTERN_fsl-sdk-release := "^${LAYERDIR}/"
BBFILE_PRIORITY_fsl-sdk-release = "8"
LAYERSERIES_COMPAT_fsl-sdk-release = "kirkstone"
LAYERSERIES_COMPAT_fsl-sdk-release = "langdale"
BBFILES_DYNAMIC += " \
chromium-browser-layer:${LAYERDIR}/dynamic-layers/chromium-browser-layer/*/*/*.bb \

View File

@ -8,7 +8,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "v2x-imx"
BBFILE_PATTERN_v2x-imx := "^${LAYERDIR}"
BBFILE_PRIORITY_v2x-imx = "9"
LAYERSERIES_COMPAT_v2x-imx = "kirkstone"
LAYERSERIES_COMPAT_v2x-imx = "langdale"
# MASK append recipes to disable profiling
BBMASK += "meta-v2x/recipes-kernel/"