blob: dcb940077c212974df53ef024cdf45c922f11790 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
DESCRIPTION = "The tiniest set of packages required by AGL"
LICENSE = "MIT"
inherit packagegroup
PACKAGES = "\
packagegroup-agl-image-telemetry \
"
ALLOW_EMPTY_${PN} = "1"
RDEPENDS_${PN} += "\
packagegroup-core-boot-agl \
"
RDEPENDS_${PN} += "\
packagegroup-agl-core-connectivity \
packagegroup-agl-core-kernel \
packagegroup-agl-core-os-commonlibs \
packagegroup-agl-core-security \
"
|