summaryrefslogtreecommitdiffstats
path: root/meta-agl-ic-container/recipes-platform/images/guest-image-ivi-demo.bb
blob: 4ac579a498a28eee7c4ec426c93ef4ca5f0aebe1 (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
28
29
30
31
32
33
34
35
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 \
    packagegroup-agl-ic-qt \
    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 \
    wireplumber \
    packagegroup-pipewire-base \
    wireplumber-policy-config-agl \
"

IMAGE_INSTALL:append:raspberrypi4 = " mesa-megadriver"

IMAGE_OVERHEAD_FACTOR = "0"
EXTRA_IMAGECMD:append = " -L agl-momi-ivi"
IMAGE_ROOTFS_EXTRA_SPACE = "0"
IMAGE_ROOTFS_SIZE = "1048576"