diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b691fa4d..59116b9c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,13 +29,25 @@ and this project adheres to - Fix rng-tools to drop wrong dependencies which delayed boot - Fix several recipes for musl builds missing -D_GNU_SOURCE - Several fixes for clang-15 found errors +- Enable SDL backend for host QEMU to allow UI option along with vnc +- Disable O2 in systemd when using clang for now +- Do not use llvm-strip system-wide for now due to bugs +- Enable installing libc++.so as linker script +- Fix libgcrypt ptests and install +- Update glibc to have mount.h conflicts solved on 2.36 release branch +- Fix several recipes to compile with clang-15 on musl ### Added -- Add recipe for mdio-tools +- Add recipe for mdio-tools, usbmuxd, libusbmuxd, libimobiledevice, + libplist, gst-editing-services, uutils-coreutils, python3-asgiref +- Added clang-native class to build native compoennts with clang +- Add test for debuginfod ### Removed +- Drop has-elf-tls option from rust-target-config + ## [2022.07] - 2022-08-19 ### Changed diff --git a/sources/meta-arm b/sources/meta-arm index e57163cf0..8854f98d3 160000 --- a/sources/meta-arm +++ b/sources/meta-arm @@ -1 +1 @@ -Subproject commit e57163cf0639fa942d434505510c8d8638e2d415 +Subproject commit 8854f98d3c1a48eb888119306f5350185b223852 diff --git a/sources/meta-clang b/sources/meta-clang index 63c07c0a6..ecf0f6aaa 160000 --- a/sources/meta-clang +++ b/sources/meta-clang @@ -1 +1 @@ -Subproject commit 63c07c0a6d9b32047c80a44c3d0cecae3e3b841f +Subproject commit ecf0f6aaaf12f60f88cfad0f6ff21a3d63e0119c diff --git a/sources/meta-freescale b/sources/meta-freescale index d984fbeb3..7ceaf47be 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit d984fbeb31f473a86f6d5670e5aa31bdda82b7e7 +Subproject commit 7ceaf47bebcbf061cb4b1339d8509a859a2790ce diff --git a/sources/meta-intel b/sources/meta-intel index b5664f2f1..0337f4a8f 160000 --- a/sources/meta-intel +++ b/sources/meta-intel @@ -1 +1 @@ -Subproject commit b5664f2f1185c133b2939c0457f95d5f40bfcad1 +Subproject commit 0337f4a8fc8156db6b8f84b814a3d00cb4f3c5d3 diff --git a/sources/meta-openembedded b/sources/meta-openembedded index f6eb4c82b..a755af4fb 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit f6eb4c82bb86c2b09b6ec5e0adf7c332af53b2aa +Subproject commit a755af4fb5ca2e158b00214bb18e27ba69c200fd diff --git a/sources/meta-qcom b/sources/meta-qcom index 746275b4f..5d7c204f1 160000 --- a/sources/meta-qcom +++ b/sources/meta-qcom @@ -1 +1 @@ -Subproject commit 746275b4f3b89cd94e874b64b89374f0946b7d62 +Subproject commit 5d7c204f1093b944cec63d91e40c08545afd51e7 diff --git a/sources/meta-yoe/conf/distro/yoe.inc b/sources/meta-yoe/conf/distro/yoe.inc index 0bd7f7c59..289955bc5 100644 --- a/sources/meta-yoe/conf/distro/yoe.inc +++ b/sources/meta-yoe/conf/distro/yoe.inc @@ -6,7 +6,7 @@ MAINTAINER = "Yoe Distro Community " TARGET_VENDOR = "-yoe" SDK_VENDOR = "-yoesdk" # Distro version is YYYY.MM -DISTRO_VERSION = "2022.08-rc.1" +DISTRO_VERSION = "2022.08" DISTRO_CODENAME = "Targhee" SDK_VERSION := "${DISTRO_VERSION}" diff --git a/sources/poky b/sources/poky index 16e8b0954..de284c467 160000 --- a/sources/poky +++ b/sources/poky @@ -1 +1 @@ -Subproject commit 16e8b0954724a18495f00135a4bf94ac00b3d548 +Subproject commit de284c467a99fa17b98531206b0dc51a4401de64