From 6e383fbfbb6621c8f7b3dd8fa7fcfae7a7fe7018 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 22 Feb 2024 12:07:18 -0800 Subject: [PATCH 1/2] Layer Updates: sources/meta-arm sources/meta-clang sources/meta-openembedded sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-tegra sources/poky * sources/meta-arm 025f76a1...1560fbe0 (2): > arm-bsp/n1sdp: update to linux yocto kernel 6.6 > arm-bsp/linux-yocto: Remove EOL Linux yocto kernel 6.1 * sources/meta-clang ca26df0...f66ca28 (2): > dav1d: Use GNU assembler for asm files > rpm: Always use GCC to compile for now * sources/meta-openembedded 57db42741d...33236c4c1b (40): > python3-pydantic: upgrade 2.5.3 -> 2.6.0 > python3-pydantic-core: upgrade 2.14.6 -> 2.16.1 > python3-parse: re-add functional ptests > python3-msgpack: re-add functional ptests > python3-jdcal: re-add functional ptests > netdata: version bump 1.43.2 -> 1.44.3 > wavemon: add recipe for version 0.9.5 > python3-sentry-sdk: upgrade 1.40.0 -> 1.40.4 > python3-socketio: upgrade 5.11.0 -> 5.11.1 > python3-gspread: upgrade 6.0.1 -> 6.0.2 > python3-google-auth: upgrade 2.27.0 -> 2.28.0 > unixodbc: fix odbc.pc file generation > webkitgtk3: Fix build on 32bit x86 > dav1d: Inherit missing pkgconfig > libcamera: Replace VLAs with alloca > snort3: Fix contains reference to TMPDIR [buildpaths] warnings > snort: Do not use llvm libunwind > snort: add snort3 initial recipe > libdaq: add recipe > sip: upgrade 6.8.2 -> 6.8.3 > remmina: upgrade 1.4.33 -> 1.4.34 > python3-zopeinterface: upgrade 6.1 -> 6.2 > python3-watchdog: upgrade 3.0.0 -> 4.0.0 > python3-twine: upgrade 4.0.2 -> 5.0.0 > python3-tox: upgrade 4.12.1 -> 4.13.0 > python3-pytest-asyncio: upgrade 0.23.4 -> 0.23.5 > python3-pymodbus: upgrade 3.6.3 -> 3.6.4 > python3-pymisp: upgrade 2.4.184 -> 2.4.185 > python3-protobuf: upgrade 4.25.2 -> 4.25.3 > python3-polyline: upgrade 2.0.1 -> 2.0.2 > python3-langtable: upgrade 0.0.64 -> 0.0.65 > python3-jsbeautifier: upgrade 1.14.11 -> 1.15.1 > python3-httpcore: upgrade 1.0.2 -> 1.0.3 > python3-google-api-python-client: upgrade 2.116.0 -> 2.118.0 > python3-tqdm: upgrade 4.66.1 -> 4.66.2 > webkitgtk3: upgrade 2.42.4 -> 2.42.5 > protobuf: upgrade 4.25.2 -> 4.25.3 > wireshark: upgrade 4.2.2 -> 4.2.3 > unbound: upgrade 1.19.0 -> 1.19.1 > Fix install error when enable multilib. * sources/meta-qt6 438d3c0...1695f1a (1): > Merge pull request #36 from YoeDistro/kraj/6.6 * sources/meta-raspberrypi 2e1ca4c...dbf1113 (1): > rpi-eeprom_git: v.2024.01.05-2712 Update recipe to latest rpi-eeprom repo This follows the current latest release of rpi-eeprom: https://github.com/raspberrypi/rpi-eeprom * sources/meta-riscv ab869f1...dc7aeb4 (1): > layer.conf: Update for the scarthgap release series * sources/meta-tegra 8e0c916f...5237f91d (1): > cudnn: fix cudnn-samples fetch error * sources/poky 4cfd0f7e4e2...e31be0b0e6e (23): > systemd-systemctl: fix dead loop when multi services enable each other > ncurses: Always pass -D_GNU_SOURCE > qemuboot: predictable network interface names > dbus: disable assertions and enable only modular tests > linux-yocto/6.6: update CVE exclusions > linux-yocto/6.6: update to v6.6.17 > testimage: log exception when failing to retrieve artifacts > lttng-ust: Upgrade 2.13.6 -> 2.13.7 > numactl: Upgrade 2.0.17 -> 2.0.18 > overlayfs: add missing vardeps > meson: use absolute cross-compiler paths > devtool: ide: vscode: Configure read-only files > devtool: ide_sdk: Use bitbake's python3 for generated scripts > bitbake: Revert "bitbake: wget.py: always use the custom user agent" > bash: rebase the patch to fix ptest failure > libsdl2: upgrade 2.28.5 -> 2.30.0 > insane.bbclass: Allow the warning about virtual/ to be disabled > recipetool; add support for python_mesonpy class > python_mesonpy.bbclass: move from meta-python > python3-meson-python: move from meta-python > python3-pyproject-metadata: HOMEPAGE; DESCRIPTION > python3-pyproject-metadata: move from meta-python > python: Drop ${PYTHON_PN} Signed-off-by: Khem Raj --- sources/meta-arm | 2 +- sources/meta-clang | 2 +- sources/meta-openembedded | 2 +- sources/meta-qt6 | 2 +- sources/meta-raspberrypi | 2 +- sources/meta-riscv | 2 +- sources/meta-tegra | 2 +- sources/poky | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sources/meta-arm b/sources/meta-arm index 025f76a14..1560fbe0c 160000 --- a/sources/meta-arm +++ b/sources/meta-arm @@ -1 +1 @@ -Subproject commit 025f76a14f6c9474cc273b17033430d47ad12606 +Subproject commit 1560fbe0c9ed43cae0318cc8935d3d82d6ffd94f diff --git a/sources/meta-clang b/sources/meta-clang index ca26df089..f66ca28ec 160000 --- a/sources/meta-clang +++ b/sources/meta-clang @@ -1 +1 @@ -Subproject commit ca26df08948d2d904641c35f6b1b4b289f0d9eac +Subproject commit f66ca28ec1b01e67e7ba176590070504a436405b diff --git a/sources/meta-openembedded b/sources/meta-openembedded index 57db42741..33236c4c1 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit 57db42741df341718b9bb4b1b8f20d2e2fcf7010 +Subproject commit 33236c4c1bd18b52d21417f3f6f38ddcec67e2a9 diff --git a/sources/meta-qt6 b/sources/meta-qt6 index 438d3c058..1695f1abc 160000 --- a/sources/meta-qt6 +++ b/sources/meta-qt6 @@ -1 +1 @@ -Subproject commit 438d3c058c5fa5c5c52c83337f74c96fdf41bec2 +Subproject commit 1695f1abc6efb1b846e59732e63aca6f22a538c3 diff --git a/sources/meta-raspberrypi b/sources/meta-raspberrypi index 2e1ca4ce2..dbf1113a8 160000 --- a/sources/meta-raspberrypi +++ b/sources/meta-raspberrypi @@ -1 +1 @@ -Subproject commit 2e1ca4ce2e4c3aca4d30310e7eee2634a28bdb2a +Subproject commit dbf1113a8277772ddb59fb1c44013e4f3c6d2dda diff --git a/sources/meta-riscv b/sources/meta-riscv index ab869f1be..dc7aeb434 160000 --- a/sources/meta-riscv +++ b/sources/meta-riscv @@ -1 +1 @@ -Subproject commit ab869f1be01e798a1f9f63e99c50a6683f93b01e +Subproject commit dc7aeb4340d6030bebe0fe950fd64c7f6a23cfc9 diff --git a/sources/meta-tegra b/sources/meta-tegra index 8e0c916f8..5237f91da 160000 --- a/sources/meta-tegra +++ b/sources/meta-tegra @@ -1 +1 @@ -Subproject commit 8e0c916f854efc8e9f62edaaac08d0afa443dfbd +Subproject commit 5237f91da930e06dacc3413be7444b46fcd198ef diff --git a/sources/poky b/sources/poky index 4cfd0f7e4..e31be0b0e 160000 --- a/sources/poky +++ b/sources/poky @@ -1 +1 @@ -Subproject commit 4cfd0f7e4e2db19344677999572e5b71ae97dfc4 +Subproject commit e31be0b0e6ed6855787ebfbacc15bdbf1b9e511c From 18abe5da2ec41b969e5bc85a8fc496abd5c365c4 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 22 Feb 2024 12:14:11 -0800 Subject: [PATCH 2/2] CHANGELOG.md: Document changes Signed-off-by: Khem Raj --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5b3e3829..38ea23843 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ and this project adheres to - Upgrade OpenSSL to 3.2.1 - Upgrade glibc to 2.39 - Upgrade binutils to 2.42 -- Upgrade linux-yocto to v6.6.16 +- Upgrade linux-yocto to v6.6.17 - Improve running default image ptests on RISCV - Upgrade opkg to 0.6.3 - Fix build race in xfstests @@ -36,13 +36,16 @@ and this project adheres to - Switch meta-python repcipes to use pytest --automake enmass - Upgrade linux-raspberrypi to 6.1.77 - Enable RTC in RISCV qemu kernel configs +- Fix yocto compatible status for meta-clang +- Fix dav1d build on RISCV +- Improve vscode IDE support ### Added - New packages - python3-moteus, python3-google-auth-oauthlib, python3-janus flatcc, python3-aiohappyeyeballs, bonnie++. e2tools, python3-strenum python3-httpx, python3-httpcore, python3-sniffio, python3-anyio - python3-socksio, python3-pyyaml-include, whitenoise + python3-socksio, python3-pyyaml-include, whitenoise, wavemon, libdaq, snort3 - Add cortexa78 tune files ### Removed