[oe-commits] Florian Boor : mini2440.conf, micro2440.conf: Pull wifi firmware into images.

git version control git at git.openembedded.org
Wed Jun 17 14:17:33 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8779f29c75011c91a68b0656a98f7efbe29f890e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8779f29c75011c91a68b0656a98f7efbe29f890e

Author: Florian Boor <florian.boor at kernelconcepts.de>
Date:   Wed Jun 17 00:33:32 2009 +0200

mini2440.conf, micro2440.conf: Pull wifi firmware into images.

---

 conf/machine/micro2440.conf |    1 +
 conf/machine/mini2440.conf  |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/conf/machine/micro2440.conf b/conf/machine/micro2440.conf
index 24ec36d..0df87f8 100644
--- a/conf/machine/micro2440.conf
+++ b/conf/machine/micro2440.conf
@@ -31,6 +31,7 @@ SERIAL_CONSOLE = "115200 ttySAC0"
 IMAGE_FSTYPES = "jffs2 tar.gz"
 
 MACHINE_FEATURES = "kernel26 touchscreen screen usbhost usbgadget sound alsa ethernet mmc mmcroot i2c spi"
+MACHINE_EXTRA_RDEPENDS = "rt73-firmware"
 
 require conf/machine/include/tune-arm920t.inc
 
diff --git a/conf/machine/mini2440.conf b/conf/machine/mini2440.conf
index f72bb24..b06c0b1 100644
--- a/conf/machine/mini2440.conf
+++ b/conf/machine/mini2440.conf
@@ -27,5 +27,6 @@ KERNEL_IMAGETYPE = "uImage"
 
 require conf/machine/include/tune-arm920t.inc
 
+MACHINE_EXTRA_RDEPENDS = "rt73-firmware"
 EXTRA_IMAGEDEPENDS += "u-boot"
 EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --squash -s 0x200 -n -e 16KiB"





More information about the Openembedded-commits mailing list