blob: 9cb495a37e082442a378fa16a70ef26515eee857 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
SUMMARY = "LXC ivi demo guest image"
LICENSE = "MIT"
require guest-image-minimal.bb
IMAGE_INSTALL += " \
weston \
weston-init-guest \
weston-ini-conf-guest \
wayland-ivi-extension \
ilm-manager \
mominavi \
momiplay \
momiscreen \
qtquickcontrols \
qtquickcontrols2 \
qtwayland \
systemd-netif-config \
ttf-dejavu-sans \
ttf-dejavu-sans-mono \
ttf-dejavu-sans-condensed \
ttf-dejavu-serif \
ttf-dejavu-serif-condensed \
ttf-dejavu-mathtexgyre \
ttf-dejavu-common \
ca-certificates \
"
|