diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c185add8..1fd65fad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,13 +15,31 @@ and this project adheres to - Improve bitbake's setscene performance - Enable GCC sanitizers for riscv64 - Fix Qt5/6 wireshark configuration +- Add 6.12 linux-yocto reference kernel +- Upgrade 6.6 kernel to v6.6.64 +- Upgrade curl to 8.11.1 +- Upgrade linux-raspberrypi-6.6 to 6.6.63 +- Fix external kernel modules for 6.12 kernel e.g. emlog, vboxdrivers +- Upgrade LLVM and Clang to 19.1.5 +- Introduce recipe for libpeas 2.x and make it cohabit with libpeas-1 +- Update XFCE base components to 4.20 release +- Revert python3-numpy from 2.2 back to 2.1 +- Upgrade Qemu to 9.2.0 +- Upgrade systemd to 256.9 +- Add linux-yocto 6.10 to meta-tegra +- Upgrade musl to latest master at 61399d4bd02ae1ec03068445aa7ffe9174466bfd +- Run aclocal cleanup on expect,tcl,bash recipes ### Added +- Added recipes - pam-radius, lua-lgi, cbindgen +- Add include_all conf file bitbake directive + ### Removed - Removed recipes - xserver-common, autoconf-2.13-native - Remove gpe bbclass +- Drop linux-yocto 6.10 ## [2024.11] - 2024-11-30 diff --git a/conf/site.conf b/conf/site.conf index 54bc3c565..1716ef640 100644 --- a/conf/site.conf +++ b/conf/site.conf @@ -11,4 +11,4 @@ require ${TOPDIR}/conf/projects/${PROJECT}/config.conf #YOE_PROFILE = "yoe-musl-systemd-wayland" #require conf/world.conf -IMG_VERSION = "24.11.2" +IMG_VERSION = "24.11.3" diff --git a/sources/meta-arm b/sources/meta-arm index 82bb1d219..5adb31551 160000 --- a/sources/meta-arm +++ b/sources/meta-arm @@ -1 +1 @@ -Subproject commit 82bb1d2190e78fdb554bd7f0f4208cb22a399281 +Subproject commit 5adb3155179b1b618a4c59911ada7659e1bee619 diff --git a/sources/meta-clang b/sources/meta-clang index 147349b73..b987534f8 160000 --- a/sources/meta-clang +++ b/sources/meta-clang @@ -1 +1 @@ -Subproject commit 147349b7334b8a25b96bb08c2361ae0ae95e7eb6 +Subproject commit b987534f8d548fb2ee2a5696198a95a7880b7896 diff --git a/sources/meta-freescale b/sources/meta-freescale index 7f0457764..82193457c 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit 7f0457764af4aaeea7bc95da12b1b8956652125f +Subproject commit 82193457cee235862946a268ba249abf3ac83cdb diff --git a/sources/meta-freescale-3rdparty b/sources/meta-freescale-3rdparty index bc2a12c54..774ca54bc 160000 --- a/sources/meta-freescale-3rdparty +++ b/sources/meta-freescale-3rdparty @@ -1 +1 @@ -Subproject commit bc2a12c54524b92823c16eb6108084472b61073c +Subproject commit 774ca54bc00cc6c55fd92163441716d4c32f732f diff --git a/sources/meta-openembedded b/sources/meta-openembedded index 907a061e9..dedc9af69 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit 907a061e9b1d67fb5227494f051f3af6ebe05966 +Subproject commit dedc9af69d4263f35fe821ac8b0ba110741924eb diff --git a/sources/meta-qcom b/sources/meta-qcom index fc029c406..210c102d8 160000 --- a/sources/meta-qcom +++ b/sources/meta-qcom @@ -1 +1 @@ -Subproject commit fc029c4064c93107f9a8b96e6f5871c5303bac0c +Subproject commit 210c102d82c2494ca7e5f7a7ac16dae687f2eea2 diff --git a/sources/meta-raspberrypi b/sources/meta-raspberrypi index 1aeda3f52..97d7a6b5e 160000 --- a/sources/meta-raspberrypi +++ b/sources/meta-raspberrypi @@ -1 +1 @@ -Subproject commit 1aeda3f52a0cb7e9e2ae3a4673c36ca8c0c70241 +Subproject commit 97d7a6b5ec09ee85d96e1ec4cabcaa5b24a805f3 diff --git a/sources/meta-rockchip b/sources/meta-rockchip index 3a8be3158..1cdcb4960 160000 --- a/sources/meta-rockchip +++ b/sources/meta-rockchip @@ -1 +1 @@ -Subproject commit 3a8be31581651ced6c27f5bad1333064e513a8f0 +Subproject commit 1cdcb496037474cffd7b6a716eefc2814f1e105c diff --git a/sources/meta-swupdate b/sources/meta-swupdate index 01dbc7664..9a71f94e7 160000 --- a/sources/meta-swupdate +++ b/sources/meta-swupdate @@ -1 +1 @@ -Subproject commit 01dbc7664b9804bce01b926d384908ff1af498ee +Subproject commit 9a71f94e78e74dc3476c30442ba26454fd41f5ae diff --git a/sources/meta-tegra b/sources/meta-tegra index 55708dbcd..3c0d8bed9 160000 --- a/sources/meta-tegra +++ b/sources/meta-tegra @@ -1 +1 @@ -Subproject commit 55708dbcda73689b7ac22d2dddb4ce02bab91edb +Subproject commit 3c0d8bed936c74e61a3bdd46c5682d7c5f797ba0 diff --git a/sources/meta-ti b/sources/meta-ti index c46f49d38..df20c5b64 160000 --- a/sources/meta-ti +++ b/sources/meta-ti @@ -1 +1 @@ -Subproject commit c46f49d38a4cac4d5f0e9d48c7347330d583ea57 +Subproject commit df20c5b64af4ec080b7d055c50c4a5ebd3ee0ac2 diff --git a/sources/poky b/sources/poky index f5a2ea77c..9dbeec7fa 160000 --- a/sources/poky +++ b/sources/poky @@ -1 +1 @@ -Subproject commit f5a2ea77caf579125b8a1e01225e792e5f67fa76 +Subproject commit 9dbeec7fa712ec6149b955721343bf2651fd72de