Skip to content

Commit e9f9ade

Browse files
authored
Merge pull request #1095 from YoeDistro/kraj/master
Update layers
2 parents cf5d6fd + cc1a842 commit e9f9ade

File tree

9 files changed

+15
-9
lines changed

9 files changed

+15
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ and this project adheres to
3434
- Upgrade go compiler to 1.25.5
3535
- Upgrade linux-yocto/6.12 to v6.12.60 and linux-yocto/6.17 to 6.17.10
3636
- Upgrade valgrind to 3.26.0
37+
- Fix packagegroups contents to exclude packages not building for riscv32
38+
- In ripgrep limit libstd-rs dependency to apply for target alone
39+
- Enable fortran support at distro scope for yoe
3740

3841
### Added
3942

conf/site.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ SCONF_VERSION = "1"
88
require ${TOPDIR}/conf/projects/${PROJECT}/config.conf
99

1010
# Override default distro profile if needed
11-
#YOE_PROFILE = "yoe-musl-systemd-wayland"
11+
#YOE_PROFILE = "yoe-glibc-systemd-wayland"
1212
#require conf/world.conf
1313

14-
IMG_VERSION = "25.11.2"
14+
IMG_VERSION = "25.11.3"
1515

1616
#INHERIT += "cve-check"

sources/meta-yoe/conf/distro/yoe.inc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,10 @@ SWUPDATE_INIT = "tiny"
173173
# Use 1GB DRAM for QEMU machines, helps in running tests
174174
QB_MEM = "-m 1024"
175175

176+
# Enable fortran by default, lot of new machine need it surprisingly
177+
FORTRAN = ",fortran"
178+
TOOLCHAIN_TARGET_TASK:append = " gfortran"
179+
176180
# The two lines below enable SDL frontend for qemu
177181
# default is VNC
178182
PACKAGECONFIG:append:pn-qemu-native = " sdl"
@@ -203,5 +207,3 @@ SKIP_RECIPE[python3-pyqtchart] = "needs python3-pyqt5 which needs reworked to wo
203207
SKIP_RECIPE[python3-pyside6] = "Does not build with clang/lld"
204208

205209
RDEPENDS:packagegroup-meta-multimedia:remove:pn-packagegroup-meta-multimedia = "bigbuckbunny-1080p bigbuckbunny-480p bigbuckbunny-720p tearsofsteel-1080p"
206-
RDEPENDS:packagegroup-meta-oe-fortran-packages:remove:pn-packagegroup-meta-oe = "lapack octave suitesparse"
207-
RDEPENDS:packagegroup-meta-python3:remove:pn-packagegroup-meta-python = "python3-cvxopt"

sources/meta-yoe/recipes-core/images/yoe-qt6-image.bb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ CORE_IMAGE_EXTRA_INSTALL += " \
2020
# qtwebview and qtwebengine needs it, yoe-kiosk-browser
2121
# needs qtwebview
2222
CORE_IMAGE_EXTRA_INSTALL:remove:riscv64 = "qtwebengine-examples yoe-kiosk-browser"
23+
CORE_IMAGE_EXTRA_INSTALL:remove:riscv32 = "qtwebengine-examples yoe-kiosk-browser"
2324

2425
export IMAGE_BASENAME = "yoe-qt6-image"
2526

0 commit comments

Comments
 (0)