initramfs-image: Make sure static busybox gets into the initfs image.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Tue, 14 Apr 2009 15:01:39 +0000 (17:01 +0200)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Wed, 15 Apr 2009 09:59:01 +0000 (11:59 +0200)
recipes/images/initramfs-image.bb

index d3d1d75..e518984 100644 (file)
@@ -2,7 +2,7 @@
 # command line, from teh choices of block device, loop back images (including
 # recursive) and NFS.
 
-IMAGE_INSTALL = "initramfs-module-block initramfs-module-loop initramfs-module-nfs"
+IMAGE_INSTALL = "busybox-static initramfs-module-block initramfs-module-loop initramfs-module-nfs"
 IMAGE_LINGUAS = ""
 
 # Remove any kernel-image that the kernel-module-* packages may have pulled in.