From 82cfce1e07a27d18e2c06ed26952fd09defa1e1a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 4 Dec 2024 19:34:22 -0800 Subject: [PATCH 1/3] site: Bump image version Signed-off-by: Khem Raj --- conf/site.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From 8260a4ad115952dcd7d038e0bdf923c23075565f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 4 Dec 2024 19:34:50 -0800 Subject: [PATCH 2/3] Layer Updates: sources/meta-arm sources/meta-clang sources/meta-freescale sources/meta-freescale-3rdparty sources/meta-openembedded sources/meta-riscv sources/meta-swupdate sources/poky * sources/meta-arm 853fde2b...82bb1d21 (6): > arm/fvp-base-a-aem: upgrade to 11.27.19 > arm-bsp/trusted-firmware-m: corstone1000: Fix Secure Debug connection due to token version mismatch > linux-yocto: remove signing > uefi-secureboot.yml: switch to Unified Kernel Image (UKI) > uefi-secureboot.yml: remove duplicate distro features > qemuarm64-secureboot.conf: append to WKS_FILE_DEPENDS * sources/meta-clang 275d0a5...147349b (1): > clang: remove PROVIDES:append settings * sources/meta-freescale 77b940dd...7f045776 (2): > Merge pull request #2041 from andy9a9/feat/regex > Merge pull request #2039 from Livius90/master * sources/meta-freescale-3rdparty 2291cfa...bc2a12c (1): > Merge pull request #314 from hellhound94/topic/fix-script * sources/meta-openembedded a68a7f7b43...907a061e9b (45): > python3-gpiod: use python_setuptools_build_meta > lastlog2: remove leftover patch > classes/gpe: remove obsolete class > xserver-common: remove obsolete recipe > autoconf-2.13-native: remove recipe > nodejs: upgrade 22.11.0 -> 22.12.0 > python3-twisted: upgrade 24.10.0 -> 24.11.0 > ot-br-posix: Fix Musl build error > tree: upgrade 2.1.3 -> 2.2.1 > tinysparql: upgrade 3.8.0 -> 3.8.1 > sysprof: upgrade 47.1 -> 47.2 > rabbitmq-c: upgrade 0.14.0 -> 0.15.0 > python3-twine: upgrade 5.1.1 -> 6.0.1 > python3-tqdm: upgrade 4.66.6 -> 4.67.1 > python3-tomli: upgrade 2.1.0 -> 2.2.1 > python3-snagboot: upgrade 1.3 -> 2.0 > python3-pydantic-core: upgrade 2.27.0 -> 2.27.1 > python3-pycares: upgrade 4.4.0 -> 4.5.0 > python3-portalocker: upgrade 2.10.1 -> 3.0.0 > python3-pdm: upgrade 2.20.1 -> 2.21.0 > python3-pdm-build-locked: upgrade 0.3.3 -> 0.3.4 > python3-mlcommons-loadgen: upgrade 4.0.1 -> 4.1.29 > python3-imageio: upgrade 2.36.0 -> 2.36.1 > python3-httpx: upgrade 0.27.2 -> 0.28.0 > python3-fastjsonschema: upgrade 2.20.0 -> 2.21.0 > python3-cppy: upgrade 1.2.1 -> 1.3.0 > python3-cantools: upgrade 39.4.11 -> 39.4.13 > python3-blivetgui: upgrade 2.5.0 -> 2.6.0 > python3-asttokens: upgrade 2.4.1 -> 3.0.0 > python3-aiohttp: upgrade 3.10.11 -> 3.11.8 > python3-aiohappyeyeballs: upgrade 2.4.3 -> 2.4.4 > plocate: upgrade 1.1.22 -> 1.1.23 > parallel: upgrade 20241022 -> 20241122 > localsearch: upgrade 3.8.0 -> 3.8.1 > libnvme: upgrade 1.11 -> 1.11.1 > gnome-online-accounts: upgrade 3.52.1 -> 3.52.2 > exfatprogs: upgrade 1.2.5 -> 1.2.6 > evolution-data-server: upgrade 3.54.1 -> 3.54.2 > debootstrap: upgrade 1.0.137 -> 1.0.138 > ctags: upgrade 6.1.20241103.0 -> 6.1.20241201.0 > bats: upgrade 1.11.0 -> 1.11.1 > adw-gtk3: upgrade 5.5 -> 5.6 > wireshark: use inherit_defer for conditional cases > wireshark: fix Qt5/6 configuration > python3-m2crypto: workaround for swig issue with sys/types.h * sources/meta-riscv 4b77965...e4dbaa7 (3): > weston: Port the patch to weston 14 > Add NAND support for Milk-V Duo > Fix PIE support for baremetal RISC-V * sources/meta-swupdate e7fdc1e...01dbc76 (1): > Support 2024.12 * sources/poky 2a163834b02...f5a2ea77caf (14): > automake: fix do_compile error when perl is under a very long path > yocto-check-layer: expand to cover all required QA checks > python3-hatchling: upgrade 1.25.0 -> 1.26.3 > pango: upgrade 1.54.0 -> 1.55.0 > ncurses: Add alacritty terminfo > gcc-sanitizers: Add riscv64 as compatible host > python3-urllib3: upgrade 2.2.2 -> 2.2.3 > piglit: update the patch to fix building the test without wayland > dnf: drop python3-iniparse from DEPENDS and RDEPENDS > python3-poetry-core: drop python3-six from RDEPENDS > kmscube: Use COPYING for licensing information > gcc: remove unused JAVA variable > libinput: upgrade 1.26.2 -> 1.27.0 > buildhistory: Drop git-gc call as obsolete Signed-off-by: Khem Raj --- sources/meta-arm | 2 +- sources/meta-clang | 2 +- sources/meta-freescale | 2 +- sources/meta-freescale-3rdparty | 2 +- sources/meta-openembedded | 2 +- sources/meta-riscv | 2 +- sources/meta-swupdate | 2 +- sources/meta-yoe/recipes-core/images/machines/visionfive2.inc | 2 +- .../meta-yoe/recipes-support/updater/files/visionfive2/platform | 2 +- sources/poky | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) 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 From f65a5fbcf2ec402bbe24adffa59edf31f5a17c0a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 4 Dec 2024 19:42:59 -0800 Subject: [PATCH 3/3] CHANGELOG.md: Document changes Signed-off-by: Khem Raj --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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