diff --git a/CHANGELOG.md b/CHANGELOG.md index d049f0ced..bb01b56fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ 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.10] - 2024-10-XX + +### Changed + +- Fix all enabled ptests for meta-multimedia layer +- Enable go plugins to build in netdata +- Upgrade systemd to 256.6 +- Enable systemd-boot on RISCV64 +- Update linux-yocto/6.10 to v6.10.11 and linux-yocto/6.6 to v6.6.52 +- Update llvm from 18.x to 19.x +- Upgrade OpenSSH to 9.9p1 + ## [2024.09] - 2024-09-30 ### Changed diff --git a/conf/site.conf b/conf/site.conf index 8deda9287..2299611b8 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.9.0" +IMG_VERSION = "24.9.1" diff --git a/sources/meta-arm b/sources/meta-arm index 3db8bc67b..5720b1044 160000 --- a/sources/meta-arm +++ b/sources/meta-arm @@ -1 +1 @@ -Subproject commit 3db8bc67b4a42d8c1b196b7a62f9dfa55c40ea07 +Subproject commit 5720b1044f2fc0c53ba37beac55464525d9e7a7e diff --git a/sources/meta-clang b/sources/meta-clang index 32c4e622b..036ca8256 160000 --- a/sources/meta-clang +++ b/sources/meta-clang @@ -1 +1 @@ -Subproject commit 32c4e622bd723abf08753a0f7720a4b4064d8f95 +Subproject commit 036ca8256d2e62ce153b6cba40ee03efd1d02633 diff --git a/sources/meta-freescale b/sources/meta-freescale index cfabecce5..ae04c1548 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit cfabecce5662af7e71900882a45c093bb70619a5 +Subproject commit ae04c1548fc84b925113918c90f7afb9d193bd3a diff --git a/sources/meta-intel b/sources/meta-intel index 4b40ffcc8..9bc4ada2f 160000 --- a/sources/meta-intel +++ b/sources/meta-intel @@ -1 +1 @@ -Subproject commit 4b40ffcc8daba6bbe50c9405330b6280d1e4a64f +Subproject commit 9bc4ada2f26bcb5a4258751cac9eef65c4cfbfbe diff --git a/sources/meta-openembedded b/sources/meta-openembedded index 206639044..bba9e7a04 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit 2066390446b6c9201c88ed3c53fc894163374796 +Subproject commit bba9e7a0411f5f0b86530ae46cfd05c8356b7dc7 diff --git a/sources/meta-qt6 b/sources/meta-qt6 index 20efa11f8..8b186eb76 160000 --- a/sources/meta-qt6 +++ b/sources/meta-qt6 @@ -1 +1 @@ -Subproject commit 20efa11f88a327c6e43320117abed5043591ac8d +Subproject commit 8b186eb768b3c4f46cf9c8c41db35fbab1cb474c diff --git a/sources/meta-ti b/sources/meta-ti index 348fa454b..b16f31218 160000 --- a/sources/meta-ti +++ b/sources/meta-ti @@ -1 +1 @@ -Subproject commit 348fa454bcfb6334fe91939b1735c7ee41cf2512 +Subproject commit b16f312185f72a33a71dbd621a8b00ee995180a4 diff --git a/sources/meta-yoe/conf/distro/yoe.inc b/sources/meta-yoe/conf/distro/yoe.inc index 55b9d6f41..a6074678a 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 = "2024.09" -DISTRO_CODENAME = "Sahel" +DISTRO_VERSION = "2024.10-rc.1" +DISTRO_CODENAME = "Teeswater" SDK_VERSION := "${DISTRO_VERSION}" SDK_NAME_PREFIX = "yoe" diff --git a/sources/meta-yoe/conf/layer.conf b/sources/meta-yoe/conf/layer.conf index db376d682..4f412fd79 100644 --- a/sources/meta-yoe/conf/layer.conf +++ b/sources/meta-yoe/conf/layer.conf @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" BBFILE_COLLECTIONS += "meta-yoe" BBFILE_PATTERN_meta-yoe := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-yoe = "99" -LAYERSERIES_COMPAT_meta-yoe = "scarthgap styhead" +LAYERSERIES_COMPAT_meta-yoe = "scarthgap styhead walnascar" LAYERDEPENDS_meta-yoe = "core" BBFILES_DYNAMIC += " \ diff --git a/sources/poky b/sources/poky index 8634e46b4..312488228 160000 --- a/sources/poky +++ b/sources/poky @@ -1 +1 @@ -Subproject commit 8634e46b4040b6008410b6d77fecb5cbaec7e90e +Subproject commit 312488228ad408fb0f29b2aa272e72cf87de8e93