Skip to content

Commit

Permalink
Merge pull request #990 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
Start 2024.12 dev cycle
  • Loading branch information
kraj authored Dec 2, 2024
2 parents f1187d3 + bf36612 commit 8174e05
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ 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-12-xx

### Changed

- Upgrade openssl to 3.4.0
- Upgrade gnu-efi to 4.0.0
- Improve bitbake's setscene performance

## [2024.11] - 2024-11-30

### Changed
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.11.0"
IMG_VERSION = "24.11.1"
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 18 files
+1 −1 meta-multimedia/recipes-multimedia/pipewire/pipewire_1.2.6.bb
+293 −0 meta-networking/recipes-connectivity/openthread/ot-br-posix/0001-fix-build-on-GCC-14-for-yocto.patch
+0 −26 meta-networking/recipes-connectivity/openthread/ot-br-posix/musl-fixes.patch
+2 −6 meta-networking/recipes-connectivity/openthread/ot-br-posix_git.bb
+7 −10 meta-oe/recipes-extended/fluentbit/fluentbit/0001-lib-Do-not-use-private-makefile-targets-in-CMakelist.patch
+2 −2 meta-oe/recipes-extended/fluentbit/fluentbit/0002-flb_info.h.in-Do-not-hardcode-compilation-directorie.patch
+4 −7 meta-oe/recipes-extended/fluentbit/fluentbit/0003-CMakeLists.txt-Revise-init-manager-deduction.patch
+3 −5 meta-oe/recipes-extended/fluentbit/fluentbit/0004-chunkio-Link-with-fts-library-with-musl.patch
+1 −1 meta-oe/recipes-extended/fluentbit/fluentbit/0004-wasm-avoid-cmake-try_run-when-cross-compiling.patch
+6 −3 meta-oe/recipes-extended/fluentbit/fluentbit/0005-Use-posix-strerror_r-with-musl.patch
+56 −0 meta-oe/recipes-extended/fluentbit/fluentbit/0005-cprof_encode_text.c-fix-wrong-pointer-assignment.patch
+12 −4 meta-oe/recipes-extended/fluentbit/fluentbit_3.2.1.bb
+0 −1 meta-python/recipes-devtools/python/python3-ansi2html_1.9.2.bb
+7 −4 meta-python/recipes-devtools/python/python3-service-identity_24.2.0.bb
+1 −1 meta-python/recipes-devtools/python/python3-stevedore_5.4.0.bb
+1 −1 meta-python/recipes-devtools/python/python3-typer_0.14.0.bb
+1 −1 meta-python/recipes-devtools/python/python3-waitress_3.0.2.bb
+1 −1 meta-python/recipes-devtools/python/python3-yarl_1.18.0.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 = "2024.11"
DISTRO_CODENAME = "Uda"
DISTRO_VERSION = "2024.12-rc.1"
DISTRO_CODENAME = "Valais Blacknose"
SDK_VERSION := "${DISTRO_VERSION}"

SDK_NAME_PREFIX = "yoe"
Expand Down
2 changes: 1 addition & 1 deletion sources/poky
Submodule poky updated 37 files
+1 −1 bitbake/lib/bb/fetch2/__init__.py
+17 −5 bitbake/lib/bb/runqueue.py
+1 −0 documentation/migration-guides/release-4.0.rst
+1 −0 documentation/migration-guides/release-5.0.rst
+209 −0 documentation/migration-guides/release-notes-4.0.23.rst
+227 −0 documentation/migration-guides/release-notes-5.0.5.rst
+78 −17 documentation/ref-manual/classes.rst
+42 −0 documentation/ref-manual/variables.rst
+0 −41 meta/recipes-bsp/gnu-efi/gnu-efi/0001-Fix-parallel-make-failure-for-archives.patch
+3 −10 meta/recipes-bsp/gnu-efi/gnu-efi/0002-Do-not-treat-warnings-as-errors.patch
+20 −16 meta/recipes-bsp/gnu-efi/gnu-efi_4.0.0.bb
+23 −30 meta/recipes-connectivity/openssl/openssl/0001-Added-handshake-history-reporting-when-test-fails.patch
+2 −2 meta/recipes-connectivity/openssl/openssl/0001-Configure-do-not-tweak-mips-cflags.patch
+2 −2 meta/recipes-connectivity/openssl/openssl/0001-buildinfo-strip-sysroot-and-debug-prefix-map-from-co.patch
+1 −1 meta/recipes-connectivity/openssl/openssl_3.4.0.bb
+15 −15 meta/recipes-connectivity/socat/files/0001-fix-compile-procan.c-failed.patch
+1 −1 meta/recipes-connectivity/socat/socat_1.8.0.1.bb
+1,452 −0 meta/recipes-devtools/python/python3/0001-Generate-data-for-OpenSSL-3.4-and-add-it-to-multissl.patch
+51 −0 meta/recipes-devtools/python/python3/0001-ssl-Raise-OSError-for-ERR_LIB_SYS.patch
+2 −0 meta/recipes-devtools/python/python3_3.13.0.bb
+0 −38 meta/recipes-extended/man-db/files/0001-man-Move-local-variable-declaration-to-function-scop.patch
+1 −2 meta/recipes-extended/man-db/man-db_2.13.0.bb
+2 −2 meta/recipes-gnome/gcr/gcr_4.3.0.bb
+0 −31 meta/recipes-graphics/kmscube/kmscube/0001-cube-gears-Change-header-file-to-GLES3-gl3.h.patch
+1 −2 meta/recipes-graphics/kmscube/kmscube_git.bb
+1 −1 meta/recipes-support/gnupg/gnupg/0001-Woverride-init-is-not-needed-with-gcc-9.patch
+3 −3 meta/recipes-support/gnupg/gnupg/0001-configure.ac-use-a-custom-value-for-the-location-of-.patch
+4 −7 meta/recipes-support/gnupg/gnupg/0001-fix-compile-failure-with-musl.patch
+1 −1 meta/recipes-support/gnupg/gnupg/0002-use-pkgconfig-instead-of-npth-config.patch
+1 −1 meta/recipes-support/gnupg/gnupg/0004-autogen.sh-fix-find-version-for-beta-checking.patch
+2 −2 meta/recipes-support/gnupg/gnupg/relocate.patch
+3 −11 meta/recipes-support/gnupg/gnupg_2.5.1.bb
+11 −6 meta/recipes-support/gpgme/gpgme/0001-autogen.sh-remove-unknown-in-version.patch
+27 −24 meta/recipes-support/gpgme/gpgme/0001-pkgconfig.patch
+0 −34 meta/recipes-support/gpgme/gpgme/0004-python-import.patch
+0 −35 meta/recipes-support/gpgme/gpgme/0008-do-not-auto-check-var-PYTHON.patch
+1 −3 meta/recipes-support/gpgme/gpgme_1.24.0.bb

0 comments on commit 8174e05

Please sign in to comment.