aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images/x11-at91sam9-image.bb
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2010-10-17 23:09:14 +0200
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2010-10-17 23:13:38 +0200
commit9f2d379829e7e54b217694bce42c0e8d3e4233c5 (patch)
treea06d1322a46814069205f769633a08467cfc8350 /recipes/images/x11-at91sam9-image.bb
parentfee7520020ac46a41382fec0b69c5501f3c21236 (diff)
downloadopenembedded-9f2d379829e7e54b217694bce42c0e8d3e4233c5.tar.gz
Add X11 images with more multimedia support (mplayer etc.)
Diffstat (limited to 'recipes/images/x11-at91sam9-image.bb')
-rw-r--r--recipes/images/x11-at91sam9-image.bb58
1 files changed, 58 insertions, 0 deletions
diff --git a/recipes/images/x11-at91sam9-image.bb b/recipes/images/x11-at91sam9-image.bb
new file mode 100644
index 0000000000..39178731a3
--- /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*; "
+