summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-core/recipes-platform/packagegroups/packagegroup-agl-image-minimal.bb
blob: fb784d52dd8bdedf637b3ec793a4c2b2ceff80cb (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
27
28
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-navigation \
    packagegroup-agl-core-multimedia \
    packagegroup-agl-core-os-commonlibs \
    packagegroup-agl-core-services \
    packagegroup-agl-core-security \
    "

RDEPENDS_profile-agl-minimal = "${PN}"