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