mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-12 03:10:15 +00:00
Limit legacy compatibility to dunfell
Layers are only being tested against dunfell and gatesgarth. Limit the layer compatibility to only those versions. Change-Id: Ib4df617d8991b1c9096b8feaad9228174319bf11 Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -10,4 +10,4 @@ BBFILE_PATTERN_meta-arm-bsp = "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_meta-arm-bsp = "6"
|
||||
|
||||
LAYERDEPENDS_meta-arm-bsp = "core meta-arm meta-kernel"
|
||||
LAYERSERIES_COMPAT_meta-arm-bsp = "warrior zeus dunfell"
|
||||
LAYERSERIES_COMPAT_meta-arm-bsp = "dunfell gatesgarth"
|
||||
|
||||
@@ -12,7 +12,7 @@ BBFILE_PRIORITY_arm-toolchain = "30"
|
||||
LICENSE_PATH += "${LAYERDIR}/custom-licenses"
|
||||
|
||||
LAYERDEPENDS_arm-toolchain = "core"
|
||||
LAYERSERIES_COMPAT_arm-toolchain = "zeus dunfell"
|
||||
LAYERSERIES_COMPAT_arm-toolchain = "dunfell gatesgarth"
|
||||
|
||||
# do not error out on bbappends for missing recipes
|
||||
BB_DANGLINGAPPENDS_WARNONLY = "true"
|
||||
|
||||
@@ -13,4 +13,4 @@ LAYERDEPENDS_meta-arm = " \
|
||||
core \
|
||||
arm-toolchain \
|
||||
"
|
||||
LAYERSERIES_COMPAT_meta-arm = "warrior zeus dunfell"
|
||||
LAYERSERIES_COMPAT_meta-arm = "dunfell gatesgarth"
|
||||
|
||||
Reference in New Issue
Block a user