summaryrefslogtreecommitdiffstats
path: root/meta-agl-lxc/recipes-platform/images/lxc-host-image-demo.bb
blob: 1af163b8cc15a736dd475fa6d48965f4e872a324 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SUMMARY = "LXC host demo image"
LICENSE = "MIT"

require lxc-host-image-minimal.bb

CONTAINER_IMAGES ?= "agl-container-guest:guest-image-cluster-demo"

IMAGE_INSTALL += " \
    kernel-modules \
    pipewire pipewire-alsa alsa-utils \
    ${@bb.utils.contains('AGL_FEATURES', 'agl-drm-lease', 'drm-lease-manager', '', d)} \
"

IMAGE_INSTALL_append_rcar-gen3 = " kernel-module-gles "