diff --git a/CHANGELOG.md b/CHANGELOG.md index 24e6ce72e..5c185add8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,15 @@ and this project adheres to - Upgrade openssl to 3.4.0 - Upgrade gnu-efi to 4.0.0 - Improve bitbake's setscene performance +- Enable GCC sanitizers for riscv64 +- Fix Qt5/6 wireshark configuration + +### Added + +### Removed + +- Removed recipes - xserver-common, autoconf-2.13-native +- Remove gpe bbclass ## [2024.11] - 2024-11-30 diff --git a/conf/site.conf b/conf/site.conf index 02715579c..54bc3c565 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.1" +IMG_VERSION = "24.11.2" diff --git a/sources/meta-arm b/sources/meta-arm index 853fde2b2..82bb1d219 160000 --- a/sources/meta-arm +++ b/sources/meta-arm @@ -1 +1 @@ -Subproject commit 853fde2b24500e7140e98ec0883a05e1fe5c662e +Subproject commit 82bb1d2190e78fdb554bd7f0f4208cb22a399281 diff --git a/sources/meta-clang b/sources/meta-clang index 275d0a5ed..147349b73 160000 --- a/sources/meta-clang +++ b/sources/meta-clang @@ -1 +1 @@ -Subproject commit 275d0a5ed688886e907deb71e4ec6fd94fd24f91 +Subproject commit 147349b7334b8a25b96bb08c2361ae0ae95e7eb6 diff --git a/sources/meta-freescale b/sources/meta-freescale index 77b940dd2..7f0457764 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit 77b940dd26babcbc90a676cb7909988858cedd15 +Subproject commit 7f0457764af4aaeea7bc95da12b1b8956652125f diff --git a/sources/meta-freescale-3rdparty b/sources/meta-freescale-3rdparty index 2291cfad4..bc2a12c54 160000 --- a/sources/meta-freescale-3rdparty +++ b/sources/meta-freescale-3rdparty @@ -1 +1 @@ -Subproject commit 2291cfad434fc42ee7b334d130df62a43bdb556a +Subproject commit bc2a12c54524b92823c16eb6108084472b61073c diff --git a/sources/meta-openembedded b/sources/meta-openembedded index a68a7f7b4..907a061e9 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit a68a7f7b43fb29f3168c595012575d50a30b349c +Subproject commit 907a061e9b1d67fb5227494f051f3af6ebe05966 diff --git a/sources/meta-riscv b/sources/meta-riscv index 4b7796585..e4dbaa742 160000 --- a/sources/meta-riscv +++ b/sources/meta-riscv @@ -1 +1 @@ -Subproject commit 4b779658548197083a17269e25554ce6bddc8563 +Subproject commit e4dbaa7421d61c9c8a03fd3f181f034b3c26367d diff --git a/sources/meta-swupdate b/sources/meta-swupdate index e7fdc1e09..01dbc7664 160000 --- a/sources/meta-swupdate +++ b/sources/meta-swupdate @@ -1 +1 @@ -Subproject commit e7fdc1e09e816d0118a145068b7fff338d8bb3db +Subproject commit 01dbc7664b9804bce01b926d384908ff1af498ee diff --git a/sources/meta-yoe/recipes-core/images/machines/visionfive2.inc b/sources/meta-yoe/recipes-core/images/machines/visionfive2.inc index 6ad433474..3ef96f6f7 100644 --- a/sources/meta-yoe/recipes-core/images/machines/visionfive2.inc +++ b/sources/meta-yoe/recipes-core/images/machines/visionfive2.inc @@ -5,7 +5,7 @@ KERNEL_IMAGE = "${KERNEL_IMAGETYPE}-${INITRAMFS_IMAGE}-${MACHINE}-${MACHINE}" KERNEL_ARTEFACTS = "\ ${KERNEL_IMAGETYPE} \ - jh7110-visionfive-v2.dtb \ + jh7110-starfive-visionfive-2-v1.3b.dtb \ " DTBO_ARTEFACTS = "\ " diff --git a/sources/meta-yoe/recipes-support/updater/files/visionfive2/platform b/sources/meta-yoe/recipes-support/updater/files/visionfive2/platform index 6b5e1bb32..803830a31 100644 --- a/sources/meta-yoe/recipes-support/updater/files/visionfive2/platform +++ b/sources/meta-yoe/recipes-support/updater/files/visionfive2/platform @@ -6,7 +6,7 @@ USB_DETECTION_DELAY=4 KERNEL="\ fitImage \ - jh7110-visionfive-v2.dtb \ + jh7110-starfive-visionfive-2-v1.3b.dtb \ " BOOT="\ diff --git a/sources/poky b/sources/poky index 2a163834b..f5a2ea77c 160000 --- a/sources/poky +++ b/sources/poky @@ -1 +1 @@ -Subproject commit 2a163834b025bb3bb39f019d4f9d283a68de1526 +Subproject commit f5a2ea77caf579125b8a1e01225e792e5f67fa76