[oe-commits] Paul Sokolovsky : initramfs-bootmenu-image: busybox' modprobe is broken, so pull klibc's.

GIT User account git at amethyst.openembedded.net
Tue Dec 2 13:07:16 UTC 2008


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

Author: Paul Sokolovsky <pmiscml at gmail.com>
Date:   Tue Dec  2 14:43:02 2008 +0200

initramfs-bootmenu-image: busybox' modprobe is broken, so pull klibc's.

---

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

diff --git a/packages/images/initramfs-bootmenu-image.bb b/packages/images/initramfs-bootmenu-image.bb
index c00efcf..79806c9 100644
--- a/packages/images/initramfs-bootmenu-image.bb
+++ b/packages/images/initramfs-bootmenu-image.bb
@@ -1,12 +1,12 @@
 # initramfs image with interactive boot menu allowing to select rootfs location
 # from choices of block devices, loopback images and NFS.
 
-IMAGE_INSTALL = "busybox-static initramfs-module-bootmenu initramfs-module-check-modules initramfs-module-kexecboot"
+IMAGE_INSTALL = "busybox-static initramfs-module-bootmenu initramfs-module-check-modules initramfs-module-kexecboot klibc-utils-static-modprobe"
 IMAGE_LINGUAS = ""
 
 
 # Remove any kernel-image that the kernel-module-* packages may have pulled in.
-PACKAGE_REMOVE = "kernel-image-* update-modules module-init-tools-depmod uclibc update-rc.d"
+PACKAGE_REMOVE = "kernel-image-* update-modules module-init-tools-depmod update-rc.d uclibc"
 ROOTFS_POSTPROCESS_COMMAND += "opkg-cl ${IPKG_ARGS} -force-depends \
                                 remove ${PACKAGE_REMOVE};"
 





More information about the Openembedded-commits mailing list