Skip to content

Commit

Permalink
Merge pull request #946 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
Update layers and start with 2024.06 dev cycle.
  • Loading branch information
cbrake authored Jun 10, 2024
2 parents db6ccac + 73c8363 commit 739e6b4
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 13 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@ 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).

## [2024.06] - 2024-06-XX

### Changed

- Fix libclc build
- Bump fsl kernel to 6.6.32
- Disable -Wincompatible-pointer-types as error in few recipes
to build with GCC-14
- Upgrade libcamera to 0.3.0
- Adjust several recipes to build with libtool 2.5
- Update linux-yocto/6.6 v6.6.32
- Upgrade QEMU to 9.0.0
- Upgrade OpenSSL to 3.3.1
- Update wayland to 1.23.0

## Added

- Added new recipes for - sexpect
- Add ptests support for python3-dasbus, python3-flask

## [2024.05] - 2024-05-31

### Changed
Expand Down
2 changes: 1 addition & 1 deletion conf/site.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ require ${TOPDIR}/conf/projects/${PROJECT}/config.conf
#YOE_PROFILE = "yoe-musl-sysvinit-wayland"
#require conf/world.conf

IMG_VERSION = "24.5.0"
IMG_VERSION = "24.5.1"
2 changes: 1 addition & 1 deletion sources/meta-arm
Submodule meta-arm updated 27 files
+0 −1 kas/corstone1000-fvp.yml
+2 −1 meta-arm-bsp/conf/machine/fvp-base.conf
+74 −2 meta-arm-bsp/documentation/corstone1000/change-log.rst
+ meta-arm-bsp/documentation/corstone1000/images/SecureServices.png
+21 −2 meta-arm-bsp/documentation/corstone1000/release-notes.rst
+16 −12 meta-arm-bsp/documentation/corstone1000/software-architecture.rst
+63 −34 meta-arm-bsp/documentation/corstone1000/user-guide.rst
+28 −0 ...recipes-bsp/trusted-firmware-m/files/corstone1000/0012-corstone1000-Remove-reset-after-capsule-update.patch
+0 −0 meta-arm-bsp/recipes-bsp/trusted-firmware-m/trusted-firmware-m-2.0.0-src.inc
+1 −0 meta-arm-bsp/recipes-bsp/trusted-firmware-m/trusted-firmware-m-corstone1000.inc
+0 −0 meta-arm-bsp/recipes-bsp/trusted-firmware-m/trusted-firmware-m-scripts-native_2.0.0.bb
+0 −0 meta-arm-bsp/recipes-bsp/trusted-firmware-m/trusted-firmware-m_2.0.0.bb
+1 −1 meta-arm/recipes-bsp/hafnium/hafnium_2.11.bb
+33 −0 meta-arm/recipes-bsp/trusted-firmware-a/fiptool-native_2.11.0.bb
+58 −0 meta-arm/recipes-bsp/trusted-firmware-a/tf-a-tests_2.11.0.bb
+19 −0 meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.11.0.bb
+51 −0 meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m-2.1.0-src.inc
+2 −0 meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m-scripts-native_2.1.0.bb
+1 −1 meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m.inc
+2 −0 meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m_2.1.0.bb
+0 −56 ...-arm/recipes-bsp/trusted-firmware-rmm/files/0001-build-lib-Add-extra-repositories-for-system-includes.patch
+2 −2 meta-arm/recipes-bsp/trusted-firmware-rmm/trusted-firmware-rmm_0.5.0.bb
+1 −1 meta-arm/recipes-bsp/uefi/edk2-basetools-native_202405.bb
+0 −7 meta-arm/recipes-bsp/uefi/edk2-firmware_202402.bb
+7 −0 meta-arm/recipes-bsp/uefi/edk2-firmware_202405.bb
+1 −1 meta-arm/recipes-bsp/uefi/sbsa-acs_7.1.4.bb
+1 −0 meta-arm/recipes-kernel/arm-tstee/arm-tstee_2.0.0.bb
2 changes: 1 addition & 1 deletion sources/meta-clang
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 117 files
2 changes: 1 addition & 1 deletion sources/meta-tegra
Submodule meta-tegra updated 348 files
2 changes: 1 addition & 1 deletion sources/poky
Submodule poky updated 224 files

0 comments on commit 739e6b4

Please sign in to comment.