[oe-commits] Andrea Adami : kexecboot: remove dependency on losetup

git version control git at git.openembedded.org
Thu Jul 29 21:43:09 UTC 2010


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

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Thu Jul 29 23:32:09 2010 +0200

kexecboot: remove dependency on losetup

* 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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/kexecboot/kexecboot.inc b/recipes/kexecboot/kexecboot.inc
index d565df8..f3045f4 100644
--- a/recipes/kexecboot/kexecboot.inc
+++ b/recipes/kexecboot/kexecboot.inc
@@ -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 





More information about the Openembedded-commits mailing list