1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-31 12:50:02 +00:00

layer.conf: update compatibility to wrynose

The oe-core master branch just switched from whinlatter to wrynose[1] so
follow this change in our layers.

[1] oe-core cd1179544d7 ("layer.conf: Update to wrynose")

Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
Ross Burton
2026-03-18 11:09:51 +00:00
parent f4118f9b86
commit 930a65579d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "meta-arm-bsp"
BBFILE_PATTERN_meta-arm-bsp = "^${LAYERDIR}/" BBFILE_PATTERN_meta-arm-bsp = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-arm-bsp = "5" BBFILE_PRIORITY_meta-arm-bsp = "5"
LAYERSERIES_COMPAT_meta-arm-bsp = "whinlatter" LAYERSERIES_COMPAT_meta-arm-bsp = "wrynose"
LAYERDEPENDS_meta-arm-bsp = "core meta-arm" LAYERDEPENDS_meta-arm-bsp = "core meta-arm"
# This won't be used by layerindex-fetch, but works everywhere else # This won't be used by layerindex-fetch, but works everywhere else
+1 -1
View File
@@ -9,4 +9,4 @@ BBFILE_PATTERN_arm-toolchain := "^${LAYERDIR}/"
BBFILE_PRIORITY_arm-toolchain = "5" BBFILE_PRIORITY_arm-toolchain = "5"
LAYERDEPENDS_arm-toolchain = "core" LAYERDEPENDS_arm-toolchain = "core"
LAYERSERIES_COMPAT_arm-toolchain = "whinlatter" LAYERSERIES_COMPAT_arm-toolchain = "wrynose"
+1 -1
View File
@@ -13,7 +13,7 @@ LAYERDEPENDS_meta-arm = " \
core \ core \
arm-toolchain \ arm-toolchain \
" "
LAYERSERIES_COMPAT_meta-arm = "whinlatter" LAYERSERIES_COMPAT_meta-arm = "wrynose"
# runfvp --console needs telnet, so pull this in for testimage. # runfvp --console needs telnet, so pull this in for testimage.
HOSTTOOLS_NONFATAL += "telnet" HOSTTOOLS_NONFATAL += "telnet"