image.bbclass: make execution ldconfig verbose

The failure of ldconfig was not getting logged anywhere before.

(From OE-Core rev: 880b0a222fdc11ee088bcaf8c832edae23bc28a7)

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Nitin A Kamble 2011-03-29 10:29:40 -07:00 committed by Richard Purdie
parent 76185eb29a
commit d0adbfd6d9
1 changed files with 2 additions and 1 deletions

View 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