blob: 3d88b8d0b66ecb6cb43dfca727a7d58873c9e625 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
SUMMARY = "LXC cluster demo guest image"
LICENSE = "MIT"
require guest-image-minimal.bb
IMAGE_INSTALL += " \
weston \
weston-init-guest \
cluster-refgui \
pipewire-ic-ipc \
"
|