Skip to content

Commit

Permalink
Merge pull request #875 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
Fix yoe images and ODROID-C4 qtbase/linuxfb
  • Loading branch information
cbrake authored Nov 28, 2023
2 parents c8df569 + 1715b1a commit 6022ab0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 10 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ and this project adheres to
- Fix mesa for ODROID-C4 with G32 Mali userspace driver
- Upgrade gstreamer to 1.22.7
- Add minimal configuration for VS Code
- Add htop to yoe-simple-image

### Added

Expand Down
1 change: 1 addition & 0 deletions conf/projects/odroid-c4/config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ YOE_KIOSK_BROWSER_SYSTEMD_UNIT = "yoe-kiosk-browser-linuxfb.service"

# 4.9 kernel as such can not do drm backends
PACKAGECONFIG_GRAPHICS:append:pn-qtbase = " linuxfb"
PACKAGECONFIG_GRAPHICS:remove:pn-qtbase = "kms gbm"

IMG_VERSION = "0.0.1"
#####################################################################
Expand Down
8 changes: 1 addition & 7 deletions sources/meta-yoe/recipes-core/images/yoe-debug-image.bb
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@ IMAGE_FEATURES += "tools-debug tools-profile"
IMAGE_INSTALL += "\
rsync \
devmem2 \
htop \
evtest \
netperf \
gdbserver \
gdb \
mtd-utils \
tslib \
tslib-calibrate \
Expand All @@ -42,13 +39,12 @@ IMAGE_INSTALL += "\
dosfstools \
usbutils \
i2c-tools \
iw \
iw \
minicom \
screen \
cpufrequtils \
nano \
sox \
strace \
ethtool \
python3 \
python3-pyserial \
Expand All @@ -58,8 +54,6 @@ IMAGE_INSTALL:append:armv7a = " cpuburn-arm "
IMAGE_INSTALL:append:armv7ve = " cpuburn-arm "
IMAGE_INSTALL:append:aarch64 = " cpuburn-arm "

IMAGE_INSTALL:remove:riscv32 = "strace"

export IMAGE_BASENAME = "yoe-debug-image"

QB_MEM = "-m 2048"
1 change: 1 addition & 0 deletions sources/meta-yoe/recipes-core/images/yoe-simple-image.bb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ IMAGE_INSTALL = "\
packagegroup-machine-base \
packagegroup-base-ipv6 \
os-release \
htop \
${CORE_IMAGE_EXTRA_INSTALL} \
"

Expand Down

0 comments on commit 6022ab0

Please sign in to comment.