summaryrefslogtreecommitdiffstats
path: root/meta-agl-ic-container/recipes-platform/images/guest-image-drm-lease-test-ivi.bb
blob: 8ce412977d019a5f188320cc28dc6bf54bead953 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUMMARY = "DRM Lease LXC test guest image"
LICENSE = "MIT"

require guest-image-minimal.bb

IMAGE_INSTALL += " \
    systemd-netif-config \
    weston \
    weston-init-guest \
    weston-ini-conf-drm-lease-test-ivi \
"

IMAGE_INSTALL:append:rpi = " mesa-megadriver"