From: Florian Boor Date: Tue, 14 Apr 2009 15:01:39 +0000 (+0200) Subject: initramfs-image: Make sure static busybox gets into the initfs image. X-Git-Tag: Release-2010-05/1~3782^2~10^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df32f8c84d0e7a5fbe51b66ac8d991003bf0f8a0;p=openembedded.git initramfs-image: Make sure static busybox gets into the initfs image. --- diff --git a/recipes/images/initramfs-image.bb b/recipes/images/initramfs-image.bb index d3d1d751cf..e5189849ba 100644 --- a/recipes/images/initramfs-image.bb +++ b/recipes/images/initramfs-image.bb @@ -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.