blob: 5c9d6a2b4b5d3f76ac1ef8d09472cea02cf7a2be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
SUMMARY = "AGL Unified HMI demo preconfigured weston sender image"
LICENSE = "MIT"
DEPENDS = "uhmi-ivi-wm"
require recipes-platform/images/agl-image-weston.bb
IMAGE_FEATURES += "ssh-server-openssh"
# Add packages for Unified HMI demo platform here
IMAGE_INSTALL += " \
packagegroup-rvgpu \
packagegroup-ddfw \
uhmi-config-sender \
glmark2 \
"
UHMI_HOSTNAME ?= "agl-host0"
require recipes-config/uhmi-config/set-hostname.inc
|