blob: f1605c13e29c34459cc6f2eb56242991df290ace (
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 \
weston-ini-conf-guest \
cluster-refgui \
"
|