Skip to content

Commit

Permalink
yoe-kiosk-image: Add yoe-kiosk-image
Browse files Browse the repository at this point in the history
This is a reference image to build wpewebkit based kiosk browser using
cog, To launch on weston,  open a terminal and then start in full screen
mode

export COG_PLATFORM_FDO_VIEW_FULLSCREEN=1

or any custom resolution with ( Full HD )

export COG_PLATFORM_FDO_VIEW_WIDTH=1920
export COG_PLATFORM_FDO_VIEW_HEIGHT=1080

cog -P fdo http://yoedistro.org

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Apr 2, 2020
1 parent 9db2e4e commit ca95c85
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions recipes-core/images/yoe-kiosk-image.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#
# Yoe Kiosk image running wpewebkit based browser
#
require yoe-simple-image.bb

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"

REQUIRED_DISTRO_FEATURES = "opengl"

IMAGE_FEATURES += "splash"

CORE_IMAGE_BASE_INSTALL += " \
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'weston weston-init weston-examples', '', d)} \
wpewebkit \
cog \
"
#
export IMAGE_BASENAME = "yoe-kiosk-image"

0 comments on commit ca95c85

Please sign in to comment.