blob: afa04e7a17649adc1881a71c7a52ceed94b5ceb0 (
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-boot \
"
ALLOW_EMPTY_${PN} = "1"
RDEPENDS_${PN} += "\
packagegroup-agl-core-boot \
packagegroup-machine-base \
"
RDEPENDS_${PN} += "\
"
|