From patchwork Mon Jan 31 20:34:09 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Add basic at91 image with Wi-Fi support Date: Mon, 31 Jan 2011 20:34:09 -0000 From: Ulf Samuelsson X-Patchwork-Id: 426 Message-Id: <1296506049-4653-1-git-send-email-ulf.samuelsson@atmel.com> To: openembedded-devel@lists.openembedded.org Cc: Ulf Samuelsson --- recipes/images/console-at91sam9-image.bb | 35 ++++++++++++++++++++++++++++++ 1 files changed, 35 insertions(+), 0 deletions(-) create mode 100644 recipes/images/console-at91sam9-image.bb diff --git a/recipes/images/console-at91sam9-image.bb b/recipes/images/console-at91sam9-image.bb new file mode 100644 index 0000000..8b066e2 --- /dev/null +++ b/recipes/images/console-at91sam9-image.bb @@ -0,0 +1,35 @@ +#Angstrom bootstrap at91sam9 image + +IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp" + +ANGSTROM_EXTRA_INSTALL += " \ + alsa-utils-amixer \ + alsa-utils-aplay \ + dosfstools \ + iperf \ + madplay \ + mplayer \ + mtd-utils \ +# nbench-byte \ + owl-wifi \ + thttpd \ + usbview \ + " + +DEPENDS = "task-base-extended \ + ${@base_contains("MACHINE_FEATURES", "screen", "psplash-zap", "",d)} \ + " + +IMAGE_INSTALL = "task-base-extended \ + ${ANGSTROM_EXTRA_INSTALL} \ + ${@base_contains("MACHINE_FEATURES", "screen", "psplash-zap", "",d)} \ + " + +export IMAGE_BASENAME = "console-at91sam9-image" +IMAGE_LINGUAS = "" + +#we dont need the kernel in the image +ROOTFS_POSTPROCESS_COMMAND += "rm -f ${IMAGE_ROOTFS}/boot/*Image*; " + +inherit image +