mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-07-19 10:29:02 +02:00
layer.conf: Add styhead to compatible layer
Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
This commit is contained in:
parent
3901afbcdf
commit
cc6f3ac185
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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/"
|
||||
|
|
Loading…
Reference in New Issue
Block a user