From 8ecae9ff8bc89397079d5a79bd3c6cdd9b0be563 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 9 Oct 2023 14:45:51 -0700 Subject: [PATCH 1/2] Layer Updates: sources/meta-freescale sources/meta-openembedded sources/meta-qt6 sources/meta-ti sources/poky * sources/meta-freescale 1366c9c2...e0939d96 (1): > Merge pull request #1660 from MaxKrummenacher/master * sources/meta-openembedded 7190422289...b729ec1b11 (6): > ptest-packagelists-meta-oe: Add kernel-selftest to x86/x86-64 images > kernel-selftest: Build bpf tests again > libnvme: apply patch already upstream to fix build with musl > gnome-control-center: Fix polkit gettext issue > signing.bbclass: don't export OPENSSL environment variables globally > libblockdev: fix QA error in case of multilib * sources/meta-qt6 d6b3efa...062cee0 (1): > Merge pull request #11 from YoeDistro/kraj/6.5 * sources/meta-ti 0c872168...33176434 (14): > linux-ti-staging_6.1: CI/CD Auto-Merger: cicd.master.202310090100 > linux-ti-staging-rt_6.1: CI/CD Auto-Merger: cicd.master.202310090100 > k3conf: CI/CD Auto-Merger: cicd.master.202310090100 > u-boot-ti-staging_2023.04: CI/CD Auto-Merger: cicd.master.202310090100 > ti-linux-fw: CI/CD Auto-Merger: cicd.master.202310090100 > u-boot: set the correct latest LIC_FILES_CHKSUM generically > trusted-firmware-a: Update to sha fixing deep sleep on AM62x > ti-dm-dw: Preserve structure of the deployed ti-dm-fw binaries > ti-sci-fw: Deploy the fw binaries to the deploy directory > u-boot-ti: Fix SPL binary name for SD/MMC media on HS boards > recipes-bsp:ti-sci-fw: Add k3r5 as COMPATIBLE_MACHINE > recipes-bsp: u-boot-ti.inc: Remove ti-sci-fw from DEPENDS for k3 machine > optee-os: Install OP-TEE OS provided TAs > ti-img-rogue-umlibs: harden handling of usrmerge * sources/poky 561c63e9471...4f2f3c12a9b (22): > oeqa/selftest/bblock: add self test for bblock tool > scripts/bblock: add a script to lock/unlock recipes > sstatesig: add a new info level for SIGGEN_LOCKEDSIGS_TASKSIG_CHECK > bitbake.conf: include bblock.conf > migration-guides: add release notes for 4.0.13 > overview: Add note about non-reproducibility side effects > dev-manual: fix testimage usage instructions > ref-manual: releases.svg: Scarthgap is now version 5.0 > openssh: drop sudo from ptest dependencies > strace: skip so_peerpidfd test > cryptodev: Update to latest git for 6.5 kernel fixes > busybox: use ttyrun to run getty only if the terminal exists > sysvinit-inittab: use ttyrun to run getty only if the terminal exists > ttyrun: add new recipe > sysvinit-initab: rewrite loop to generate inittab > qemuboot: reduce default size of software I/O translation buffer > cmake.bbclass: Add *.cmake to CONFIGURE_FILES > bitbake: bitbake-hashclient: Add clean-unused subcommand > bitbake: hashserv: Add API to clean unused entries > bitbake: hashserv: Extend get_outhash API to optionally include unihash > bitbake: bitbake-hashclient: Add remove subcommand > bitbake: hashserv: Add remove API Signed-off-by: Khem Raj --- sources/meta-freescale | 2 +- sources/meta-openembedded | 2 +- sources/meta-qt6 | 2 +- sources/meta-ti | 2 +- sources/poky | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sources/meta-freescale b/sources/meta-freescale index 1366c9c27..e0939d967 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit 1366c9c27221967eb644cffd745b114c134931f2 +Subproject commit e0939d967ff6fba68de425ea5f8da601ba518efe diff --git a/sources/meta-openembedded b/sources/meta-openembedded index 719042228..b729ec1b1 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit 719042228998484b9022676a2726002d10593343 +Subproject commit b729ec1b11d4b170a9e7a9c1ff8db5260ba1c7eb diff --git a/sources/meta-qt6 b/sources/meta-qt6 index d6b3efa9b..062cee04c 160000 --- a/sources/meta-qt6 +++ b/sources/meta-qt6 @@ -1 +1 @@ -Subproject commit d6b3efa9b2cf7ad58d3d3ae31dc457222c482186 +Subproject commit 062cee04c41a2063591e0cdb24495fd7dc3a3f2b diff --git a/sources/meta-ti b/sources/meta-ti index 0c872168c..33176434a 160000 --- a/sources/meta-ti +++ b/sources/meta-ti @@ -1 +1 @@ -Subproject commit 0c872168cbdda012c9475ef486eb17a730393018 +Subproject commit 33176434a7beaf7270bc6c34fd9e9afa4c34ccae diff --git a/sources/poky b/sources/poky index 561c63e94..4f2f3c12a 160000 --- a/sources/poky +++ b/sources/poky @@ -1 +1 @@ -Subproject commit 561c63e94710a755227357e90004aafa63ec9c7e +Subproject commit 4f2f3c12a9b845de29fc5923d1dccf26eaaa1be2 From 2218227a836956cdf2d5b0769d212add21dd1946 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 9 Oct 2023 14:50:46 -0700 Subject: [PATCH 2/2] CHANGELOG.md: Document changes Signed-off-by: Khem Raj --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af2feb895..797a2f9cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,10 +17,14 @@ and this project adheres to - Upgrade mason to 1.2.2 - Upgrade u-boot to 2023.10 - Add 6.5 kernel and switch to using it as default for qemu machines +- Add kernel-selftest to slow ptest image for x86 and enable bpf tests +- Upgrade cryptodev to build with kernel 6.5 +- Use ttyrun to get getty on busybox init and sysvinit init systems ### Added -- Added recipes - tayga +- Added recipes - tayga, ttyrun +- Add bblock feature to core ### Removed