layer.conf: Add styhead to compatible layer

Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
This commit is contained in:
Zelan Zou 2024-09-09 14:20:53 +08:00 committed by Tom Hochstein
parent 3901afbcdf
commit cc6f3ac185
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"
LAYERSERIES_COMPAT_fsl-bsp-release = "mickledore nanbield scarthgap styhead"
# Create a mirror for unreliable packages
MIRRORS += "http://sourceforge.net/.* http://www.nxp.com/lgfiles/updates/other"
@ -34,8 +34,8 @@ FSL_EULA_FILE = "${LAYERDIR}/../LICENSE.txt"
FSL_EULA_FILE_MD5SUM = "${FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V57}"
# FIXME: Drop these lines when the external layers are marked compatible
LAYERSERIES_COMPAT_chromium-browser-layer:append = " scarthgap"
LAYERSERIES_COMPAT_imx-demo:append = " scarthgap"
LAYERSERIES_COMPAT_chromium-browser-layer:append = " styhead"
LAYERSERIES_COMPAT_imx-demo:append = " styhead"
# 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"
LAYERSERIES_COMPAT_meta-imx-cockpit = "langdale mickledore nanbield scarthgap styhead"

View File

@ -11,4 +11,4 @@ BBFILE_PRIORITY_imx-machine-learning = "8"
LAYERDEPENDS_meta-ml = "core freescale-layer"
LAYERSERIES_COMPAT_imx-machine-learning = "mickledore nanbield scarthgap"
LAYERSERIES_COMPAT_imx-machine-learning = "mickledore nanbield scarthgap styhead"

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 = "mickledore nanbield scarthgap"
LAYERSERIES_COMPAT_fsl-sdk-release = "mickledore nanbield scarthgap styhead"
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"
LAYERSERIES_COMPAT_v2x-imx = "mickledore nanbield scarthgap styhead"
# MASK append recipes to disable profiling
BBMASK += "meta-imx-v2x/recipes-kernel/"