summaryrefslogtreecommitdiffstats
path: root/meta-agl/recipes-ivi/packagegroups/packagegroup-agl-image-ivi.bb
blob: 27e90f808848db52bee4618ea38de58eae54860d (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
29
30
31
32
SUMMARY = "The middlewares for AGL IVI profile"
DESCRIPTION = "The set of packages required for AGL Distribution"
LICENSE = "MIT"

inherit packagegroup

PACKAGES = "\
    packagegroup-agl-image-ivi \
    "

ALLOW_EMPTY_${PN} = "1"

RDEPENDS_${PN} += "\
    packagegroup-agl-image-minimal \
    packagegroup-ivi-common-core \
"

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

RDEPENDS_${PN} += "\
    agl-login-manager \
    "