diff --git a/CHANGELOG.md b/CHANGELOG.md index 278be1e29..bcfd0773f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,11 +16,17 @@ and this project adheres to - Fix several recipes to build with Clang-19 - Fix more buildpaths QA error in meta-openembedded - Update QT6 to latest on 6.7 series +- Update bpftrace to 0.21.2 +- Switch to support 'styhead' ( yocto 5.1 ) release codename +- Fix license field to reflect current state in several recipes ### Added +- Added recipes - libspelling + ### Removed +- Drop TCLIBCAPPEND ## [2024.08] - 2024-08-31 diff --git a/conf/site.conf b/conf/site.conf index 797b16e2c..ceb224d6b 100644 --- a/conf/site.conf +++ b/conf/site.conf @@ -11,4 +11,4 @@ require ${TOPDIR}/conf/projects/${PROJECT}/config.conf #YOE_PROFILE = "yoe-musl-sysvinit-wayland" #require conf/world.conf -IMG_VERSION = "24.8.1" +IMG_VERSION = "24.8.2" diff --git a/sources/meta-arm b/sources/meta-arm index 11d6e2416..9d00aa03f 160000 --- a/sources/meta-arm +++ b/sources/meta-arm @@ -1 +1 @@ -Subproject commit 11d6e241677a34125533e7f00440eddf933c87ed +Subproject commit 9d00aa03f6d1f88eca229fcb2677eccfbcaf392a diff --git a/sources/meta-clang b/sources/meta-clang index 685abe9da..814d20901 160000 --- a/sources/meta-clang +++ b/sources/meta-clang @@ -1 +1 @@ -Subproject commit 685abe9da706985c3f9c3d836ce4969c2cf5ef03 +Subproject commit 814d20901a71fd4d98a5a67789d69ef7e9a2169c diff --git a/sources/meta-freescale b/sources/meta-freescale index d35190827..fd179116f 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit d351908271556aed6e900372f6ca3d12081065a4 +Subproject commit fd179116f63cc0a3900c65d752531831bdb1c38c diff --git a/sources/meta-odroid b/sources/meta-odroid index 9e3d9542b..f2e9e700a 160000 --- a/sources/meta-odroid +++ b/sources/meta-odroid @@ -1 +1 @@ -Subproject commit 9e3d9542b0256d481c37a8d1fbb29aa40e063d6a +Subproject commit f2e9e700ad09480f54605a8101cf7c76046d4b38 diff --git a/sources/meta-openembedded b/sources/meta-openembedded index 84d6e138c..5337077e6 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit 84d6e138cb558cea9155e5a392e2ff7647e2e688 +Subproject commit 5337077e6e4a3c5cfe23e9a23e164fcdfb18a470 diff --git a/sources/meta-qcom b/sources/meta-qcom index a54a11cf7..574b18db4 160000 --- a/sources/meta-qcom +++ b/sources/meta-qcom @@ -1 +1 @@ -Subproject commit a54a11cf74a6150f257f58ba2df79ea4f63e6a6e +Subproject commit 574b18db456f7eee55186a0b6d0579c9568ea982 diff --git a/sources/meta-raspberrypi b/sources/meta-raspberrypi index ec745772d..e49de2287 160000 --- a/sources/meta-raspberrypi +++ b/sources/meta-raspberrypi @@ -1 +1 @@ -Subproject commit ec745772dcd5dc4c38ce2d7e6387d4442ad3b492 +Subproject commit e49de228735391e068642309009058fb06f4c528 diff --git a/sources/meta-rockchip b/sources/meta-rockchip index 91a694e25..74aec6e83 160000 --- a/sources/meta-rockchip +++ b/sources/meta-rockchip @@ -1 +1 @@ -Subproject commit 91a694e250a050ac77acab94521a80faac822aa1 +Subproject commit 74aec6e83d93fe594514e25345ae163b3611440d diff --git a/sources/meta-tegra b/sources/meta-tegra index a0a0005b1..2ba2294c4 160000 --- a/sources/meta-tegra +++ b/sources/meta-tegra @@ -1 +1 @@ -Subproject commit a0a0005b157505081539a851dfdcf3948da215b3 +Subproject commit 2ba2294c45965070832fe4d1cba41f8d08d3ce70 diff --git a/sources/meta-yoe/conf/distro/yoe.inc b/sources/meta-yoe/conf/distro/yoe.inc index 422131cf1..81cfceb10 100644 --- a/sources/meta-yoe/conf/distro/yoe.inc +++ b/sources/meta-yoe/conf/distro/yoe.inc @@ -56,7 +56,6 @@ BB_GIT_SHALLOW_DEPTH = "1" BB_GENERATE_SHALLOW_TARBALLS = "1" PRSERV_HOST ?= "localhost:0" -TCLIBCAPPEND = "" BUILDHISTORY_COMMIT ?= "1" diff --git a/sources/meta-yoe/conf/layer.conf b/sources/meta-yoe/conf/layer.conf index cd9251082..db376d682 100644 --- a/sources/meta-yoe/conf/layer.conf +++ b/sources/meta-yoe/conf/layer.conf @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" BBFILE_COLLECTIONS += "meta-yoe" BBFILE_PATTERN_meta-yoe := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-yoe = "99" -LAYERSERIES_COMPAT_meta-yoe = "nanbield scarthgap" +LAYERSERIES_COMPAT_meta-yoe = "scarthgap styhead" LAYERDEPENDS_meta-yoe = "core" BBFILES_DYNAMIC += " \ diff --git a/sources/poky b/sources/poky index bd2159719..185fd2b28 160000 --- a/sources/poky +++ b/sources/poky @@ -1 +1 @@ -Subproject commit bd2159719c08c101a25a5012fc684163135653e6 +Subproject commit 185fd2b28c98c3e1abe6494e03001f4a196d122e