diff --git a/CHANGELOG.md b/CHANGELOG.md index d692bbf2e..fc47d0dd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2023.08] - 2023-XX-XX +## [2023.08] - 2023-08-31 ### Changed @@ -65,6 +65,10 @@ and this project adheres to - Disable perl support in perf - Do not define TESTIMAGE_AUTO for qemu machines - Fix allarch override syntax in cmake class +- Fix recipes to work on arm without neon systems +- Update contribution guidelines +- Upgrade cmake to 3.27.4 +- Increase python thread stack size to 2M on musl ### Added @@ -74,7 +78,7 @@ and this project adheres to ttf-google-fira, python3-oauth2client, python3-schedule spice-guest-vdagent, aml, phodav, gnome-boxes, libosinfo gnome-remote-desktop, libcacard, usbids, qcbor - python3-sdbus, libfaketime + python3-sdbus, libfaketime, python3-piccata, python3-gspread - Add script to generate kernel CVE_STATUS entries for linux-yocto - Add packageconfig to support colored logs in journald - Add DOCKER_PORTS variable in setenv to forward ports between docker and host @@ -82,6 +86,7 @@ and this project adheres to - Add yocto sstate mirror as default backup for public sstate feeds - Add MESON_TARGET to meson class which can be defined in recipes - Add DOCKER_EXTRA_ARGS to envsetup to pass custom options to docker +- Add vfat image type ### Removed diff --git a/envsetup.sh b/envsetup.sh index d2af409cc..aa9a8c172 100644 --- a/envsetup.sh +++ b/envsetup.sh @@ -551,7 +551,7 @@ dkr() { if [ -z "$1" ]; then echo "setting dkr action to shell" - CMD="/bin/bash" + CMD=". ${OE_BASE}/envsetup.sh $PROJECT 2>&1 > /dev/null && /bin/bash" else CMD=". ${OE_BASE}/envsetup.sh $PROJECT 2>&1 > /dev/null && $@" shift diff --git a/sources/meta-arm b/sources/meta-arm index a7ff45bd4..0b25c07cf 160000 --- a/sources/meta-arm +++ b/sources/meta-arm @@ -1 +1 @@ -Subproject commit a7ff45bd4fbb593b578458698231434ff67a0fde +Subproject commit 0b25c07cf2cbc9494bd059bf27236d5cdf04a0c2 diff --git a/sources/meta-clang b/sources/meta-clang index 1addd3db6..7a9fe6f0c 160000 --- a/sources/meta-clang +++ b/sources/meta-clang @@ -1 +1 @@ -Subproject commit 1addd3db69cee59418e55cdeecaf7cd0a09777d8 +Subproject commit 7a9fe6f0c67c85a51cf28fe6eb76ef9977397f7b diff --git a/sources/meta-openembedded b/sources/meta-openembedded index ee1026ab7..05e32934d 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit ee1026ab77dcb31b0f5cb723b4d998aab4c00382 +Subproject commit 05e32934d064daa186742084586b3111036a8e1b diff --git a/sources/meta-qt6 b/sources/meta-qt6 index e1574d536..2b1d80e3f 160000 --- a/sources/meta-qt6 +++ b/sources/meta-qt6 @@ -1 +1 @@ -Subproject commit e1574d5368b097e406aafeb32e9c1c1217c18406 +Subproject commit 2b1d80e3fd1c65d32ebaa4c599b4e2288d191ab7 diff --git a/sources/meta-raspberrypi b/sources/meta-raspberrypi index 5e2f79a6f..6501ec892 160000 --- a/sources/meta-raspberrypi +++ b/sources/meta-raspberrypi @@ -1 +1 @@ -Subproject commit 5e2f79a6faf91f73d7500bf38ac7795a263d9e36 +Subproject commit 6501ec892cc75a8759dea81a99ebd893d998ec83 diff --git a/sources/meta-ti b/sources/meta-ti index b12c4b83d..43676653a 160000 --- a/sources/meta-ti +++ b/sources/meta-ti @@ -1 +1 @@ -Subproject commit b12c4b83db420fe8020d04bd26d3e28bc6355440 +Subproject commit 43676653a9cfbef483c2b66904ec352369e2a021 diff --git a/sources/meta-yoe/conf/distro/yoe.inc b/sources/meta-yoe/conf/distro/yoe.inc index fed67ae63..5e2bdc038 100644 --- a/sources/meta-yoe/conf/distro/yoe.inc +++ b/sources/meta-yoe/conf/distro/yoe.inc @@ -6,8 +6,8 @@ MAINTAINER = "Yoe Distro Community " TARGET_VENDOR = "-yoe" SDK_VENDOR = "-yoesdk" # Distro version is YYYY.MM -DISTRO_VERSION = "2023.07" -DISTRO_CODENAME = "exmoor" +DISTRO_VERSION = "2023.08" +DISTRO_CODENAME = "Faeroes" SDK_VERSION := "${DISTRO_VERSION}" SDK_NAME_PREFIX = "yoe" diff --git a/sources/poky b/sources/poky index 142b6921b..bdc74e5ff 160000 --- a/sources/poky +++ b/sources/poky @@ -1 +1 @@ -Subproject commit 142b6921bde5b22bcd7e0e5e8d895575d0fb6c64 +Subproject commit bdc74e5ff3c16fed24829fd494e5860754c08778