From 627579662d958447de8d3b157a6c36ef32eb3bcd Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 10 Oct 2023 21:09:14 -0700 Subject: [PATCH 1/6] Layer Updates: sources/meta-freescale sources/meta-intel sources/meta-openembedded sources/poky * sources/meta-freescale e0939d96...d441dcbe (1): > Merge pull request #1662 from hiagofranco/update_uuu_src_link * sources/meta-intel 086552f6...e35d6804 (2): > meta-intel.inc: use the correct version of opencl-clang > opencl-clang: drop upstreamed patch * sources/meta-openembedded b729ec1b11...62039a2c33 (13): > python3-rapidjson: add ptest > kernel-selftest: Use clang options when clang is available > kernel-selftest: Copy the .config from kernel build > opencv: Fix build with protobuf v22 and dnn enabled > cpprestsdk: fix typo in comment, tag is actually 2.0.18 > Add static-passwd and static-group files > Add static-passwd and static-group files > Add static-passwd and static-group files > Add static-passwd and static-group files > Add static-passwd and static-group files > Add static-passwd and static-group files > Add static-passwd and static-group files > meta-filesystems/layer.conf : Add meta-networking dependency * sources/poky 4f2f3c12a9b...c2e094ddfd1 (6): > wic: fix a typo in help output > poky/poky-tiny: Switch to the 6.5 kernel > oeqa/qemurunner: Add extra logging when console doesn't appear > runqemu/qemurunner: Use nodelay with tcp serial connections > oeqa/qemurunner: Add newlines serial workaround > qemux86/qemuarm: Drop kernel version overrides Signed-off-by: Khem Raj --- sources/meta-freescale | 2 +- sources/meta-intel | 2 +- sources/meta-openembedded | 2 +- sources/poky | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sources/meta-freescale b/sources/meta-freescale index e0939d967..d441dcbe4 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit e0939d967ff6fba68de425ea5f8da601ba518efe +Subproject commit d441dcbe4ff2dcd28509688e90f47044a7350b68 diff --git a/sources/meta-intel b/sources/meta-intel index 086552f60..e35d68040 160000 --- a/sources/meta-intel +++ b/sources/meta-intel @@ -1 +1 @@ -Subproject commit 086552f6004581145ecd4b39c30eb7e9326b28ab +Subproject commit e35d68040d3906e3286081b6adbc79be7829d8b3 diff --git a/sources/meta-openembedded b/sources/meta-openembedded index b729ec1b1..62039a2c3 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit b729ec1b11d4b170a9e7a9c1ff8db5260ba1c7eb +Subproject commit 62039a2c3347841f0e5b2c46345c9bd2fe76805e diff --git a/sources/poky b/sources/poky index 4f2f3c12a..c2e094ddf 160000 --- a/sources/poky +++ b/sources/poky @@ -1 +1 @@ -Subproject commit 4f2f3c12a9b845de29fc5923d1dccf26eaaa1be2 +Subproject commit c2e094ddfd185f0fe2d2957ff89b9a4fde794942 From d1ff688087197a48148041b9b7b04b3d82b360c0 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 10 Oct 2023 21:10:52 -0700 Subject: [PATCH 2/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 797a2f9cc..ea281cbd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ and this project adheres to - 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 +- Add static-passwd and static-group files for meta-openembedded layers ### Added From 8b4726757f56276d4d9b64dde1836cffe3dc7b18 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 11 Oct 2023 23:11:36 -0700 Subject: [PATCH 3/6] envsetup: Use new way to build build-sysroots Signed-off-by: Khem Raj --- envsetup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/envsetup.sh b/envsetup.sh index 4b09043f7..a7b8dbe94 100644 --- a/envsetup.sh +++ b/envsetup.sh @@ -690,7 +690,8 @@ yoe_get_image_version() { yoe_check_install_dependencies() { if ! command -v bmaptool >&/dev/null; then # build own copy of native tools - bitbake bmap-tools-native build-sysroots + bitbake bmap-tools-native + bitbake -c build_native_sysroot build-sysroots if ! command -v bmaptool >&/dev/null; then echo "bmaptool not installed" echo "Install bmap-tools package on build host" From 26f4d7486abedb450a7b08ce1f5d4248e2cc784f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 13 Oct 2023 08:20:52 -0700 Subject: [PATCH 4/6] Layer Updates: sources/meta-freescale sources/meta-intel sources/meta-openembedded sources/meta-ti sources/meta-variscite-bsp sources/poky * sources/meta-freescale d441dcbe...7327e03c (3): > ls1021atwr: drop as it is unbuildable for too long > ls2080ardb: drop as it is unbuildable for too long > Merge pull request #1666 from lms-ts/master * sources/meta-intel e35d6804...dc5a3429 (3): > intel-media-driver: Fix corruption issue for no background colorfill cases > onednn: upgrade 3.2.1 -> 3.3 > intel-crypto-mb: upgrade 2021.8 -> 2021.9.0 * sources/meta-openembedded 62039a2c33...eddc2571a7 (14): > gexiv2: Fix do_package QA issue when usrmerge enabled. > wireplumber: Upgrade 0.4.14 -> 0.4.15 > libeigen: Update GPL-3.0-only to GPL-2.0-only > libdecor: Upgrade 0.1.99 -> 0.2.0 > libldb: add ptest > libtevent: fix ptest > samba: use external cmocka instead of bundled cmocka > samba: upgrade 4.18.6 -> 4.18.8 > gutenprint: Upgrade to 5.3.4 > python3-pynacl: add RCONFLICTS with python3-nacl > static-group: Match nogroup id to base-passwd from core. > python3-pylint: allow native build > poco: Fix data race when create POSIX thread > libnet-idn-encode: Fix build with perl 2.38 and gcc13 * sources/meta-ti 33176434...00a43c3e (1): > u-boot-ti: Correctly fix SPL binary name for SD/MMC media on HS boards * sources/meta-variscite-bsp 59f65d1...92e4f31 (1): > Merge pull request #10 from YoeDistro/kraj/kirkstone-var02 * sources/poky c2e094ddfd1...0e351df0425 (23): > reproducible: Exclude rust for now again > patchtest: clean up test suite > patchtest: improve test issue messages > linux-yocto/6.4: drop recipes > linux-yocto/6.1: update to v6.1.57 > linux-yocto/6.5: update to v6.5.7 > linux-yocto/6.5: tiny: fix arm 32 boot > linux-yocto/6.1: tiny: fix arm 32 boot > linux-yocto/6.5: update to v6.5.6 > linux-yocto/6.1: update to v6.1.56 > go: update 1.20.9 -> 1.20.10 > go: update 1.20.8 -> 1.20.9 > go: update 1.20.7 -> 1.20.8 > nghttp2: update 1.56.0 -> 1.57.0 > curl: 8.3.0 -> 8.4.0 > oeqa/runtime/_qemutiny: rewrite test to be functional > busybox-inittab: fix console handling > meta/conf/machine: remove SERIAL_CONSOLES_CHECK > oeqa/selftest: don't skip test_read_only_image on qemuarm64 > oeqa/utils/gitarchive: ensure tag matches regex before getting its fields > oeqa/utils/gitarchive: fix tag pattern searching > oeqa/qemurunner: Ensure we retry after BrokenPipeError > rust: reproducibility issue fix Signed-off-by: Khem Raj --- sources/meta-freescale | 2 +- sources/meta-intel | 2 +- sources/meta-openembedded | 2 +- sources/meta-ti | 2 +- sources/meta-variscite-bsp | 2 +- sources/poky | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sources/meta-freescale b/sources/meta-freescale index d441dcbe4..7327e03c6 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit d441dcbe4ff2dcd28509688e90f47044a7350b68 +Subproject commit 7327e03c61823268a5a957fe090c4cc5e1735b34 diff --git a/sources/meta-intel b/sources/meta-intel index e35d68040..dc5a3429c 160000 --- a/sources/meta-intel +++ b/sources/meta-intel @@ -1 +1 @@ -Subproject commit e35d68040d3906e3286081b6adbc79be7829d8b3 +Subproject commit dc5a3429cb5030ad683bb432cd23ab644bf5a977 diff --git a/sources/meta-openembedded b/sources/meta-openembedded index 62039a2c3..eddc2571a 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit 62039a2c3347841f0e5b2c46345c9bd2fe76805e +Subproject commit eddc2571a759f208cd8e3e05f3ca14457b9169dc diff --git a/sources/meta-ti b/sources/meta-ti index 33176434a..00a43c3ee 160000 --- a/sources/meta-ti +++ b/sources/meta-ti @@ -1 +1 @@ -Subproject commit 33176434a7beaf7270bc6c34fd9e9afa4c34ccae +Subproject commit 00a43c3ee446fa9b1eaa3903112b026e70c44c27 diff --git a/sources/meta-variscite-bsp b/sources/meta-variscite-bsp index 59f65d17c..92e4f3109 160000 --- a/sources/meta-variscite-bsp +++ b/sources/meta-variscite-bsp @@ -1 +1 @@ -Subproject commit 59f65d17c9ef137c5be0d5f561a25113cb1f642c +Subproject commit 92e4f310991573f9a3bcd2ddfeae226538090c99 diff --git a/sources/poky b/sources/poky index c2e094ddf..0e351df04 160000 --- a/sources/poky +++ b/sources/poky @@ -1 +1 @@ -Subproject commit c2e094ddfd185f0fe2d2957ff89b9a4fde794942 +Subproject commit 0e351df0425968fd58983e445391012e64f7f4ad From 63cc4ced94217970ffa048c3222d434e2a3cacac Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 13 Oct 2023 08:27:22 -0700 Subject: [PATCH 5/6] CHANGELOG.md: Document changes Signed-off-by: Khem Raj --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea281cbd5..ac464c1a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,11 @@ and this project adheres to - Upgrade cryptodev to build with kernel 6.5 - 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 +- Upgrade linux-yocto recipes to v6.1.57, v6.5.7 +- Upgrade go compiler to 1.20.10 +- Upgrade curl to 8.4.0 ### Added @@ -29,6 +34,8 @@ and this project adheres to ### Removed +- Dropped recipes for linux-yocto/6.4 + ## [2023.09] - 2023-09-30 ### Changed From 8851ca75c79945f9a647384c2534679b8745c1e5 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 13 Oct 2023 16:26:30 -0700 Subject: [PATCH 6/6] updater: Correct the SD partition numbers for visionfive2 Signed-off-by: Khem Raj --- .../recipes-support/updater/files/visionfive2/platform | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sources/meta-yoe/recipes-support/updater/files/visionfive2/platform b/sources/meta-yoe/recipes-support/updater/files/visionfive2/platform index 39ae1804f..867f16cfb 100644 --- a/sources/meta-yoe/recipes-support/updater/files/visionfive2/platform +++ b/sources/meta-yoe/recipes-support/updater/files/visionfive2/platform @@ -38,9 +38,9 @@ EMMC_BOOT_DEV=${EMMC_DEVICE}p3 EMMC_ROOTFS_DEV=${EMMC_DEVICE}p4 EMMC_DATA_DEV=${EMMC_DEVICE}p5 -SD_BOOT_DEV=${SD_DEVICE}p1 -SD_ROOTFS_DEV=${SD_DEVICE}p2 -SD_DATA_DEV=${SD_DEVICE}p3 +SD_BOOT_DEV=${SD_DEVICE}p3 +SD_ROOTFS_DEV=${SD_DEVICE}p4 +SD_DATA_DEV=${SD_DEVICE}p5 BOOT_MOUNT_POINT=/boot ROOTFS_MOUNT_POINT=/root @@ -67,7 +67,7 @@ MOUNT_BOOT=1 plat_init() { msg "Running $PLAT initializations ..." - cat /proc/cpuinfo | grep Revision | cut -d' ' -f 2 > /etc/hwrevision + cat /proc/cpuinfo | grep uarch | cut -d' ' -f 2 | head -1 > /etc/hwrevision } plat_bootloader_quirks() {