mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-09-24 10:30:19 +00:00
meta-*: change layer compatibility to blacksail
The upcoming 6.1 release is codenamed blacksail, so set that as the layer compatibility. We can't also claim to be compatible with wrynose as apart from potential dependency issues, the LICENSE changes mean this layer will not parse successfully. Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
@@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "meta-arm-bsp"
|
||||
BBFILE_PATTERN_meta-arm-bsp = "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_meta-arm-bsp = "5"
|
||||
|
||||
LAYERSERIES_COMPAT_meta-arm-bsp = "wrynose"
|
||||
LAYERSERIES_COMPAT_meta-arm-bsp = "blacksail"
|
||||
|
||||
LAYERDEPENDS_meta-arm-bsp = "core meta-arm"
|
||||
# This won't be used by layerindex-fetch, but works everywhere else
|
||||
|
||||
@@ -9,4 +9,4 @@ BBFILE_PATTERN_arm-toolchain := "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_arm-toolchain = "5"
|
||||
|
||||
LAYERDEPENDS_arm-toolchain = "core"
|
||||
LAYERSERIES_COMPAT_arm-toolchain = "wrynose"
|
||||
LAYERSERIES_COMPAT_arm-toolchain = "blacksail"
|
||||
|
||||
@@ -13,7 +13,7 @@ LAYERDEPENDS_meta-arm = " \
|
||||
core \
|
||||
arm-toolchain \
|
||||
"
|
||||
LAYERSERIES_COMPAT_meta-arm = "wrynose"
|
||||
LAYERSERIES_COMPAT_meta-arm = "blacksail"
|
||||
|
||||
# runfvp --console needs telnet, so pull this in for testimage.
|
||||
HOSTTOOLS_NONFATAL += "telnet"
|
||||
|
||||
Reference in New Issue
Block a user