diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-06-05 17:00:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-06-05 17:00:40 +0000 |
commit | f0b5fd39013abe170222051f91589a6db6616770 (patch) | |
tree | b3907e478b0a65c400cbcd1e2f735961743dd66c /recipes-platform/packagegroups/packagegroup-agl-image-ivi.bb | |
parent | 5c1f34ff690f28179ab308f068d84c909e46b171 (diff) | |
parent | b6852864508358930586e083e72cd2912af68674 (diff) |
Merge "3rd part of the layer/profile rework [2/2]"
Diffstat (limited to 'recipes-platform/packagegroups/packagegroup-agl-image-ivi.bb')
-rw-r--r-- | recipes-platform/packagegroups/packagegroup-agl-image-ivi.bb | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/recipes-platform/packagegroups/packagegroup-agl-image-ivi.bb b/recipes-platform/packagegroups/packagegroup-agl-image-ivi.bb new file mode 100644 index 000000000..0edc600ca --- /dev/null +++ b/recipes-platform/packagegroups/packagegroup-agl-image-ivi.bb @@ -0,0 +1,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 \ +" + +RDEPENDS_${PN} += "\ + packagegroup-agl-ivi-connectivity \ + packagegroup-agl-ivi-graphics \ + packagegroup-agl-ivi-multimedia \ + " +# packagegroup-agl-ivi-automotive \ +# packagegroup-agl-ivi-speech-services \ +# packagegroup-agl-ivi-navi-lbs \ +# packagegroup-agl-ivi-security \ +# packagegroup-agl-ivi-os-commonlibs \ +# packagegroup-agl-ivi-kernel \ +# + +RDEPENDS_${PN} += "\ + agl-login-manager \ + " |