Skip to content

Commit

Permalink
Merge pull request #856 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
Update layers
  • Loading branch information
cbrake authored Oct 16, 2023
2 parents 562dc28 + 9ece87e commit 9acd98c
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ and this project adheres to
- Upgrade curl to 8.4.0
- Fix ptests for python3-py-cpuinfo and python3-pytest-mock
- Add ptest for libtext-diff-perl
- Update QT6.5 to latest
- Upgrade openSSH to 9.5p1
- Update dtb path for qemuarmv5 in linux-yocto 6.5 onwards
- Fix pvr drivers to work with musl on visionfive2

### Added

Expand Down
1 change: 1 addition & 0 deletions sources/meta-yoe/recipes-core/images/yoe-kiosk-image.bb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ CORE_IMAGE_EXTRA_INSTALL += " \
# qtwebview and qtwebengine needs it, yoe-kiosk-browser
# needs qtwebengine
CORE_IMAGE_EXTRA_INSTALL:remove:riscv64 = "qtwebengine-examples yoe-kiosk-browser"
CORE_IMAGE_EXTRA_INSTALL:remove:riscv32 = "qtwebengine-examples yoe-kiosk-browser"

TOOLCHAIN_HOST_TASK:append = " nativesdk-packagegroup-qt6-toolchain-host"

Expand Down
15 changes: 9 additions & 6 deletions sources/meta-yoe/recipes-core/images/yoe-simpleiot-image.bb
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# Yoe sample IoT image

require yoe-simple-image.bb
DESCRIPTION = "SimpleIOT Image"
IMAGE_INSTALL += "\
simpleiot \
"
export IMAGE_BASENAME = "yoe-simpleiot-image"
oDESCRIPTION = "SimpleIOT Image"

SIMPLEIOT ?= "simpleiot"
# RISCV32 does not have golang port yet so there is no use
# of building this image for rv32
COMPATIBLE_HOST = "^(?!riscv32).*"
SIMPLEIOT:riscv32 = ""

IMAGE_INSTALL += "\
${SIMPLEIOT} \
"

export IMAGE_BASENAME = "yoe-simpleiot-image"

0 comments on commit 9acd98c

Please sign in to comment.