mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-04-20 11:29:54 +00:00
layer.conf: update LAYERSERIES_COMPAT for dunfell
Signed-off-by: Denys Dmytriyenko <denys@ti.com> Reviewed-by: Diego Sueiro <diego.sueiro@arm.com> Reviewed-by: Sumit Garg <sumit.garg@linaro.org> Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com> Reviewed-by: Peter Griffin <peter.griffin@linaro.org> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
committed by
Jon Mason
parent
ad6a675817
commit
b1393356c0
@@ -10,7 +10,7 @@ BBFILE_PATTERN_meta-arm-bsp = "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_meta-arm-bsp = "6"
|
||||
|
||||
LAYERDEPENDS_meta-arm-bsp = "core openembedded-layer meta-arm"
|
||||
LAYERSERIES_COMPAT_meta-arm-bsp = "warrior zeus"
|
||||
LAYERSERIES_COMPAT_meta-arm-bsp = "warrior zeus dunfell"
|
||||
|
||||
# We have patches for xen but meta-virtualization might not be there so filter
|
||||
# out recipes-extended/xen unless xen is activated in the features
|
||||
|
||||
@@ -8,8 +8,7 @@ BBFILE_COLLECTIONS += "arm-toolchain"
|
||||
BBFILE_PATTERN_arm-toolchain := "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_arm-toolchain = "30"
|
||||
|
||||
LAYERSERIES_COMPAT_arm-toolchain = "zeus"
|
||||
LAYERSERIES_COMPAT_arm-toolchain = "zeus dunfell"
|
||||
|
||||
# do not error out on bbappends for missing recipes
|
||||
BB_DANGLINGAPPENDS_WARNONLY = "true"
|
||||
|
||||
|
||||
@@ -10,4 +10,4 @@ BBFILE_PATTERN_meta-arm = "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_meta-arm = "6"
|
||||
|
||||
LAYERDEPENDS_meta-arm = "core"
|
||||
LAYERSERIES_COMPAT_meta-arm = "warrior zeus"
|
||||
LAYERSERIES_COMPAT_meta-arm = "warrior zeus dunfell"
|
||||
|
||||
Reference in New Issue
Block a user