[oe-commits] Ulf Samuelsson : Add X11 images with more multimedia support (mplayer etc.)

git version control git at git.openembedded.org
Sun Oct 17 20:57:57 UTC 2010


Module: openembedded.git
Branch: ulf/linux-2.6.30-2010-10-16
Commit: 57f318077dc0d2d8087bc596f3d04520b4aba508
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=57f318077dc0d2d8087bc596f3d04520b4aba508

Author: Ulf Samuelsson <ulf.samuelsson at atmel.com>
Date:   Sat Oct 16 13:20:55 2010 +0200

Add X11 images with more multimedia support (mplayer etc.)

---

 recipes/images/console-audio-image.bb |   33 ++++++++++++++++++
 recipes/images/x11-at91sam9-image.bb  |   58 +++++++++++++++++++++++++++++++++
 2 files changed, 91 insertions(+), 0 deletions(-)

diff --git a/recipes/images/console-audio-image.bb b/recipes/images/console-audio-image.bb
new file mode 100644
index 0000000..271ebfb
--- /dev/null
+++ b/recipes/images/console-audio-image.bb
@@ -0,0 +1,33 @@
+# Angstrom bootstrap at91sam9 image
+require console-base-image.bb
+
+export IMAGE_BASENAME = "console-at91sam9-image"
+
+IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"
+
+DEPENDS = "task-base-extended \
+           ${@base_contains("MACHINE_FEATURES", "screen", "psplash-zap", "",d)} \
+	   "
+
+IMAGE_INSTALL = "task-base-extended \
+	usbview \
+	mplayer \
+	thttpd \
+	madplay \
+	alsa-utils-aplay \
+	alsa-utils-amixer \
+	iperf \
+	dosfstools \
+	mtd-utils \
+	${@base_contains("MACHINE_FEATURES", "screen", "psplash-zap", "",d)} \
+	${IMAGE_EXTRA_INSTALL} \
+#	nbench-byte \
+	"
+
+IMAGE_LINGUAS = ""
+
+#we dont need the kernel in the image
+ROOTFS_POSTPROCESS_COMMAND += "rm -f ${IMAGE_ROOTFS}/boot/*Image*; "
+
+inherit image
+
diff --git a/recipes/images/x11-at91sam9-image.bb b/recipes/images/x11-at91sam9-image.bb
new file mode 100644
index 0000000..3917873
--- /dev/null
+++ b/recipes/images/x11-at91sam9-image.bb
@@ -0,0 +1,58 @@
+# 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++ \
+	${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