diff --git a/meta-bsp/conf/layer.conf b/meta-bsp/conf/layer.conf index 24aa3c05c5..e4dda9e381 100644 --- a/meta-bsp/conf/layer.conf +++ b/meta-bsp/conf/layer.conf @@ -8,11 +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 = "langdale" +LAYERSERIES_COMPAT_fsl-bsp-release = "mickledore" # FIXME: Drop these lines when the external layers are marked compatible LAYERSERIES_COMPAT_chromium-browser-layer:append = " langdale" -LAYERSERIES_COMPAT_imx-demo:append = " langdale" +LAYERSERIES_COMPAT_imx-demo:append = " mickledore" # Define new EULAs and add them to the list defined in meta-freescale. # See fsl-eula-unpack.bbclass. diff --git a/meta-ml/conf/layer.conf b/meta-ml/conf/layer.conf index 0108ec53ad..716cf0864e 100644 --- a/meta-ml/conf/layer.conf +++ b/meta-ml/conf/layer.conf @@ -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 = "langdale" +LAYERSERIES_COMPAT_meta-ml = "mickledore" diff --git a/meta-sdk/conf/distro/include/fsl-imx-base.inc b/meta-sdk/conf/distro/include/fsl-imx-base.inc index f5686ace52..732ed65517 100644 --- a/meta-sdk/conf/distro/include/fsl-imx-base.inc +++ b/meta-sdk/conf/distro/include/fsl-imx-base.inc @@ -2,7 +2,7 @@ require conf/distro/poky.conf DISTRO = "imx-nxp" DISTRO_NAME = "NXP i.MX Release Distro" -DISTRO_VERSION = "6.1-langdale" +DISTRO_VERSION = "6.1-mickledore" DISTROOVERRIDES = "fsl" MAINTAINER = "NXP " diff --git a/meta-sdk/conf/layer.conf b/meta-sdk/conf/layer.conf index 7d020e3a5f..9a5b1f5952 100644 --- a/meta-sdk/conf/layer.conf +++ b/meta-sdk/conf/layer.conf @@ -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 = "langdale" +LAYERSERIES_COMPAT_fsl-sdk-release = "mickledore" BBFILES_DYNAMIC += " \ chromium-browser-layer:${LAYERDIR}/dynamic-layers/chromium-browser-layer/*/*/*.bb \ diff --git a/meta-v2x/conf/layer.conf b/meta-v2x/conf/layer.conf index b12fee9ce4..52a71ae00b 100644 --- a/meta-v2x/conf/layer.conf +++ b/meta-v2x/conf/layer.conf @@ -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 = "langdale" +LAYERSERIES_COMPAT_v2x-imx = "mickledore" # MASK append recipes to disable profiling BBMASK += "meta-v2x/recipes-kernel/"