mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-07 04:58:57 +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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user