blob: 1e7de2c06d54fd57055f867077e844d42de1c3eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
SUMMARY = "AGL Unified HMI demo preconfigured weston receiver 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-receiver \
"
UHMI_HOSTNAME ?= "agl-host1"
require recipes-config/uhmi-config/set-hostname.inc
|