aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-yocto-ivi/tasks/task-discovery-core-p1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-yocto-ivi/tasks/task-discovery-core-p1.bb')
-rw-r--r--recipes-yocto-ivi/tasks/task-discovery-core-p1.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-yocto-ivi/tasks/task-discovery-core-p1.bb b/recipes-yocto-ivi/tasks/task-discovery-core-p1.bb
new file mode 100644
index 0000000..11c325d
--- /dev/null
+++ b/recipes-yocto-ivi/tasks/task-discovery-core-p1.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "Discovery P1 packages"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${IVI_COREBASE}/meta-ivi/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+PR = "r0"
+
+PACKAGES = "\
+ task-discovery-core-p1 \
+ task-discovery-core-p1-dbg \
+ task-discovery-core-p1-dev \
+ "
+
+ALLOW_EMPTY = "1"
+
+RDEPENDS_task-discovery-core-p1 = "\
+ AudioManager \
+ "
+
+
+