[oe-commits] Ulf Samuelsson : console-audio-image: console-image with audio apps

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: 2a4a4c682bd564ff31f62bc3aa3b05eea9fd42e6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2a4a4c682bd564ff31f62bc3aa3b05eea9fd42e6

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

console-audio-image: console-image with audio apps

Create a demo console image with audio applications

+       usbview
+       mplayer
+       thttpd
+       madplay
+       alsa-utils-aplay
+       alsa-utils-amixer
+       iperf
+       dosfstools
+       mtd-utils

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

---

 recipes/images/console-audio-image.bb |   33 +++++++++++++++++++++++++++++++++
 1 files changed, 33 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
+





More information about the Openembedded-commits mailing list