From a6e900fb9570c5d8eae422c1d581566921b09284 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 14 Oct 2023 17:34:00 -0700 Subject: [PATCH 1/6] Layer Updates: sources/meta-openembedded sources/meta-qt6 sources/poky * sources/meta-openembedded d59f6c7529...35bcd8c6dd (3): > linuxptp: add systemd services > linuxptp: install default configuration file in sysconfdir > linuxptp: update linuxptp recipe to 4.1 * sources/meta-qt6 062cee0...08293ca (1): > Merge pull request #12 from YoeDistro/kraj/6.5 * sources/poky 0e351df0425...988dc0dea43 (5): > linux/cve-exclusion6.1/6.5: Update to latest kernel point releases > openssh: upgrade 9.4p1 -> 9.5p1 > linux-yocto: Update dtb path for qemuarmv5 > qemu: drop unreferenced patch > vim: Upgrade 9.0.1894 -> 9.0.2009 Signed-off-by: Khem Raj --- sources/meta-openembedded | 2 +- sources/meta-qt6 | 2 +- sources/poky | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/meta-openembedded b/sources/meta-openembedded index d59f6c752..35bcd8c6d 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit d59f6c752927f7846dc11c4aa00a2d0c9860e75c +Subproject commit 35bcd8c6ddfb6bc8729d0006dab887afcc772ec9 diff --git a/sources/meta-qt6 b/sources/meta-qt6 index 062cee04c..08293cac6 160000 --- a/sources/meta-qt6 +++ b/sources/meta-qt6 @@ -1 +1 @@ -Subproject commit 062cee04c41a2063591e0cdb24495fd7dc3a3f2b +Subproject commit 08293cac6767e9c5d0c0cb77773e6acaa3ffb69a diff --git a/sources/poky b/sources/poky index 0e351df04..988dc0dea 160000 --- a/sources/poky +++ b/sources/poky @@ -1 +1 @@ -Subproject commit 0e351df0425968fd58983e445391012e64f7f4ad +Subproject commit 988dc0dea4398e77a7d7862d4655a9b1f5eaa06d From e8ad44eaa40e5edab9ad4454ada8ef450a5c811d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 14 Oct 2023 17:36:00 -0700 Subject: [PATCH 2/6] CHANGELOG.md: Document changes Signed-off-by: Khem Raj --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b6a200d6..05b932ead 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,9 @@ and this project adheres to - Upgrade curl to 8.4.0 - Fix ptests for python3-py-cpuinfo and python3-pytest-mock - Add ptest for libtext-diff-perl +- Update QT6.5 to latest +- Upgrade openSSH to 9.5p1 +- Update dtb path for qemuarmv5 in linux-yocto 6.5 onwards ### Added From 16368b7b4a1f53e50d21c87613995c0295fc7c98 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 14 Oct 2023 23:23:27 -0700 Subject: [PATCH 3/6] yoe-kiosk-image: Remove qtwebengine on rv32 Also remove simpleIOT since golang on rv32 does not exist yet Signed-off-by: Khem Raj --- .../recipes-core/images/yoe-kiosk-image.bb | 1 + .../recipes-core/images/yoe-simpleiot-image.bb | 15 +++++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/sources/meta-yoe/recipes-core/images/yoe-kiosk-image.bb b/sources/meta-yoe/recipes-core/images/yoe-kiosk-image.bb index 186ebdf8d..cf2446a38 100644 --- a/sources/meta-yoe/recipes-core/images/yoe-kiosk-image.bb +++ b/sources/meta-yoe/recipes-core/images/yoe-kiosk-image.bb @@ -13,6 +13,7 @@ CORE_IMAGE_EXTRA_INSTALL += " \ # qtwebview and qtwebengine needs it, yoe-kiosk-browser # needs qtwebengine CORE_IMAGE_EXTRA_INSTALL:remove:riscv64 = "qtwebengine-examples yoe-kiosk-browser" +CORE_IMAGE_EXTRA_INSTALL:remove:riscv32 = "qtwebengine-examples yoe-kiosk-browser" TOOLCHAIN_HOST_TASK:append = " nativesdk-packagegroup-qt6-toolchain-host" diff --git a/sources/meta-yoe/recipes-core/images/yoe-simpleiot-image.bb b/sources/meta-yoe/recipes-core/images/yoe-simpleiot-image.bb index 9a86a8f6f..8385b7016 100644 --- a/sources/meta-yoe/recipes-core/images/yoe-simpleiot-image.bb +++ b/sources/meta-yoe/recipes-core/images/yoe-simpleiot-image.bb @@ -1,12 +1,15 @@ # Yoe sample IoT image require yoe-simple-image.bb -DESCRIPTION = "SimpleIOT Image" -IMAGE_INSTALL += "\ - simpleiot \ -" -export IMAGE_BASENAME = "yoe-simpleiot-image" +oDESCRIPTION = "SimpleIOT Image" +SIMPLEIOT ?= "simpleiot" # RISCV32 does not have golang port yet so there is no use # of building this image for rv32 -COMPATIBLE_HOST = "^(?!riscv32).*" +SIMPLEIOT:riscv32 = "" + +IMAGE_INSTALL += "\ + ${SIMPLEIOT} \ +" + +export IMAGE_BASENAME = "yoe-simpleiot-image" From 913a8e5a085dc47ed1a3deaa521e3f9258ebc24a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 15 Oct 2023 08:30:19 -0700 Subject: [PATCH 4/6] Layer Updates: sources/meta-qt6 sources/poky * sources/meta-qt6 08293ca...6e50360 (1): > Merge pull request #13 from YoeDistro/kraj/6.5 * sources/poky 988dc0dea43...9dc27f922f7 (9): > local.conf.sample: Document new CDN mirror for sstate > bitbake: fetch2: Add API for upstream source tracing > bitbake: Update toaster-requirements to add django-log-viewer==1.1.7 > oeqa/qemurunner: Drop newlines serial workaround > insane: Add a naive heuristic to detect test subdirectories > insane: Detect build-system test harnesses > insane: Detect python and perl based tests > insane: Add unimplemented-ptest infrastructure > scripts/patchreview: Add a custom pattern for finding recipe patches Signed-off-by: Khem Raj --- sources/meta-qt6 | 2 +- sources/poky | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/meta-qt6 b/sources/meta-qt6 index 08293cac6..6e503602e 160000 --- a/sources/meta-qt6 +++ b/sources/meta-qt6 @@ -1 +1 @@ -Subproject commit 08293cac6767e9c5d0c0cb77773e6acaa3ffb69a +Subproject commit 6e503602ee37b3c6f2f37a2aeb308f61530b3db8 diff --git a/sources/poky b/sources/poky index 988dc0dea..9dc27f922 160000 --- a/sources/poky +++ b/sources/poky @@ -1 +1 @@ -Subproject commit 988dc0dea4398e77a7d7862d4655a9b1f5eaa06d +Subproject commit 9dc27f922f7a1eae448b9a0ffa35a85f71e58735 From bf738d70ca4006ee3f29838394d5ee520153f40a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 15 Oct 2023 23:54:32 -0700 Subject: [PATCH 5/6] Layer Updates: sources/meta-riscv * sources/meta-riscv ef99ae8...8bcca70 (2): > visionfive2-pvr-graphics: Add libgcompat to DT_NEEDED on musl systems > weston: Ignore undefined symbols in .so on musl/visionfive2 Signed-off-by: Khem Raj --- sources/meta-riscv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/meta-riscv b/sources/meta-riscv index ef99ae882..8bcca70f2 160000 --- a/sources/meta-riscv +++ b/sources/meta-riscv @@ -1 +1 @@ -Subproject commit ef99ae882c6091295e01d73fcdcf11464b02c942 +Subproject commit 8bcca70f290dcbb1c0f13632327829951eb795dd From 9ece87e61edcebd9f87cba283537c05778949c52 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 15 Oct 2023 23:55:40 -0700 Subject: [PATCH 6/6] 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 05b932ead..f978c8011 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ and this project adheres to - Update QT6.5 to latest - Upgrade openSSH to 9.5p1 - Update dtb path for qemuarmv5 in linux-yocto 6.5 onwards +- Fix pvr drivers to work with musl on visionfive2 ### Added