kexecboot: remove dependency on losetup
authorAndrea Adami <andrea.adami@gmail.com>
Thu, 29 Jul 2010 21:32:09 +0000 (23:32 +0200)
committerAndrea Adami <andrea.adami@gmail.com>
Thu, 29 Jul 2010 21:32:09 +0000 (23:32 +0200)
* Support for loopmount still to be defined.
* While we could easily mount a loopimage and kexec the included
* kernel and initrd, it would be duty of the init of the loopimage
* to know about rootfs and rest of filesystem.
* Problem is we don't know that init in advance.

recipes/kexecboot/kexecboot.inc

index d565df8..f3045f4 100644 (file)
@@ -1,7 +1,7 @@
 LICENSE = "GPL"
 
 DEPENDS = "klibc"
-RDEPENDS_${PN} = "kexec-klibc-static klibc-utils-static-losetup"
+RDEPENDS_${PN} = "kexec-klibc-static"
 
 # The binary itself is not machine-specific
 # but the EXTRA_OECONF overrides have this effect