From 611046cf13fedf7d4152dfaa17c9b1ff2c29c946 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 29 Oct 2023 08:36:13 -0700 Subject: [PATCH 1/5] modules: Update QT6 to 6.6 6.5 is now LTS and commercial-only for rest of its life. therefore switch to 6.6 Signed-off-by: Khem Raj --- .gitmodules | 2 +- sources/meta-qt6 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 91364e3ce..c31ad009a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -61,4 +61,4 @@ [submodule "sources/meta-qt6"] path = sources/meta-qt6 url = https://github.com/YoeDistro/meta-qt6 - branch = yoe/6.5 + branch = yoe/6.6 diff --git a/sources/meta-qt6 b/sources/meta-qt6 index d9a785cec..eb670d2c0 160000 --- a/sources/meta-qt6 +++ b/sources/meta-qt6 @@ -1 +1 @@ -Subproject commit d9a785cec6d6d665c8e49fcf2e183d6c2a7af279 +Subproject commit eb670d2c01afd1b39e9d0dc7d5dbf64210ccf7dc From f8e85a70ce2bcea9b5c1d4330c77b7baf4eb2700 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 29 Oct 2023 08:37:52 -0700 Subject: [PATCH 2/5] CHANGELOG.md: Document changes Signed-off-by: Khem Raj --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10a1da517..da31db909 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,7 @@ and this project adheres to - Replace RUNTIME variable with TC_CXX_RUNTIME - Do not set powersave as the default CPU governor in linux-raspberrypi - Update simpleIOT to 0.13.1 +- Switch to using QT 6.6 ### Added From 7f7a36bf7dcdd6356beed57f14f15ef12037312b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 29 Oct 2023 08:38:22 -0700 Subject: [PATCH 3/5] Layer Updates: sources/meta-openembedded sources/poky * sources/meta-openembedded ad27cdd560...22889b13f3 (8): > network-manager-applet,networkmanager-openvpn, networkmanager: Apply linker versioning patch when using lld only > pcapplusplus: Add recipe for 23.09 release > proj: Upgrade to 9.3.0 release > ostree: Upgrade 2023.6 -> 2023.7 > ostree: add ed25519-openssl > ostree: drop trivial-httpd-cmdline > ostree: Upgrade 2023.5 -> 2023.6 > gnome-shell: Add missing dependency on pipewire * sources/poky af339676ee8...631d19ed6c1 (4): > patchtest: reduce checksum test output length > scripts/contrib/patchreview: consolidate imports > scripts/contrib/patchreview: add commit and recipe count fields to JSON > scripts/patchreview: rework patch detection Signed-off-by: Khem Raj --- sources/meta-openembedded | 2 +- sources/poky | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/meta-openembedded b/sources/meta-openembedded index ad27cdd56..22889b13f 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit ad27cdd560fe9947a0e0f822d6a71bac5d2e4a7e +Subproject commit 22889b13f330e4753c5f72440abcfe42830f2f64 diff --git a/sources/poky b/sources/poky index af339676e..631d19ed6 160000 --- a/sources/poky +++ b/sources/poky @@ -1 +1 @@ -Subproject commit af339676ee8b364849dc8eb8f5b8ff5f0db40f4e +Subproject commit 631d19ed6c1935dad19f999a2acbedd272c4b24f From ff4cd16655e0a050ddb207b3dcc16aade510bd52 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 29 Oct 2023 08:39:59 -0700 Subject: [PATCH 4/5] CHANGELOG.md: Document changes Signed-off-by: Khem Raj --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da31db909..2cc874fec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,11 +39,12 @@ and this project adheres to - Do not set powersave as the default CPU governor in linux-raspberrypi - Update simpleIOT to 0.13.1 - Switch to using QT 6.6 +- Update ostree to 2023.7 and add ed25519-openssl support ### Added - Added recipes - tayga, ttyrun, python3-arrow, python-git-pw - - libexosip2, libosip2 + - libexosip2, libosip2, pcapplusplus - Add bblock feature to core - Add Yoe updater support for VisionFive2 board From af36f161ddc2125c4963c9c8a111f3c8056173c0 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 29 Oct 2023 08:42:20 -0700 Subject: [PATCH 5/5] yoe: Prepare for 2023.10 release Signed-off-by: Khem Raj --- CHANGELOG.md | 2 +- sources/meta-yoe/conf/distro/yoe.inc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cc874fec..8da0de626 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). -## [2023.10] - 2023-xx-yy +## [2023.10] - 2023-10-30 ### Changed diff --git a/sources/meta-yoe/conf/distro/yoe.inc b/sources/meta-yoe/conf/distro/yoe.inc index c209f6b8a..196f9b2af 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 = "2023.09" -DISTRO_CODENAME = "Galway" +DISTRO_VERSION = "2023.10" +DISTRO_CODENAME = "Hampshire" SDK_VERSION := "${DISTRO_VERSION}" SDK_NAME_PREFIX = "yoe"