[oe-commits] Florian Boor : initramfs-image: Make sure static busybox gets into the initfs image.

GIT User account git at amethyst.openembedded.net
Wed Apr 15 10:16:45 UTC 2009


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

Author: Florian Boor <florian.boor at kernelconcepts.de>
Date:   Tue Apr 14 17:01:39 2009 +0200

initramfs-image: Make sure static busybox gets into the initfs image.

---

 recipes/images/initramfs-image.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/images/initramfs-image.bb b/recipes/images/initramfs-image.bb
index d3d1d75..e518984 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.





More information about the Openembedded-commits mailing list