Skip to content

Commit

Permalink
Merge pull request #861 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
Prepare for 2023.10 release and switch to QT6 6.6 release
  • Loading branch information
cbrake authored Oct 30, 2023
2 parents 62ae751 + af36f16 commit 0576c8a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@
[submodule "sources/meta-qt6"]
path = sources/meta-qt6
url = https://github.com/YoeDistro/meta-qt6
branch = yoe/6.5
branch = yoe/6.6
6 changes: 4 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).

## [2023.10] - 2023-xx-yy
## [2023.10] - 2023-10-30

### Changed

Expand Down Expand Up @@ -38,11 +38,13 @@ and this project adheres to
- Replace RUNTIME variable with TC_CXX_RUNTIME
- Do not set powersave as the default CPU governor in linux-raspberrypi
- Update simpleIOT to 0.13.1
- Switch to using QT 6.6
- Update ostree to 2023.7 and add ed25519-openssl support

### Added

- Added recipes - tayga, ttyrun, python3-arrow, python-git-pw
- libexosip2, libosip2
- libexosip2, libosip2, pcapplusplus
- Add bblock feature to core
- Add Yoe updater support for VisionFive2 board

Expand Down
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 = "2023.09"
DISTRO_CODENAME = "Galway"
DISTRO_VERSION = "2023.10"
DISTRO_CODENAME = "Hampshire"
SDK_VERSION := "${DISTRO_VERSION}"

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

0 comments on commit 0576c8a

Please sign in to comment.