summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-core/recipes-platform/packagegroups/packagegroup-agl-image-minimal.bb
blob: 027cf6b2347117ef566be2669cd629d4a5760654 (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
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 \
    "


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}"