]> code.ossystems Code Review - openembedded-core.git/commitdiff
image.bbclass: make execution ldconfig verbose
authorNitin A Kamble <nitin.a.kamble@intel.com>
Tue, 29 Mar 2011 17:29:40 +0000 (10:29 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Apr 2011 22:55:56 +0000 (23:55 +0100)
The failure of ldconfig was not getting logged anywhere before.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
meta/classes/image.bbclass

index ccc4de48e11549df4c440122ff61b9bea358c645..d693ea59849ef2eb7c0f577aa5d8299cc6766cd0 100644 (file)
@@ -98,7 +98,8 @@ fakeroot do_rootfs () {
 
        # Run ldconfig on the image to create a valid cache 
        # (new format for cross arch compatibility)
-       ldconfig -r ${IMAGE_ROOTFS} -c new
+       echo executing: ldconfig -r ${IMAGE_ROOTFS} -c new -v
+       ldconfig -r ${IMAGE_ROOTFS} -c new -v
 
        # (re)create kernel modules dependencies
        # This part is done by kernel-module-* postinstall scripts but if image do