[oe-commits] Koen Kooi : beagleboard-linuxtag2010-demo-image: add image to show at Linuxtag 2010

git version control git at git.openembedded.org
Tue May 11 14:45:26 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6b31e8928c8ab0ec2dd506380480fc9422ba6321
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6b31e8928c8ab0ec2dd506380480fc9422ba6321

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue May 11 16:23:17 2010 +0200

beagleboard-linuxtag2010-demo-image: add image to show at Linuxtag 2010

---

 .../images/beagleboard-linuxtag2010-demo-image.bb  |   45 ++++++++++++++++++++
 1 files changed, 45 insertions(+), 0 deletions(-)

diff --git a/recipes/images/beagleboard-linuxtag2010-demo-image.bb b/recipes/images/beagleboard-linuxtag2010-demo-image.bb
new file mode 100644
index 0000000..310630c
--- /dev/null
+++ b/recipes/images/beagleboard-linuxtag2010-demo-image.bb
@@ -0,0 +1,45 @@
+DESCRIPTION = "Image used for Linuxtag 2010 demo"
+
+inherit image
+
+XSERVER ?= "xserver-xorg \
+           xf86-input-evdev \
+           xf86-input-mouse \
+           xf86-video-fbdev \
+           xf86-video-sisusb \
+           xf86-input-keyboard \
+"
+
+export IMAGE_BASENAME = "Linuxtag2010-image"
+
+IMAGE_LINGUAS = "de-de fr-fr en-gb en-us pt-br es-es kn-in ml-in ta-in"
+ROOTFS_POSTPROCESS_COMMAND += 'install_linguas;'
+IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"
+
+IMAGE_LOGIN_MANAGER = "shadow"
+IMAGE_SPLASH = "psplash-angstrom"
+
+
+ANGSTROM_EXTRA_INSTALL ?= ""
+
+IMAGE_INSTALL += " \
+  task-base-extended \
+  ${ANGSTROM_EXTRA_INSTALL} \
+  ${IMAGE_SPLASH} \
+  angstrom-task-gnome \
+  bash \
+  gstreamer-ti \
+  libgles-omap3-x11wsegl \
+  bc-cube-x11 \
+  mplayer \
+  omapfbplay \
+  cpufrequtils \
+  htop \
+  powertop \
+  ntpdate \
+  libgles-omap3-x11demos \
+  abiword \
+  gnumeric \
+  epiphany \
+"
+





More information about the Openembedded-commits mailing list