blob: 959a46a6e99bbab09eeb8f2f7416fdda4f5f8778 (
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 \
refgui \
pipewire-ic-ipc \
"
|