Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for 2025.01 release and layers updates #1000

Merged
merged 4 commits into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion conf/site.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 27 files
+29 −0 meta-gnome/recipes-gnome/cheese/cheese/0001-libcheese-Add-GtkWidget-cast-to-avoid-an-incompatibl.patch
+26 −0 meta-gnome/recipes-gnome/cheese/cheese_44.1.bb
+2 −2 meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.4.bb
+43 −0 meta-oe/recipes-core/opencl/files/0001-Ignore-Compiler-Warnings.patch
+31 −0 meta-oe/recipes-core/opencl/opencl-cts_2024.08.08.bb
+1 −0 meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs_1.0.bb
+1 −1 meta-oe/recipes-devtools/luaposix/luaposix_36.2.1.bb
+1 −1 meta-oe/recipes-extended/socketcan/can-utils_2023.03.bb
+3 −3 meta-oe/recipes-kernel/crash/crash-cross-canadian_8.0.5.bb
+0 −1 meta-oe/recipes-security/audit/audit/audit-volatile.conf
+7 −11 meta-oe/recipes-security/audit/audit_4.0.3.bb
+2 −2 meta-oe/recipes-support/c-ares/c-ares_1.33.0.bb
+0 −4 meta-oe/recipes-support/libgpiod/libgpiod_1.6.5.bb
+1 −1 meta-oe/recipes-support/zchunk/zchunk_1.5.1.bb
+2 −0 meta-python/recipes-devtools/python/python3-annotated-types_0.7.0.bb
+39 −0 meta-python/recipes-devtools/python/python3-lief/0001-build-requirements.txt-Allow-newer-versions.patch
+28 −0 meta-python/recipes-devtools/python/python3-lief/0002-api-python-config-default.toml-Debug.patch
+29 −0 meta-python/recipes-devtools/python/python3-lief_0.16.2.bb
+26 −0 meta-python/recipes-devtools/python/python3-nanobind_2.4.0.bb
+1 −1 meta-python/recipes-devtools/python/python3-pandas_2.2.2.bb
+45 −0 meta-python/recipes-devtools/python/python3-posix-ipc/0001-Use-default-cc-from-environment-variable.patch
+2 −0 meta-python/recipes-devtools/python/python3-posix-ipc_1.1.1.bb
+2 −1 meta-python/recipes-devtools/python/python3-pydantic-core_2.27.2.bb
+2 −0 meta-python/recipes-devtools/python/python3-pydantic_2.10.5.bb
+32 −0 meta-python/recipes-devtools/python/python3-scikit-build-core/0001-builder.py-Check-PYTHON_INCLUDE_DIR.patch
+1 −0 meta-python/recipes-devtools/python/python3-scikit-build-core_0.10.7.bb
+2 −0 meta-python/recipes-devtools/python/python3-tzdata_2024.2.bb
4 changes: 2 additions & 2 deletions sources/meta-yoe/conf/distro/yoe.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ MAINTAINER = "Yoe Distro Community <http://yoedistro.org>"
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"
Expand Down
2 changes: 1 addition & 1 deletion sources/poky
Submodule poky updated 45 files
+42 −0 bitbake/lib/bb/tests/parse.py
+83 −1 documentation/dev-manual/building.rst
+37 −0 documentation/ref-manual/classes.rst
+30 −1 documentation/ref-manual/variables.rst
+151 −59 documentation/sdk-manual/extensible.rst
+14 −0 documentation/test-manual/ptest.rst
+25 −0 meta/classes-global/sanity.bbclass
+1 −7 meta/classes-recipe/kernel-yocto.bbclass
+6 −2 meta/classes/go-vendor.bbclass
+1 −1 meta/conf/distro/include/tcmode-default.inc
+1 −1 meta/conf/distro/include/time64.inc
+42 −19 meta/lib/oe/spdx30_tasks.py
+2 −0 meta/lib/oe/spdx_common.py
+16 −196 meta/lib/oeqa/selftest/cases/recipetool.py
+1 −1 meta/recipes-bsp/efivar/efivar_39.bb
+0 −23 meta/recipes-core/base-files/base-files_3.0.14.bb
+1 −1 meta/recipes-core/busybox/busybox.inc
+1 −1 meta/recipes-core/util-linux/util-linux.inc
+0 −0 meta/recipes-devtools/gdb/gdb-cross-canadian_16.1.bb
+0 −0 meta/recipes-devtools/gdb/gdb-cross_16.1.bb
+1 −2 meta/recipes-devtools/gdb/gdb.inc
+0 −313 meta/recipes-devtools/gdb/gdb/0001-Fix-Wenum-constexpr-conversion-in-enum-flags.h.patch
+2 −2 meta/recipes-devtools/gdb/gdb/0002-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch
+0 −0 meta/recipes-devtools/gdb/gdb_16.1.bb
+1 −1 meta/recipes-devtools/go/go-1.22.11.inc
+3 −3 meta/recipes-devtools/go/go-binary-native_1.22.11.bb
+0 −0 meta/recipes-devtools/go/go-cross-canadian_1.22.11.bb
+0 −0 meta/recipes-devtools/go/go-cross_1.22.11.bb
+0 −0 meta/recipes-devtools/go/go-crosssdk_1.22.11.bb
+0 −0 meta/recipes-devtools/go/go-runtime_1.22.11.bb
+0 −0 meta/recipes-devtools/go/go_1.22.11.bb
+2 −0 meta/recipes-devtools/llvm/llvm_19.1.6.bb
+1 −1 meta/recipes-devtools/meson/meson_1.7.0.bb
+1 −1 meta/recipes-devtools/python/python3/python3-manifest.json
+1 −1 meta/recipes-extended/man-pages/man-pages_6.9.1.bb
+3 −3 meta/recipes-extended/timezone/timezone.inc
+1 −1 meta/recipes-extended/timezone/tzcode-native.bb
+1 −1 meta/recipes-graphics/xorg-font/font-util_1.4.1.bb
+1 −1 meta/recipes-graphics/xorg-lib/libxfont2_2.0.7.bb
+160 −10 meta/recipes-kernel/linux-firmware/linux-firmware_20250109.bb
+44 −0 meta/recipes-rt/rt-tests/files/0001-sched_attr-Do-not-define-for-glibc-2.41.patch
+1 −0 meta/recipes-rt/rt-tests/rt-tests_git.bb
+0 −33 meta/recipes-support/gnupg/gnupg/0001-fix-compile-failure-with-musl.patch
+0 −1 meta/recipes-support/gnupg/gnupg_2.5.2.bb
+2 −5 meta/recipes-support/libbsd/libbsd_0.12.2.bb