[oe-commits] Ulf Samuelsson : x11-at91sam9-image: x11-gpe-image with additions

git version control git at git.openembedded.org
Thu Mar 25 16:48:27 UTC 2010


Module: openembedded.git
Branch: ulf/linux-2.6.30-20100317
Commit: 04f9acc1f56389481e4f6c8f61017ed682cb270c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=04f9acc1f56389481e4f6c8f61017ed682cb270c

Author: Ulf Samuelsson <ulf.samuelsson at atmel.com>
Date:   Thu Mar 25 16:25:40 2010 +0100

x11-at91sam9-image: x11-gpe-image with additions

Create an image based on x11-gpe-image but with
a lot of applications added;

+	gpe-irc
+	gpe-sketchbook
+	gpe-filemanager
+	gpe-tetris
+	gpe-go
+	gpe-calendar
+	gpe-contacts
+	gpe-edit
+	gpe-gallery
+	gpe-calculator
+	gpe-clock
+	gpe-terminal
+	gpe-watch
+	matchbox-panel-hacks
+	gpe-scap
+	gpe-windowlist
+	gpe-mixer
+	usbview
+	mplayer
+	thttpd
+	madplay
+	alsa-utils-aplay
+	alsa-utils-amixer
+	iperf
+	fbv
+	dosfstools
+	mtd-utils
+	multimedia
+	gpe-mini-browser
+	gnome-mplayer

Signed-off-by: Ulf Samuelsson <ulf.samuelsson at atmel.com>

---

 recipes/images/x11-at91sam9-image.bb |   59 ++++++++++++++++++++++++++++++++++
 1 files changed, 59 insertions(+), 0 deletions(-)

diff --git a/recipes/images/x11-at91sam9-image.bb b/recipes/images/x11-at91sam9-image.bb
new file mode 100644
index 0000000..433d9a6
--- /dev/null
+++ b/recipes/images/x11-at91sam9-image.bb
@@ -0,0 +1,59 @@
+# Angstrom x11-gpe-image with additional apps included
+XSERVER = "xserver-xorg \
+           xf86-input-evdev \
+           xf86-input-tslib \
+           xf86-video-fbdev "
+
+require x11-gpe-image.bb
+
+export IMAGE_BASENAME = "x11-at91sam9-image"
+
+DEPENDS = "task-base"
+
+IMAGE_INSTALL += "\
+	gpe-calculator \
+	gpe-calendar \
+	gpe-clock \
+	gpe-contacts \
+	gpe-edit \
+	gpe-filemanager \
+	gpe-gallery \
+	gpe-go \
+	gpe-irc \
+	gpe-mixer \
+	gpe-scap \
+	gpe-sketchbook \
+	gpe-terminal \
+	gpe-tetris \
+	gpe-watch \
+	gpe-windowlist \
+	gnome-mplayer \
+	matchbox-panel-hacks \
+	usbview \
+	mplayer \
+	thttpd \
+	madplay \
+	alsa-utils-aplay \
+	alsa-utils-amixer \
+	iperf \
+	fbv \
+	dosfstools \
+	mtd-utils \
+	gpe-mini-browser \
+	tslib-conf \
+	tslib-calibrate \
+	tslib-tests \
+	libstdc++ \
+	multimedia \
+	${IMAGE_EXTRA_INSTALL} \
+#	nbench-byte \
+#	pointercal \
+	"
+
+# IMAGE_LINGUAS += " se no dk fi"
+ROOTFS_POSTPROCESS_COMMAND += "set_image_autologin; "
+ROOTFS_POSTPROCESS_COMMAND += "install_linguas; "
+
+#we dont need the kernel in the image
+ROOTFS_POSTPROCESS_COMMAND += "rm -f ${IMAGE_ROOTFS}/boot/*Image*; "
+





More information about the Openembedded-commits mailing list