1
0
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:
Jon Mason
2020-07-15 08:59:20 -04:00
committed by Jon Mason
parent 8bd0cb6bab
commit 2c8517e0c0
3 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -13,4 +13,4 @@ LAYERDEPENDS_meta-arm = " \
core \
arm-toolchain \
"
LAYERSERIES_COMPAT_meta-arm = "warrior zeus dunfell"
LAYERSERIES_COMPAT_meta-arm = "dunfell gatesgarth"