Skip to content

Commit

Permalink
Merge pull request #928 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
start with 2024.05 dev cycle
  • Loading branch information
cbrake authored May 2, 2024
2 parents d03af18 + 66d62c6 commit 8a5d7a4
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ 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.05] - 2024-05-XX

### Changed

## [2024.04] - 2024-04-30

### Changed
Expand Down
2 changes: 1 addition & 1 deletion sources/meta-arm
Submodule meta-arm updated 37 files
+14 −0 .gitlab-ci.yml
+2 −0 ci/arm-systemready-ir-acs.yml
+5 −3 ci/qemuarm-secureboot.yml
+5 −3 ci/qemuarm64-secureboot.yml
+7 −2 kas/corstone1000-image-configuration.yml
+7 −3 meta-arm-bsp/conf/machine/corstone1000-fvp.conf
+8 −3 meta-arm-bsp/conf/machine/include/corstone1000.inc
+ meta-arm-bsp/documentation/corstone1000/images/SecureServices.png
+8 −5 meta-arm-bsp/documentation/corstone1000/software-architecture.rst
+64 −163 meta-arm-bsp/documentation/corstone1000/user-guide.rst
+25 −0 meta-arm-bsp/recipes-bsp/images/corstone1000-esp-image.bb
+1 −1 meta-arm-bsp/recipes-bsp/images/corstone1000-firmware-deploy-image.inc
+42 −4 meta-arm-bsp/recipes-bsp/images/corstone1000-flash-firmware-image.bb
+7 −0 meta-arm-bsp/recipes-bsp/images/corstone1000-recovery-image.bb
+0 −11 meta-arm-bsp/recipes-bsp/images/files/corstone1000-flash-firmware-image-capsule-update-image.json
+92 −0 ...es-bsp/trusted-firmware-a/files/corstone1000/0004-fix-corstone1000-remove-unused-NS_SHARED_RAM-region.patch
+1 −0 meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-corstone1000.inc
+0 −0 ...rm-bsp/recipes-bsp/trusted-firmware-m/files/0001-arm-trusted-firmware-m-disable-address-warnings-into.patch
+0 −27 meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/0001-cmake-modify-path-to-libmetal-version-file.patch
+2 −18 meta-arm-bsp/recipes-bsp/trusted-firmware-m/trusted-firmware-m-corstone1000.inc
+1 −0 meta-arm-bsp/recipes-bsp/u-boot/u-boot-corstone1000.inc
+28 −0 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0048-corstone1000-Enable-UEFI-Secure-boot.patch
+28 −0 meta-arm-bsp/recipes-security/optee/files/optee-os/corstone1000/0002-increase-tzdram-size.patch
+1 −0 meta-arm-bsp/recipes-security/optee/optee-os-corstone1000-common.inc
+2 −0 meta-arm-bsp/recipes-security/trusted-services/ts-sp-smm-gateway_%.bbappend
+9 −0 meta-arm-bsp/wic/efi-disk-esp-only.wks.in
+2 −2 meta-arm-bsp/wic/efi-disk-no-swap.wks.in
+1 −1 meta-arm-systemready/recipes-test/arm-systemready-acs/arm-systemready-ir-acs.bb
+1 −0 meta-arm-systemready/recipes-test/arm-systemready-linux-distros/arm-systemready-linux-distros.inc
+23 −26 meta-arm/classes/uefi_capsule.bbclass
+41 −0 meta-arm/lib/oeqa/runtime/cases/ftpm.py
+24 −0 meta-arm/lib/oeqa/runtime/cases/optee.py
+2 −1 meta-arm/recipes-bsp/images/firmware-deploy-image.bb
+36 −0 meta-arm/recipes-bsp/trusted-firmware-a/files/0001-qemu_measured_boot.c-ignore-TPM-error-and-continue-w.patch
+5 −0 meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.10.3.bb
+6 −10 meta-arm/recipes-security/optee-ftpm/optee-os_%.bbappend
+1 −13 meta-arm/recipes-security/trusted-services/trusted-services-src.inc
2 changes: 1 addition & 1 deletion sources/meta-freescale
2 changes: 1 addition & 1 deletion sources/meta-qt6
4 changes: 2 additions & 2 deletions sources/meta-yoe/conf/distro/eglfs.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DISTRO_FEATURES:remove = " x11 wayland"

DISTRO_FEATURES_NATIVESDK:append = " wayland"
DISTRO_FEATURES_NATIVE:append = " wayland"
# Use rdk backend for eglfs
PREFERRED_PROVIDER_virtual/wpebackend = "wpebackend-rdk"

1 change: 1 addition & 0 deletions sources/meta-yoe/conf/distro/wayland.inc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
DISTRO_FEATURES:append = " wayland"
DISTRO_FEATURES:remove = "x11"

PACKAGECONFIG:append:pn-cog:rpi = " drm"
4 changes: 2 additions & 2 deletions sources/meta-yoe/conf/distro/yoe.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ MAINTAINER = "Yoe Distro Community <http://yoedistro.org>"
TARGET_VENDOR = "-yoe"
SDK_VENDOR = "-yoesdk"
# Distro version is YYYY.MM
DISTRO_VERSION = "2024.04"
DISTRO_CODENAME = "Norfolk"
DISTRO_VERSION = "2024.05-rc.1"
DISTRO_CODENAME = "Ossimi"
SDK_VERSION := "${DISTRO_VERSION}"

SDK_NAME_PREFIX = "yoe"
Expand Down

0 comments on commit 8a5d7a4

Please sign in to comment.