layer.conf: Add walnascar to compatible layer

Signed-off-by: Jun Zhu <junzhu@nxp.com>
This commit is contained in:
Jun Zhu 2025-03-30 22:24:09 +08:00
parent a678aa4ef0
commit f2a7030cc7
5 changed files with 7 additions and 7 deletions

View File

@ -8,7 +8,7 @@ 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 = "mickledore nanbield scarthgap styhead"
LAYERSERIES_COMPAT_fsl-bsp-release = "mickledore nanbield scarthgap styhead walnascar"
# Create a mirror for unreliable packages
MIRRORS += "http://sourceforge.net/.* http://www.nxp.com/lgfiles/updates/other"
@ -36,7 +36,7 @@ FSL_EULA_FILE = "${LAYERDIR}/../LICENSE.txt"
FSL_EULA_FILE_MD5SUM = "${FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V58}"
# FIXME: Drop these lines when the external layers are marked compatible
LAYERSERIES_COMPAT_imx-demo:append = " styhead"
LAYERSERIES_COMPAT_imx-demo:append = " styhead walnascar"
# FIXME: Drop xxd if/when xxd-native can be used instead
HOSTTOOLS_NONFATAL:append = " xxd cert-to-efi-sig-list"

View File

@ -8,4 +8,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
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 scarthgap styhead"
LAYERSERIES_COMPAT_meta-imx-cockpit = "langdale mickledore nanbield scarthgap styhead walnascar"

View File

@ -9,6 +9,6 @@ BBFILE_COLLECTIONS += "imx-machine-learning"
BBFILE_PATTERN_imx-machine-learning := "^${LAYERDIR}/"
BBFILE_PRIORITY_imx-machine-learning = "8"
LAYERDEPENDS_meta-ml = "core freescale-layer"
LAYERDEPENDS_imx-machine-learning = "core freescale-layer"
LAYERSERIES_COMPAT_imx-machine-learning = "mickledore nanbield scarthgap styhead"
LAYERSERIES_COMPAT_imx-machine-learning = "mickledore nanbield scarthgap styhead walnascar"

View File

@ -11,7 +11,7 @@ BBFILE_PRIORITY_fsl-sdk-release = "8"
LAYERDEPENDS_fsl-sdk-release = "core fsl-bsp-release"
LAYERSERIES_COMPAT_fsl-sdk-release = "styhead"
LAYERSERIES_COMPAT_fsl-sdk-release = "styhead walnascar"
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 = "mickledore nanbield scarthgap styhead"
LAYERSERIES_COMPAT_v2x-imx = "mickledore nanbield scarthgap styhead walnascar"
# MASK append recipes to disable profiling
BBMASK += "meta-imx-v2x/recipes-kernel/"