blob: 284c961b193503b3007786407697706eb8d07a14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
DESCRIPTION = "The minimal set of packages required by AGL"
LICENSE = "MIT"
inherit packagegroup
PACKAGES = "\
packagegroup-agl-image-minimal \
profile-agl-minimal \
"
ALLOW_EMPTY_${PN} = "1"
RDEPENDS_${PN} += "\
packagegroup-agl-core-boot \
packagegroup-machine-base \
"
RDEPENDS_${PN} += "\
packagegroup-agl-core-connectivity \
packagegroup-agl-core-os-commonlibs \
packagegroup-agl-core-services \
packagegroup-agl-core-security \
"
RDEPENDS_profile-agl-minimal = "${PN}"
|