From 8ce5257d2bd173c619b91ea380e1fa440db3ae50 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 18 Oct 2023 11:30:02 -0700 Subject: [PATCH 1/2] Layer Updates: sources/meta-arm sources/meta-intel sources/meta-openembedded sources/meta-ti sources/poky * sources/meta-arm bc4d2e41...2608ba34 (11): > arm-bsp/linux-yocto: corstone1000: bump to v6.5% > arm/linux-yocto: remove PHYS_VIRT config frag > Update Corstone-1000 doc with security issue reporting guideline > arm-bsp/images: corstone1000: Remove the external system test package > arm-bsp/linux: corstone1000: Remove External system patches > arm-bsp/linux: corstone1000: update the defconfig > arm-bsp/u-boot: corstone1000: Remove External system patches > arm-bsp/corstone1000: Fix RSA key generation issue > CI: also run the _qemutiny testcase for poky-tiny > CI: don't hardcode the selftest tests to run > arm/oeqa/selftest: tag all tests with "meta-arm" * sources/meta-intel dc5a3429...1bca6061 (2): > linux-intel-rt/6.1: update to v6.1.46-rt14 > linux-intel/6.1: update to v6.1.46 * sources/meta-openembedded 35bcd8c6dd...c66ec8776e (12): > linuxptp: Use templates for the systemd services > linuxptp: Drop unneeded downstream patches > sip: upgrade 6.7.11 -> 6.7.12 > vbxguestdrivers: upgrade 7.0.10 -> 7.0.12 > nodejs: update to latest v20 version 20.8.1 > libqmi: Upgrade 1.32.4 -> 1.34.0 > libbacktrace: Update version and enable shared library. > libexosip2: add recipe > libosip2: add recipe > leveldb: Upgrade to 1.23 plus latest git > re2: Add ptest support > cjson: Add ptest * sources/meta-ti 00a43c3e...0ab626b5 (12): > meta-ti-extras: recipes-ti: Update jailhouse SRC_URI to point to ti-jailhouse repo > linux-ti-staging_6.1: CI/CD Auto-Merger: cicd.master.202310170100 > u-boot-ti-staging_2023.04: CI/CD Auto-Merger: cicd.master.202310170100 > machine: include: enable sgx on tested platforms > mesa-pvr: bump srcrev for sgx support > ti-sgx-ddk-*: version bump to support kirkstone > ti-eth-fw: Reduce priority for softlinks to 5. > ti-eth-fw: Fix firmware alternative names for j784s4 > Revert "recipes-bsp: u-boot-ti.inc: Remove ti-sci-fw from DEPENDS for k3 machine" > ti-sci-fw: Remove COMPATIBLE_MACHINE and extend recipe to k3 machines > amx3-cm3: use debug-prefix-map > uboot: Handle UBOOT_CONFIG for multiple R5 defconfigs * sources/poky 9dc27f922f7...f65f100bc53 (25): > build-appliance-image: Update to master head revision > poky.conf: Bump version for 4.3 nanbield release > patchtest/selftest: fix command arguments > patchtest: update SPDX identifiers > strace: further clean up of ptest folders > qemuarmv5: Drop QB_DTB conditional for older kernels > patchtest: set default repo and testdir targets > patchtest: add scripts to oe-core > patchtest: add supporting modules > patchtest/requirements.txt: update > insane: unimplemented-ptest: ignore source file errors > insane: skip unimplemented-ptest on S=WORKDIR recipes > qemu: ignore RHEL specific CVE-2023-2680 > linux-yocto/6.5: avoid serial port suspend issues > bitbake: codeparser: replace deprecated ast.Str and 's' > bitbake: Toaster: Fixed javascript issue on tests.browser.test_js_unit_tests > bitbake: Toaster: Bug-fix failure on tests.browser.test_layerdetails_page > bitbake: toaster: bug-fix on tests.browser.test_most_recent_builds_states > bitbake: toaster: fixed functional test > bitbake: toaster: update jquery version 2.0.3 -> 3.7.1 > bitbake: toaster: Update bootstrap version to 3.4.1 > bitbake: toaster: updated bootstrap version 3.3.6 -> 3.3.7 > recipes-rt: update README to match newer override syntax > gcompat: Upgrade to 1.1.0 release > gcompat: Add fcntl64 wrapper Signed-off-by: Khem Raj --- sources/meta-arm | 2 +- sources/meta-intel | 2 +- sources/meta-openembedded | 2 +- sources/meta-ti | 2 +- sources/poky | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sources/meta-arm b/sources/meta-arm index bc4d2e412..2608ba344 160000 --- a/sources/meta-arm +++ b/sources/meta-arm @@ -1 +1 @@ -Subproject commit bc4d2e41246905a9ba50249d579d85f7769594ad +Subproject commit 2608ba344f10edad30ad2b43d0c5be4da0da5ea5 diff --git a/sources/meta-intel b/sources/meta-intel index dc5a3429c..1bca60610 160000 --- a/sources/meta-intel +++ b/sources/meta-intel @@ -1 +1 @@ -Subproject commit dc5a3429cb5030ad683bb432cd23ab644bf5a977 +Subproject commit 1bca60610c597571769edc4a057a04bfdbd2f994 diff --git a/sources/meta-openembedded b/sources/meta-openembedded index 35bcd8c6d..c66ec8776 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit 35bcd8c6ddfb6bc8729d0006dab887afcc772ec9 +Subproject commit c66ec8776ec6f467937918a114bdefa28ac036a9 diff --git a/sources/meta-ti b/sources/meta-ti index 00a43c3ee..0ab626b53 160000 --- a/sources/meta-ti +++ b/sources/meta-ti @@ -1 +1 @@ -Subproject commit 00a43c3ee446fa9b1eaa3903112b026e70c44c27 +Subproject commit 0ab626b53318e439cec2b55ccfaf1907074c1c04 diff --git a/sources/poky b/sources/poky index 9dc27f922..f65f100bc 160000 --- a/sources/poky +++ b/sources/poky @@ -1 +1 @@ -Subproject commit 9dc27f922f7a1eae448b9a0ffa35a85f71e58735 +Subproject commit f65f100bc5379c3153ee00b2aa62ea5c9a66ec79 From 681eb365c7a8ba9bf9ebf608db5a889c98a5bb39 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 18 Oct 2023 11:35:55 -0700 Subject: [PATCH 2/2] CHANGELOG.md: Document changes Signed-off-by: Khem Raj --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f978c8011..b1fa80ec2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ and this project adheres to - Use ttyrun to get getty on busybox init and sysvinit init systems - Add static-passwd and static-group files for meta-openembedded layers - Fix ptest failures in poco, libtevent, and libnet-idn-encode -- Add ptests for libldb +- Add ptests for libldb, cjson, re2 - Upgrade linux-yocto recipes to v6.1.57, v6.5.7 - Upgrade go compiler to 1.20.10 - Upgrade curl to 8.4.0 @@ -32,10 +32,13 @@ and this project adheres to - 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 +- Fix pvr visionfive2 drivers on musl +- Update nodejs to 20.8.1 ### Added - Added recipes - tayga, ttyrun, python3-arrow, python-git-pw + - libexosip2, libosip2 - Add bblock feature to core - Add Yoe updater support for VisionFive2 board