Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update layers and prepare for 2024.06 release #951

Merged
merged 6 commits into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [2024.06] - 2024-06-XX
## [2024.06] - 2024-06-30

### Changed

Expand All @@ -22,24 +22,30 @@ and this project adheres to
- Update wayland to 1.23.0
- Bump QT to 6.7.3
- Fix kernel build for Jetson orin-nano
- Update clang to 18.1.7 release
- Update clang to 18.1.8 release
- Upgrade libgpiod-1.x to 1.6.5 and fix build with musl
- Upgrade fwupd-efi to 1.6 and move py-pefile to meta-oe
- Allow using LLVM libc++ with GCC compiler
- Move fmt package from meta-oe -> core layer
- Fix libstdc++ unicode header typo regression found with clang
- Update rpidistro-ffmpeg to 5.1.4
- Fix contains reference to TMPDIR [buildpaths] warning in several recipes
- Upgrade PHP to 8.2.20
- Upgrade go compiler to 1.22.4
- Add PACKAGECONFIG for bpf-framework to systemd

## Added

- Added new recipes for - sexpect, trompeloeil, cabextract
udpcast, python3-typer, magic-enum
- Add ptests support for python3-dasbus, python3-flask
- Add support for BeagleV-Ahead SBC
- Add support for jetson-agx-orin-devkit

## Removed

- remove g77/f77
- drop the old 1.4 bootstrap C version for go compiler

## [2024.05] - 2024-05-31

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.4"
IMG_VERSION = "24.6.0"
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 110 files
2 changes: 1 addition & 1 deletion sources/meta-qt6
2 changes: 1 addition & 1 deletion sources/meta-rockchip
Submodule meta-rockchip updated 22 files
+18 −0 README
+4 −0 classes-recipe/rk-rauc-demo-features-check.bbclass
+4 −0 conf/layer.conf
+4 −0 conf/machine/include/rockchip-rauc.inc
+2 −0 conf/machine/include/rockchip-wic.inc
+51 −0 dynamic-layers/rk-rauc-demo/recipes-bsp/u-boot/files/boot.cmd.in
+8 −0 dynamic-layers/rk-rauc-demo/recipes-bsp/u-boot/files/uboot-rauc.cfg
+26 −0 dynamic-layers/rk-rauc-demo/recipes-bsp/u-boot/u-boot_%.bbappend
+2 −0 dynamic-layers/rk-rauc-demo/recipes-core/base-files/base-files_%.bbappend
+5 −0 dynamic-layers/rk-rauc-demo/recipes-core/base-files/files/fstab
+80 −0 dynamic-layers/rk-rauc-demo/recipes-core/rauc-bundles/files/development-1.cert.pem
+28 −0 dynamic-layers/rk-rauc-demo/recipes-core/rauc-bundles/files/development-1.key.pem
+14 −0 dynamic-layers/rk-rauc-demo/recipes-core/rauc-bundles/rockchip-rauc-bundle.bb
+80 −0 dynamic-layers/rk-rauc-demo/recipes-core/rauc/files/ca.cert.pem
+17 −0 dynamic-layers/rk-rauc-demo/recipes-core/rauc/files/system.conf
+7 −0 dynamic-layers/rk-rauc-demo/recipes-core/rauc/rauc-conf.bbappend
+26 −0 dynamic-layers/rk-rauc-demo/recipes-core/systemd/abd-partition.bb
+4 −0 dynamic-layers/rk-rauc-demo/recipes-core/systemd/files/25-rootfsA.conf
+7 −0 dynamic-layers/rk-rauc-demo/recipes-core/systemd/files/35-rootfsB.conf
+6 −0 dynamic-layers/rk-rauc-demo/recipes-core/systemd/files/45-data.conf
+10 −0 dynamic-layers/rk-rauc-demo/recipes-core/systemd/files/data.mount
+3 −0 dynamic-layers/rk-rauc-demo/recipes-core/systemd/systemd_%.bbappend
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.05"
DISTRO_CODENAME = "Ossimi"
DISTRO_VERSION = "2024.06"
DISTRO_CODENAME = "Pagliarola"
SDK_VERSION := "${DISTRO_VERSION}"

SDK_NAME_PREFIX = "yoe"
Expand Down
2 changes: 1 addition & 1 deletion sources/poky
Submodule poky updated 145 files