[oe] [PATCH v2] Add Wi-Fi support in at91sam9 image

Ulf Samuelsson ulf.samuelsson at atmel.com
Mon Jan 31 20:58:59 UTC 2011


Signed-off-by: Ulf Samuelsson <ulf.samuelsson at atmel.com>
---
 recipes/images/x11-at91sam9-image.bb |   43 +++++++++++++++++++--------------
 1 files changed, 25 insertions(+), 18 deletions(-)

diff --git a/recipes/images/x11-at91sam9-image.bb b/recipes/images/x11-at91sam9-image.bb
index 3917873..29337ca 100644
--- a/recipes/images/x11-at91sam9-image.bb
+++ b/recipes/images/x11-at91sam9-image.bb
@@ -1,8 +1,11 @@
 # Angstrom x11-gpe-image with additional apps included
 XSERVER = "xserver-xorg \
            xf86-input-evdev \
-           xf86-input-tslib \
-           xf86-video-fbdev "
+           xf86-input-mouse \
+           xf86-video-fbdev \
+           xf86-input-keyboard \
+	   xinput-calibrator \
+	  "
 
 require x11-gpe-image.bb
 
@@ -11,6 +14,11 @@ export IMAGE_BASENAME = "x11-at91sam9-image"
 DEPENDS = "task-base"
 
 IMAGE_INSTALL += "\
+	alsa-utils-aplay \
+	alsa-utils-amixer \
+	dosfstools \
+	fbv \
+	gnome-mplayer \
 	gpe-calculator \
 	gpe-calendar \
 	gpe-clock \
@@ -20,6 +28,7 @@ IMAGE_INSTALL += "\
 	gpe-gallery \
 	gpe-go \
 	gpe-irc \
+#	gpe-mini-browser \
 	gpe-mixer \
 	gpe-scap \
 	gpe-sketchbook \
@@ -27,29 +36,27 @@ IMAGE_INSTALL += "\
 	gpe-tetris \
 	gpe-watch \
 	gpe-windowlist \
-	gnome-mplayer \
+	iperf \
+	libstdc++ \
+	madplay \
 	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 \
+	owl-wifi \
+	pointercal \
+	thttpd \
+#	tslib-conf \
+#	tslib-calibrate \
+#	tslib-tests \
+	usbview \
 	"
 
+IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"
+
 # IMAGE_LINGUAS += " se no dk fi"
+#zap root password for release images
+ROOTFS_POSTPROCESS_COMMAND += '${@base_conditional("DISTRO_TYPE", "release", "zap_root_password; ", "",d)}'
 ROOTFS_POSTPROCESS_COMMAND += "set_image_autologin; "
 ROOTFS_POSTPROCESS_COMMAND += "install_linguas; "
 
-- 
1.6.3.3





More information about the Openembedded-devel mailing list