[oe-commits] Brijesh Singh : ti-demo-x11-image: add task and image for build x11 based demo image for TI platforms.

git version control git at git.openembedded.org
Wed Nov 4 10:48:28 UTC 2009


Module: openembedded.git
Branch: martin_jansa/xorg-7.5
Commit: 549bda4de616c0f29665735912f350de694fcdd5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=549bda4de616c0f29665735912f350de694fcdd5

Author: Brijesh Singh <bksingh at ti.com>
Date:   Thu Oct 29 17:50:43 2009 -0500

ti-demo-x11-image: add task and image for build x11 based demo image for TI platforms.

---

 recipes/images/ti-demo-x11-image.bb |   31 +++++++++++++++++++++++
 recipes/tasks/task-demo-x11.bb      |   47 +++++++++++++++++++++++++++++++++++
 2 files changed, 78 insertions(+), 0 deletions(-)

diff --git a/recipes/images/ti-demo-x11-image.bb b/recipes/images/ti-demo-x11-image.bb
new file mode 100644
index 0000000..e37d183
--- /dev/null
+++ b/recipes/images/ti-demo-x11-image.bb
@@ -0,0 +1,31 @@
+# TI X11 demo image
+
+IMAGE_LINGUAS = "de-de fr-fr en-gb en-us pt-br es-es kn-in ml-in ta-in"
+
+XSERVER ?= "xserver-xorg \
+           xf86-input-evdev \
+           xf86-input-mouse \
+           xf86-video-fbdev \
+           xf86-input-keyboard \
+"
+
+ANGSTROM_EXTRA_INSTALL ?= ""
+SPLASH = "exquisite exquisite-themes exquisite-theme-angstrom"
+
+export IMAGE_BASENAME = "ti-demo-x11-image"
+
+DEPENDS = "task-base"
+IMAGE_INSTALL = "\
+    ${XSERVER} \
+    ${ANGSTROM_EXTRA_INSTALL} \
+    task-demo-x11 \
+    ${SPLASH} \
+    "
+
+IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"
+
+#zap root password for release images
+ROOTFS_POSTPROCESS_COMMAND += '${@base_conditional("DISTRO_TYPE", "release", "zap_root_password; ", "",d)}'
+
+inherit image
+
diff --git a/recipes/tasks/task-demo-x11.bb b/recipes/tasks/task-demo-x11.bb
new file mode 100644
index 0000000..39b68e7
--- /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 \
+"
+





More information about the Openembedded-commits mailing list