From: Nitin A Kamble <[email protected]>

The failure of ldconfig was not getting logged anywhere before.

Signed-off-by: Nitin A Kamble <[email protected]>
---
 meta/classes/image.bbclass |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index 2cc17e1..95e3f4d 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -113,7 +113,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
-- 
1.7.2.2


_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to