-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #856 from YoeDistro/kraj/master
Update layers
- Loading branch information
Showing
7 changed files
with
18 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule meta-openembedded
updated
8 files
Submodule meta-qt6
updated
4 files
+44 −44 | recipes-qt/qt6/qt6-git.inc | |
+1 −0 | recipes-qt/qt6/qtbase_git.bb | |
+2 −0 | recipes-qt/qt6/qtwebengine.inc | |
+18 −0 | recipes-qt/qt6/qtwebengine/chromium/boringssl_no_asm_config.patch |
Submodule meta-riscv
updated
2 files
+9 −1 | recipes-graphics/drivers/visionfive2-pvr-graphics_1.19.bb | |
+1 −0 | recipes-graphics/wayland/weston_%.bbappend |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 9 additions & 6 deletions
15
sources/meta-yoe/recipes-core/images/yoe-simpleiot-image.bb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
Submodule poky
updated
20 files