blob: 36f1ec7bff5f0f70389535335cd1da0e55cdbef8 (
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 \
weston-ini-conf-landscape \
cluster-refgui \
"
|