blob: a60cbab21835afc33f2c0f4d5f590108f97cb80f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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-agl-core-connectivity \
"
RDEPENDS:profile-agl-minimal = "${PN}"
|