diff --git a/CHANGELOG.md b/CHANGELOG.md index 10c62ee7a..7da19146f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ 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-11-xx + +### Changed + +- Refresh FILESEXTRAPATHS for meta-oe recipes +- Upgrade bluez to 5.79 +- use lz4 instead of lz4c in bitbake compress +- Upgrade busybox to 1.37 and refresh defconfigs +- Selectively enable GObject introspection in libgpiod + +### Added + +- Added recipes for - drm-info, asyncmqtt, swagger-ui + ## [2024.10] - 2024-10-31 ### Changed diff --git a/conf/site.conf b/conf/site.conf index e6c138c1f..8e3b1f5ed 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.10.0" +IMG_VERSION = "24.10.1" diff --git a/sources/meta-freescale b/sources/meta-freescale index 724fb4231..dffc90ae2 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit 724fb423126f6d1ce7d0bc16799fd563ebcafecb +Subproject commit dffc90ae240578b4a94c6b7caf8231a22a6ac8de diff --git a/sources/meta-intel b/sources/meta-intel index feb12460c..42b6cfec1 160000 --- a/sources/meta-intel +++ b/sources/meta-intel @@ -1 +1 @@ -Subproject commit feb12460c907e69173aa9b9ea3009b9d4a398c40 +Subproject commit 42b6cfec173036e4e096871475e8928547371a71 diff --git a/sources/meta-openembedded b/sources/meta-openembedded index 78a332939..01dd62253 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit 78a332939f8bd852c47a09a65d9d1837aa83ff97 +Subproject commit 01dd622533957d20fa860e34ff098161a103bfbf diff --git a/sources/meta-qt6 b/sources/meta-qt6 index 3d7296826..8557faafa 160000 --- a/sources/meta-qt6 +++ b/sources/meta-qt6 @@ -1 +1 @@ -Subproject commit 3d72968268d905b65d53b273364c0b139cb97a2b +Subproject commit 8557faafa2471e876a9178d19a6c4d78aca53097 diff --git a/sources/meta-raspberrypi b/sources/meta-raspberrypi index 91868fb83..1b6de69af 160000 --- a/sources/meta-raspberrypi +++ b/sources/meta-raspberrypi @@ -1 +1 @@ -Subproject commit 91868fb83f89df94f6352123a7724e4e97bfe448 +Subproject commit 1b6de69afd6c32c4b33c59547d2da49d7f7d62af diff --git a/sources/meta-rockchip b/sources/meta-rockchip index 24a411a17..f895d0c1e 160000 --- a/sources/meta-rockchip +++ b/sources/meta-rockchip @@ -1 +1 @@ -Subproject commit 24a411a17f389650c4cea38bef1f9279117fab8e +Subproject commit f895d0c1e2a42cad0cb372d24ec522f16c8cd1e8 diff --git a/sources/meta-tegra b/sources/meta-tegra index 87a914b53..605e62d28 160000 --- a/sources/meta-tegra +++ b/sources/meta-tegra @@ -1 +1 @@ -Subproject commit 87a914b530766e423f79ff98d93d147ad6ad4acd +Subproject commit 605e62d2885b3c5e908f61d8e4ef0f78fe968ae0 diff --git a/sources/meta-variscite-bsp b/sources/meta-variscite-bsp index 7dcc2b40a..fe3d7b4e0 160000 --- a/sources/meta-variscite-bsp +++ b/sources/meta-variscite-bsp @@ -1 +1 @@ -Subproject commit 7dcc2b40ae1e7497d141851ad8be277814081388 +Subproject commit fe3d7b4e0ac5436d6ff894509f8fa014f4ae3143 diff --git a/sources/meta-yoe/conf/distro/yoe.inc b/sources/meta-yoe/conf/distro/yoe.inc index c86d1cdfc..a52ca628a 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.10" -DISTRO_CODENAME = "Teeswater" +DISTRO_VERSION = "2024.11-rc.1" +DISTRO_CODENAME = "Uda" SDK_VERSION := "${DISTRO_VERSION}" SDK_NAME_PREFIX = "yoe" diff --git a/sources/poky b/sources/poky index aca4d584d..f0d224b92 160000 --- a/sources/poky +++ b/sources/poky @@ -1 +1 @@ -Subproject commit aca4d584dc586a941e8726fc45438e60eaf55d78 +Subproject commit f0d224b921b36e4c9e4f4b1247a688823e307964