blob: d622298c65071d3febadd98885d39bf9c23b2c63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
DESCRIPTION = "The minimal set of packages required for basic Wayland image"
LICENSE = "MIT"
inherit packagegroup
PACKAGES = "\
packagegroup-agl-image-weston \
"
ALLOW_EMPTY_${PN} = "1"
RDEPENDS_${PN} += " \
weston \
weston-init \
weston-ini-conf \
weston-examples \
agl-login-manager \
agl-desktop-config \
packagegroup-agl-graphical-services \
profile-agl-minimal \
"
|