summaryrefslogtreecommitdiffstats
path: root/recipes-platform/packagegroups/packagegroup-agl-image-ivi.bb
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-06-05 17:00:40 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2018-06-05 17:00:40 +0000
commitf0b5fd39013abe170222051f91589a6db6616770 (patch)
treeb3907e478b0a65c400cbcd1e2f735961743dd66c /recipes-platform/packagegroups/packagegroup-agl-image-ivi.bb
parent5c1f34ff690f28179ab308f068d84c909e46b171 (diff)
parentb6852864508358930586e083e72cd2912af68674 (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.bb32
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 00000000..0edc600c
--- /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 \
+ "