1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-07 04:58:57 +00:00

layer.conf: Update to walnascar (5.2) layer/release series

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Khem Raj
2024-10-04 19:38:18 -07:00
committed by Jon Mason
parent 847fd39b25
commit 72546aff89
4 changed files with 4 additions and 4 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 = "styhead" LAYERSERIES_COMPAT_meta-arm-bsp = "styhead walnascar"
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
@@ -8,7 +8,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "meta-arm-systemready" BBFILE_COLLECTIONS += "meta-arm-systemready"
BBFILE_PATTERN_meta-arm-systemready = "^${LAYERDIR}/" BBFILE_PATTERN_meta-arm-systemready = "^${LAYERDIR}/"
LAYERSERIES_COMPAT_meta-arm-systemready = "styhead" LAYERSERIES_COMPAT_meta-arm-systemready = "styhead walnascar"
LAYERDEPENDS_meta-arm-systemready = "core" LAYERDEPENDS_meta-arm-systemready = "core"
+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 = "styhead" LAYERSERIES_COMPAT_arm-toolchain = "styhead walnascar"
+1 -1
View File
@@ -13,7 +13,7 @@ LAYERDEPENDS_meta-arm = " \
core \ core \
arm-toolchain \ arm-toolchain \
" "
LAYERSERIES_COMPAT_meta-arm = "styhead" LAYERSERIES_COMPAT_meta-arm = "styhead walnascar"
# 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"