From 3be2810b8e67e4f793b3ff0bfacecfdff0a3c0af Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 30 Jan 2025 13:22:16 -0800 Subject: [PATCH 1/4] Layer Updates: sources/meta-arm sources/meta-freescale sources/meta-openembedded sources/meta-qt6 sources/meta-swupdate sources/poky * sources/meta-arm db933d55...b56ab317 (5): > kas: Include unattended Debian test > arm-systemready/oeqa: Add unattended installation testcase > arm-systemready/linux-distros: Implement unattended Debian > arm-systemready/linux-distros: Move openSUSE unattended conf to SRC_URI > arm-systemready/linux-distros: Move Fedora unattended conf to SRC_URI * sources/meta-freescale baf20676...3e17397b (7): > Merge pull request #2079 from tq-steina/firmware-ele-imx > Auto-update LICENSE file with current recipe licenses > Merge pull request #2084 from tq-niebelm/update-tinycompress > Merge pull request #2086 from Villemoes/drop-styhead > Merge pull request #2087 from Villemoes/sort-license > Merge pull request #2081 from tq-steina/imx91 > Merge pull request #2082 from MaxKrummenacher/master * sources/meta-openembedded 156e556f6a...a34466e8a4 (22): > can-utils: RRECOMMENDS only ip from iproute2 > python3-nanobind: Add recipe > python3-lief: Add recipe > python3-pydantic: Add native and nativesdk > python3-pydantic-core: Add native and nativesdk > python3-tzdata: Add native and nativesdk > python3-annotated-types: Add native and nativesdk > python3-scikit-build-core: Use PYTHON_INCLUDE_DIR > cheese: new recipe > luaposix: Fix LUA_INCDIR path > python3-pandas: Inherit pkgconfig class > opencl-cts: Disable for RISCV architectures > opencl-cts: Add recipe > net-snmp-native: dependency with libpci-native > libgpiod: unduplicate the EXTRA_OECONF assignment > python3-pydantic-core: remove not needed INSANE_SKIP > c-ares: upgrade 1.32.3 -> 1.33.0 > zchunk: upgrade 1.4.0 -> 1.5.1 > audit: upgrade 4.0.2 -> 4.0.3 > python3-posix-ipc: use correct C compiler to detect system features > android-tools-native: dependency with android-tools-conf-native > crash-cross-canadian: Update to match OE-Core virtual provider changes * sources/meta-qt6 cc0dd55...3911821 (1): > Merge pull request #75 from YoeDistro/kraj/6.8 * sources/meta-swupdate 9a71f94...66b195e (2): > Bump to release 2024.12.1 > swupdate: introduce var to build from different branch * sources/poky e72d641a998...2e2b3f69f2f (33): > tzcode-native: Fix compiler setting from 2023d version > rt-tests: Fix build with glibc 2.41+ > linux-firmware: split qca firmwares in separate packages > linux-firmware: split ath12k firmwares in separate packages > lib/spdx30_tasks: support directories deployed by image recipes > python3: Update stringold summary > tzdata/tzcode-native: upgrade 2024b -> 2025a > dev-manual/building: document the initramfs-framework recipe > test-manual/ptest: link to common framework ptest classes > ref-manual: variables: fix spurious parenthesis > ref-manual: add documentation for the barebox class > sdk-manual: extensible.rst: devtool ide-sdk improve > classes/spdx-common: Fix patch error for recipes that inherit dos2unix. > meson: upgrade to 1.7.0 > efivar: enable support for riscv64 > bitbake: tests/parse: Add test for unclosed functions > kernel-yocto: move the cp of ${KBUILD_DEFCONFIG} file outside if body > sanity: Add test for functional c++ toolchain > gnupg: remove obsolete patch > busybox: Correct SPDX license reference > base-files: Drop /bin/sh dependency > util-linux: Document more specific BSD-4-Clause-UC > man-pages: Document more specific BSD-4-Clause-UC > libxfont2: Document more specific BSD-4-Clause-UC > libbsd: Drop licenses that were removed upstream > font-util: Correct SPDX expression > gdb: Upgrade 15.2 -> 16.1 > go: upgrade 1.22.10 -> 1.22.11 > go: upgrade 1.22.9 -> 1.22.10 > go: upgrade 1.22.8 -> 1.22.9 > classes: go-vendor: Change symlink creation. > oeqa/selftest/recipetool: Update create_go test. > llvm: set LLVM_HOST_TRIPLE for cross-compilation Signed-off-by: Khem Raj --- sources/meta-arm | 2 +- sources/meta-freescale | 2 +- sources/meta-openembedded | 2 +- sources/meta-qt6 | 2 +- sources/meta-swupdate | 2 +- sources/poky | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sources/meta-arm b/sources/meta-arm index db933d55b..b56ab3175 160000 --- a/sources/meta-arm +++ b/sources/meta-arm @@ -1 +1 @@ -Subproject commit db933d55b46683f6349b027d6483a3b99e1fec3f +Subproject commit b56ab3175da7480f65e39f938d7c9266d8e26c69 diff --git a/sources/meta-freescale b/sources/meta-freescale index baf20676b..3e17397b7 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit baf20676bcd2b454577449dbf7b0346d7080b880 +Subproject commit 3e17397b71714230e7ce177bb123b270ce9bb4b3 diff --git a/sources/meta-openembedded b/sources/meta-openembedded index 156e556f6..a34466e8a 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit 156e556f6afb0ec24bc427630194126c851a9128 +Subproject commit a34466e8a46ca4e06164c03cdbaea4eea5bea43b diff --git a/sources/meta-qt6 b/sources/meta-qt6 index cc0dd5543..391182167 160000 --- a/sources/meta-qt6 +++ b/sources/meta-qt6 @@ -1 +1 @@ -Subproject commit cc0dd55437071349c81d3dfb77eba0864bfebba1 +Subproject commit 3911821679642b533a918990f458927a09c3d4e3 diff --git a/sources/meta-swupdate b/sources/meta-swupdate index 9a71f94e7..66b195e6a 160000 --- a/sources/meta-swupdate +++ b/sources/meta-swupdate @@ -1 +1 @@ -Subproject commit 9a71f94e78e74dc3476c30442ba26454fd41f5ae +Subproject commit 66b195e6a879bd17f26878ab8d725b1e7b145322 diff --git a/sources/poky b/sources/poky index e72d641a9..2e2b3f69f 160000 --- a/sources/poky +++ b/sources/poky @@ -1 +1 @@ -Subproject commit e72d641a9988976ca9144ca3fd8f9a9988d3bdc5 +Subproject commit 2e2b3f69f2f5405ba823d3203edd113c002ad75b From ed2ad491f7007ef279c39b1a0c577b50cff1cd6c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 30 Jan 2025 13:32:24 -0800 Subject: [PATCH 2/4] site: Bump image version to 25.01 release 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 8d28d9ee0..2c0548ff9 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.12.2" +IMG_VERSION = "25.01.0" From c59675f6a4026206273b33c69d69bd1757a848d8 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 30 Jan 2025 13:37:53 -0800 Subject: [PATCH 3/4] yoe: Mark for 2025.01 release Signed-off-by: Khem Raj --- sources/meta-yoe/conf/distro/yoe.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/meta-yoe/conf/distro/yoe.inc b/sources/meta-yoe/conf/distro/yoe.inc index f948cabea..a8325cb7d 100644 --- a/sources/meta-yoe/conf/distro/yoe.inc +++ b/sources/meta-yoe/conf/distro/yoe.inc @@ -6,8 +6,8 @@ MAINTAINER = "Yoe Distro Community " TARGET_VENDOR = "-yoe" SDK_VENDOR = "-yoesdk" # Distro version is YYYY.MM -DISTRO_VERSION = "2025.01-rc.1" -DISTRO_CODENAME = "Vendéen" +DISTRO_VERSION = "2025.01" +DISTRO_CODENAME = "Wiltshire Horn" SDK_VERSION := "${DISTRO_VERSION}" SDK_NAME_PREFIX = "yoe" From 676c0e889bda8341099605719d08d7a9dae9f6fd Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 30 Jan 2025 13:43:20 -0800 Subject: [PATCH 4/4] CHANGELOG.md: Document changes Signed-off-by: Khem Raj --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e296112f8..6ec12ed2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ 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). -## [2025.01] - 2025-01-xx + +## [2025.01] - 2025-01-31 ### Changed @@ -37,11 +38,16 @@ and this project adheres to - Update rust data layouts for ppc , riscv64 , aarch64 and loongaarch64 targets - Fix ??= bitbake operator for variable flags - Fix include poisoning GCC patch to be fatal again in gcc/g++ +- Bump swupdate to release 2024.12.1 +- Update tzdata to 2025a +- Upgrade GDB to 16.1 +- Upgrade Go compiler to 1.22.11 ### Added - Add new recipes - libheif, yyjson, ctre, jsoncons, cxxopts, - pistache, spectre-meltdown-checker + pistache, spectre-meltdown-checker, python3-nanobind + python3-lief, cheese, opencl-cts - add Go mod h1 checksum support to bitbake fetcher - Add UBI support to initrdscripts - Add support for qemuriscv64 and qemuriscv32 to formfactor