Skip to content

Commit

Permalink
Merge pull request #995 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
Update layers and prepare for 2024.12 release
  • Loading branch information
kraj authored Dec 30, 2024
2 parents f03ba54 + 29fa28c commit e90e1bd
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-12-xx
## [2024.12] - 2024-12-31

### Changed

Expand All @@ -32,6 +32,10 @@ and this project adheres to
- Use 7zip 24.09 to replace p7zip 16.02
- Add fido and apparmor packageconfigs to systemd
- Upgrade meson to 1.6.1
- Drop debug tweaks setting from meta-odroid
- Update VisionFive2 SDK to JH7110_VF2_6.6_v5.13.1
- Update VisionFive2 kernel to 6.6.20
- Bump OpenSBI to 1.6

### Added

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.4"
IMG_VERSION = "24.12.0"
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 29 files
+1 −1 meta-gnome/recipes-gimp/gegl/gegl_0.4.52.bb
+0 −65 ...-connectivity/networkmanager/networkmanager/0001-libnm-systemd-core-Disable-sd_dhcp6_client_set_duid_.patch
+1 −2 meta-networking/recipes-connectivity/networkmanager/networkmanager_1.50.0.bb
+2 −2 meta-networking/recipes-protocols/frr/frr_10.2.bb
+1 −0 meta-networking/recipes-support/spice/spice_git.bb
+11 −13 meta-networking/recipes-support/strongswan/strongswan_6.0.0.bb
+1 −2 meta-oe/recipes-devtools/pahole/pahole_1.27.bb
+24 −0 meta-oe/recipes-devtools/uw-imap/uw-imap/CVE-2018-19518.patch
+1 −0 meta-oe/recipes-devtools/uw-imap/uw-imap_2007f.bb
+0 −67 meta-oe/recipes-extended/libwmf/libwmf/0001-configure-use-pkg-config-for-freetype.patch
+0 −33 meta-oe/recipes-extended/libwmf/libwmf/libwmf-0.2.8.4-intoverflow.patch
+0 −16 meta-oe/recipes-extended/libwmf/libwmf/libwmf-0.2.8.4-useafterfree.patch
+32 −0 meta-oe/recipes-extended/libwmf/libwmf_0.2.13.bb
+0 −38 meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb
+3 −2 meta-oe/recipes-gnome/malcontent/malcontent-ui.bb
+2 −2 meta-oe/recipes-gnome/malcontent/malcontent.inc
+5 −0 meta-oe/recipes-multimedia/audiofile/audiofile_0.3.6.bb
+45 −0 meta-oe/recipes-multimedia/audiofile/files/0004-Always-check-the-number-of-coefficients.patch
+43 −0 meta-oe/recipes-multimedia/audiofile/files/0005-clamp-index-values-to-fix-index-overflow-in-IMA.cpp.patch
+79 −0 meta-oe/recipes-multimedia/audiofile/files/0006-Check-for-multiplication-overflow-in-sfconvert.patch
+46 −0 meta-oe/recipes-multimedia/audiofile/files/0007-Actually-fail-when-error-occurs-in-parseFormat.patch
+126 −0 meta-oe/recipes-multimedia/audiofile/files/0008-Check-for-multiplication-overflow-in-MSADPCM-decodeS.patch
+2 −0 meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb
+5 −3 meta-oe/recipes-support/imagemagick/imagemagick_7.1.1-43.bb
+29 −0 meta-oe/recipes-support/procmail/procmail/CVE-2014-3618.patch
+20 −0 meta-oe/recipes-support/procmail/procmail/CVE-2017-16844.patch
+4 −1 meta-oe/recipes-support/procmail/procmail_3.22.bb
+3 −1 meta-python/recipes-devtools/python/python3-beautifulsoup4_4.12.3.bb
+2 −0 meta-python/recipes-devtools/python/python3-soupsieve_2.6.bb
2 changes: 1 addition & 1 deletion sources/meta-qt6
2 changes: 1 addition & 1 deletion sources/meta-yoe/conf/distro/yoe.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MAINTAINER = "Yoe Distro Community <http://yoedistro.org>"
TARGET_VENDOR = "-yoe"
SDK_VENDOR = "-yoesdk"
# Distro version is YYYY.MM
DISTRO_VERSION = "2024.12-rc.1"
DISTRO_VERSION = "2024.12"
DISTRO_CODENAME = "Valais Blacknose"
SDK_VERSION := "${DISTRO_VERSION}"

Expand Down

0 comments on commit e90e1bd

Please sign in to comment.