aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-yocto-ivi/tasks/task-core-p1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-yocto-ivi/tasks/task-core-p1.bb')
-rw-r--r--recipes-yocto-ivi/tasks/task-core-p1.bb44
1 files changed, 44 insertions, 0 deletions
diff --git a/recipes-yocto-ivi/tasks/task-core-p1.bb b/recipes-yocto-ivi/tasks/task-core-p1.bb
new file mode 100644
index 0000000..3b4f774
--- /dev/null
+++ b/recipes-yocto-ivi/tasks/task-core-p1.bb
@@ -0,0 +1,44 @@
+DESCRIPTION = "P1 packages"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${IVI_COREBASE}/meta-ivi/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+PR = "r0"
+
+PACKAGES = "\
+ task-core-p1 \
+ task-core-p1-dbg \
+ task-core-p1-dev \
+ "
+
+ALLOW_EMPTY = "1"
+
+RDEPENDS_task-core-p1 = "\
+ DLT-daemon \
+ alsa-lib \
+ alsa-utils \
+ bluez4 \
+ connman \
+ curl \
+ dbus \
+ dhcp-client \
+ ecryptfs-utils \
+ eglibc \
+ fuse \
+ gstreamer \
+ gst-plugins-good \
+ gst-plugins-base \
+ layer-management \
+ libusb1 \
+ nfs-utils \
+ ntp \
+ openssl \
+ qt4-embedded \
+ quota \
+ sqlite3 \
+ udev \
+ usbutils \
+ wpa-supplicant \
+ "
+
+RRECOMMENDS_${PN} = "\
+ task-xserver-ivi \
+ "