All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add Wi-Fi support in at91sam9 image
@ 2011-01-31 20:33 Ulf Samuelsson
  0 siblings, 0 replies; only message in thread
From: Ulf Samuelsson @ 2011-01-31 20:33 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Ulf Samuelsson

---
 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




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-01-31 20:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-31 20:33 [PATCH] Add Wi-Fi support in at91sam9 image Ulf Samuelsson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.