diff --git a/CHANGELOG.md b/CHANGELOG.md index fbc895a3e..be5c71718 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2024.11] - 2024-11-xx +## [2024.11] - 2024-11-30 ### Changed @@ -33,6 +33,12 @@ and this project adheres to - Fix several recipes to work with ICU-76 - Disable ARM64_SME in linux-yocto - Fix GCC build with tzdata 2024b +- Fix weston-init to work with seatd +- Fix qemu build for riscv64/musl and upgrade to 9.1.1 +- Upgrade systemd to 256.8 +- Upgrade LLVM to 19.1.4 +- Use the new xserver-abi.inc to generate Xserver ABI dependencies +- Update clang to 19.1.4 release ### Added @@ -40,15 +46,17 @@ and this project adheres to python3-rouge-score, python3-nltk, python3-fuse raspi-utils4, canopenterm, pocketpy, libpanel, libdex python3-mlcommons-loadgen, python3-inline-snapshot - python3-black, python3-scikit-build-core + python3-black, python3-scikit-build-core, pytesseract - Add recipes for tcl/tk 9.0 and tcl/tk 8.x to live side-by-side - Add cython bbclass to abstract cython usage during build +- Add SECURITY.md file to various layers ### Removed - Removed debug_tweaks image feature - Drop unnecessary SRC_URI md5sum from the recipes in meta-oe - Drop support for BB_DANGLINGAPPENDS_WARNONLY +- Remove python3-isodate ## [2024.10] - 2024-10-31 diff --git a/conf/site.conf b/conf/site.conf index e5352cac1..4bb8f83f2 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.10.3" +IMG_VERSION = "24.11.0" diff --git a/sources/meta-clang b/sources/meta-clang index 458566f29..275d0a5ed 160000 --- a/sources/meta-clang +++ b/sources/meta-clang @@ -1 +1 @@ -Subproject commit 458566f290258d1fe63e95893bae143d9e2ab8e1 +Subproject commit 275d0a5ed688886e907deb71e4ec6fd94fd24f91 diff --git a/sources/meta-intel b/sources/meta-intel index cf1f250ae..d0150964c 160000 --- a/sources/meta-intel +++ b/sources/meta-intel @@ -1 +1 @@ -Subproject commit cf1f250ae73294f682bb6570d13c53d55f5e14a3 +Subproject commit d0150964ca7c6a83d38ba54cda3e19b34d274f80 diff --git a/sources/meta-openembedded b/sources/meta-openembedded index c22577947..b43c4901c 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit c225779474d7f39db13ad5bba6850de7e8c41b8e +Subproject commit b43c4901cfc455637d56ae3317fd606507f72b9c diff --git a/sources/meta-tegra b/sources/meta-tegra index 602a51557..acb5907d2 160000 --- a/sources/meta-tegra +++ b/sources/meta-tegra @@ -1 +1 @@ -Subproject commit 602a51557cfec523f9047698b0fc4534eb7a6244 +Subproject commit acb5907d2c6cf79b666fd7de631ef9518a2025fe diff --git a/sources/meta-tegra-community b/sources/meta-tegra-community index a6a17dc19..d95b55630 160000 --- a/sources/meta-tegra-community +++ b/sources/meta-tegra-community @@ -1 +1 @@ -Subproject commit a6a17dc195abd10caa6727455104784e52ae2589 +Subproject commit d95b55630470cd3c4c362e92fc42a97850dccce2 diff --git a/sources/meta-yoe/conf/distro/yoe.inc b/sources/meta-yoe/conf/distro/yoe.inc index 5e85d880f..8a6304aea 100644 --- a/sources/meta-yoe/conf/distro/yoe.inc +++ b/sources/meta-yoe/conf/distro/yoe.inc @@ -6,7 +6,7 @@ MAINTAINER = "Yoe Distro Community " TARGET_VENDOR = "-yoe" SDK_VENDOR = "-yoesdk" # Distro version is YYYY.MM -DISTRO_VERSION = "2024.11-rc.1" +DISTRO_VERSION = "2024.11" DISTRO_CODENAME = "Uda" SDK_VERSION := "${DISTRO_VERSION}" diff --git a/sources/poky b/sources/poky index 8d8c58372..7434b5428 160000 --- a/sources/poky +++ b/sources/poky @@ -1 +1 @@ -Subproject commit 8d8c58372fd710a32a7322c7ebbf713ac59883d2 +Subproject commit 7434b5428971576c6c1422d0a385084936ee9768