From patchwork Mon Jan 31 20:33:42 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Add Wi-Fi support in at91sam9 image Date: Mon, 31 Jan 2011 20:33:42 -0000 From: Ulf Samuelsson X-Patchwork-Id: 423 Message-Id: <1296506022-4578-1-git-send-email-ulf.samuelsson@atmel.com> To: openembedded-devel@lists.openembedded.org 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; "