Skip to content

Commit 9a29c12

Browse files
authored
Merge pull request #971 from YoeDistro/kraj/master
Update to QT 6.8 and Clang 19
2 parents 60da804 + b0ed820 commit 9a29c12

16 files changed

+19
-16
lines changed

.gitmodules

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
[submodule "sources/meta-qt6"]
6666
path = sources/meta-qt6
6767
url = https://github.com/YoeDistro/meta-qt6
68-
branch = yoe/6.7
68+
branch = yoe/6.8
6969
[submodule "sources/meta-tegra"]
7070
path = sources/meta-tegra
7171
url = https://github.com/YoeDistro/meta-tegra
@@ -77,4 +77,4 @@
7777
[submodule "sources/meta-swupdate"]
7878
path = sources/meta-swupdate
7979
url = https://github.com/yoedistro/meta-swupdate
80-
branch = yoe/master
80+
branch = master

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ and this project adheres to
2323
- Fix python3-cude build breaks
2424
- Fix python3 ptest runs on some recipes
2525
- Use KMS instead of FKMS on pi4/pi5 non-eglfs distros
26+
- Upgrade Clang to 19.1.0 major release
27+
- Fix several recipes to build for RISCV32 architecture
28+
- Switch QT6 to 6.8 release
2629

2730
### Added
2831

conf/site.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ require ${TOPDIR}/conf/projects/${PROJECT}/config.conf
1111
#YOE_PROFILE = "yoe-musl-sysvinit-wayland"
1212
#require conf/world.conf
1313

14-
IMG_VERSION = "24.8.3"
14+
IMG_VERSION = "24.8.4"

sources/meta-clang

Submodule meta-clang updated 46 files

sources/meta-openembedded

Submodule meta-openembedded updated 72 files

sources/meta-qt6

Submodule meta-qt6 updated 48 files

0 commit comments

Comments
 (0)