Add meta-agl-lxc
[AGL/meta-agl-devel.git] / meta-agl-lxc / recipes-platform / images / lxc-host-image-demo.bb
1 SUMMARY = "LXC host demo image"
2 LICENSE = "MIT"
3
4 require lxc-host-image-minimal.bb
5
6 CONTAINER_IMAGES ?= "agl-container-guest:guest-image-cluster-demo"
7
8 IMAGE_INSTALL += " \
9     kernel-modules \
10     pipewire pipewire-alsa alsa-utils \
11     ${@bb.utils.contains('AGL_FEATURES', 'agl-drm-lease', 'drm-lease-manager', '', d)} \
12 "