aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-yocto-ivi/packagegroups/packagegroup-specific-component-p2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-yocto-ivi/packagegroups/packagegroup-specific-component-p2.bb')
-rw-r--r--recipes-yocto-ivi/packagegroups/packagegroup-specific-component-p2.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-yocto-ivi/packagegroups/packagegroup-specific-component-p2.bb b/recipes-yocto-ivi/packagegroups/packagegroup-specific-component-p2.bb
new file mode 100644
index 0000000..18a2abb
--- /dev/null
+++ b/recipes-yocto-ivi/packagegroups/packagegroup-specific-component-p2.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "GENIVI P2 Specific components (SC)"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${IVI_COREBASE}/meta-ivi/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+PR = "r0"
+
+inherit packagegroup
+
+PACKAGES = "\
+ packagegroup-specific-component-p2 \
+ "
+
+ALLOW_EMPTY_${PN} = "1"
+
+
+RDEPENDS_${PN} += "\
+ pulseaudio-server \
+ wireless-tools \
+ "
+