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

ALLOW_EMPTY_${PN} = "1"

RDEPENDS_${PN} += "\
    packagegroup-core-boot-agl \
    "


RDEPENDS_${PN} += "\
    packagegroup-agl-core-automotive \
    packagegroup-agl-core-connectivity \
    packagegroup-agl-core-graphics \
    packagegroup-agl-core-multimedia \
    packagegroup-agl-core-navi-lbs \
    packagegroup-agl-core-os-commonlibs \
    packagegroup-agl-core-speech-services \
    packagegroup-agl-core-security \
    packagegroup-agl-core-kernel \
    "