From: Nicolas Ferre <[email protected]>

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

Signed-off-by: Ulf Samuelsson <[email protected]>
---
 recipes/images/x11-at91sam9-image.bb |   67 ++++++++++++++++++++++++++++++++++
 1 files changed, 67 insertions(+), 0 deletions(-)
 create mode 100644 recipes/images/x11-at91sam9-image.bb

diff --git a/recipes/images/x11-at91sam9-image.bb 
b/recipes/images/x11-at91sam9-image.bb
new file mode 100644
index 0000000..c2bd723
--- /dev/null
+++ b/recipes/images/x11-at91sam9-image.bb
@@ -0,0 +1,67 @@
+#Angstrom X11 at91sam9 image with apps and kernel modules included
+
+XSERVER ?= "xserver-kdrive-fbdev"
+SPLASH ?= ' $...@base_contains("MACHINE_FEATURES", "screen", 
"psplash-angstrom", "",d)}'
+       
+ANGSTROM_EXTRA_INSTALL += " \
+       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 \
+#      nbench-byte \
+#      pointercal \
+       "
+
+export IMAGE_BASENAME = "x11-at91sam9-image"
+
+DEPENDS = "task-base"
+IMAGE_INSTALL = "\
+    ${XSERVER} \
+    task-base-extended \
+    angstrom-x11-base-depends \
+    angstrom-gpe-task-base \
+    angstrom-gpe-task-settings \
+    kernel-modules \
+    hal \
+    angstrom-gpe-task-pim \
+    tslib-conf \
+    tslib-calibrate \
+    tslib-tests \
+    ${SPLASH} \
+    ${ANGSTROM_EXTRA_INSTALL}"
+
+IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"
+
+#zap root password for release images
+ROOTFS_POSTPROCESS_COMMAND += '$...@base_conditional("DISTRO_TYPE", "release", 
"zap_root_password; ", "",d)}'
+ROOTFS_POSTPROCESS_COMMAND += "set_image_autologin; "
+
+#we dont need the kernel in the image
+ROOTFS_POSTPROCESS_COMMAND += "rm -f ${IMAGE_ROOTFS}/boot/*Image*; "
+
+inherit image
-- 
1.6.0.2


_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to