aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core.bb
blob: b3cff10a66392d0d1aeefc07e9544a1f722c6dd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SUMMARY = "The middlewares for AGL IVI profile"
DESCRIPTION = "A set of packagegroups which contain common packages required by AGL Distribution"
LICENSE = "MIT"

inherit packagegroup

PACKAGES = "\
    packagegroup-ivi-common-core \
    "

ALLOW_EMPTY_${PN} = "1"

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