blob: c07b8f7d6e87007558ea8c976723c492784db861 (
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 \
refgui \
"
|