From 5a9d128fc9c4ff5f731ede82502ad80b0ccb37ee Mon Sep 17 00:00:00 2001
From: Brijesh Singh <bksingh@ti.com>
Date: Thu, 29 Oct 2009 17:50:31 -0500
Subject: task-gstreamer-ti: do not install gst-ti on am3517 platform

---
 recipes/tasks/task-gstreamer-ti.bb | 30 ++++++++++++++++++++----------
 1 file changed, 20 insertions(+), 10 deletions(-)

(limited to 'recipes/tasks')

diff --git a/recipes/tasks/task-gstreamer-ti.bb b/recipes/tasks/task-gstreamer-ti.bb
index cf05c7ce6b..e7e13e5635 100644
--- a/recipes/tasks/task-gstreamer-ti.bb
+++ b/recipes/tasks/task-gstreamer-ti.bb
@@ -1,18 +1,28 @@
-# Task for dsp accelerated gstreamer plugins
+# Task for installing gstreamer plugins on TI platforms
 
-PR = "r1"
+PR = "r2"
 
-DEPENDS = "gst-plugins-base gst-plugins-bad gst-plugins-good gst-plugins-ugly gst-ffmpeg gstreamer-ti gst-openmax"
+DEPENDS = "gst-plugins-base gst-plugins-bad gst-plugins-good gst-plugins-ugly"
+
+GST_CODEC_ELEMENT = " \
+	gstreamer-ti \
+	gstreamer-ti-demo-script \
+"
+
+GST_CODEC_ELEMENT_am3517-evm = "\
+	gst-ffmpeg \
+	gst-omapfb \
+"
 
 RDEPENDS_${PN} = " \
-gst-plugins-base-meta \
-gst-plugins-good-meta \
-gst-plugins-bad-meta \
-gst-plugins-ugly-meta \
-gst-ffmpeg \
-gst-openmax \
-gstreamer-ti \
+	gst-plugins-base-meta \
+	gst-plugins-good-meta \
+	gst-plugins-bad-meta \
+	gst-plugins-ugly-meta \
+	${GST_CODEC_ELEMENT} \
 "
 
 inherit task
 
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
-- 
cgit v1.2.3


From 549bda4de616c0f29665735912f350de694fcdd5 Mon Sep 17 00:00:00 2001
From: Brijesh Singh <bksingh@ti.com>
Date: Thu, 29 Oct 2009 17:50:43 -0500
Subject: ti-demo-x11-image: add task and image for build x11 based demo image
 for TI platforms.

---
 recipes/tasks/task-demo-x11.bb | 47 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)
 create mode 100644 recipes/tasks/task-demo-x11.bb

(limited to 'recipes/tasks')

diff --git a/recipes/tasks/task-demo-x11.bb b/recipes/tasks/task-demo-x11.bb
new file mode 100644
index 0000000000..39b68e7b43
--- /dev/null
+++ b/recipes/tasks/task-demo-x11.bb
@@ -0,0 +1,47 @@
+DESCRIPTION = "Task for ti-demo-x11"
+
+PR = "r1"
+
+inherit task 
+
+ECONFIG ?= "places e-wm-config-angstrom e-wm-config-angstrom-touchscreen e-wm-config-angstrom-widescreen e-wm-config-default"
+
+RDEPENDS_${PN} = "\
+    task-base-extended \
+	task-gstreamer-ti \
+    angstrom-x11-base-depends \
+    angstrom-gpe-task-base \
+    angstrom-gpe-task-settings \
+    angstrom-zeroconf-audio \
+    angstrom-led-config \ 
+    gpe-scap \
+    mime-support e-wm ${ECONFIG} \
+    xterm \
+    firefox midori \
+    hicolor-icon-theme gnome-icon-theme \
+    mplayer \
+	angstrom-gnome-icon-theme-enable \
+	picodlp-control \
+	connman-gnome \
+	gnome-bluetooth \
+	alsa-utils-aplay \
+	alsa-utils-alsamixer \
+    libgles-omap3 \
+    libgles-omap3-demos \
+    libgles-omap3-tests \
+    bc-cat-omap3-module-tests \
+"
+
+# Install all kernel modules
+RRECOMMENDS_${PN} += " \
+	kernel-modules \
+    rt73-firmware \
+	zd1211-firmware \
+"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+RRECOMMENDS_${PN}_append_armv7a = " \
+	gnash gnash-browser-plugin \
+	omapfbplay \
+"
+
-- 
cgit v1.2.3