-
-
Notifications
You must be signed in to change notification settings - Fork 45
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 #813 from YoeDistro/kraj/master
Prepare for 2023.07 release and misc updates
- Loading branch information
Showing
14 changed files
with
68 additions
and
16 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-arm
updated
6 files
Submodule meta-freescale
updated
33 files
Submodule meta-qcom
updated
9 files
Submodule meta-raspberrypi
updated
1 files
+1 −1 | dynamic-layers/multimedia-layer/recipes-multimedia/libcamera/libcamera_%.bbappend |
Submodule meta-variscite-bsp
updated
10 files
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
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
4 changes: 4 additions & 0 deletions
4
...ite-bsp/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.11.p1.2+fslc.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Pin to a version that works with kernel 5.15 kernel | ||
# which is used on older variscite MX8 machines | ||
# see https://github.com/Freescale/meta-freescale/pull/1611#issuecomment-1656991351 | ||
SRCREV = "8c864975607cf455c5e95d5313aa00e69f48d32f" |
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,9 +1,24 @@ | ||
# | ||
# Yoe Kiosk image running wpewebkit based browser | ||
# Yoe Kiosk image running QtWebengine based browser | ||
# | ||
require yoe-simple-image.bb | ||
require yoe-simpleiot-image.bb | ||
require graphics.inc | ||
|
||
CORE_IMAGE_EXTRA_INSTALL += " \ | ||
liberation-fonts \ | ||
yoe-kiosk-browser \ | ||
qtvirtualkeyboard \ | ||
" | ||
# chromium works on aarch64/arm32/x86 only | ||
# qtwebview and qtwebengine needs it, yoe-kiosk-browser | ||
# needs qtwebengine | ||
CORE_IMAGE_EXTRA_INSTALL:remove:riscv64 = "qtwebengine-examples yoe-kiosk-browser" | ||
|
||
export IMAGE_BASENAME = "yoe-kiosk-image" | ||
# ptest needs a lot of memory | ||
QB_MEM = "-m 1024" | ||
|
||
python() { | ||
if 'qt6-layer' not in d.getVar('BBFILE_COLLECTIONS').split(): | ||
raise bb.parse.SkipRecipe('Requires meta-qt6 in bblayers.conf') | ||
} |
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