blob: 1476d7abb20317fe90434c81264a88c8f0668df5 (
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-guest \
weston-ini-conf-guest \
cluster-refgui \
pipewire-ic-ipc \
"
|