diff options
-rw-r--r-- | 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 ccc4de48e1..d693ea5984 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass | |||
@@ -98,7 +98,8 @@ fakeroot do_rootfs () { | |||
98 | 98 | ||
99 | # Run ldconfig on the image to create a valid cache | 99 | # Run ldconfig on the image to create a valid cache |
100 | # (new format for cross arch compatibility) | 100 | # (new format for cross arch compatibility) |
101 | ldconfig -r ${IMAGE_ROOTFS} -c new | 101 | echo executing: ldconfig -r ${IMAGE_ROOTFS} -c new -v |
102 | ldconfig -r ${IMAGE_ROOTFS} -c new -v | ||
102 | 103 | ||
103 | # (re)create kernel modules dependencies | 104 | # (re)create kernel modules dependencies |
104 | # This part is done by kernel-module-* postinstall scripts but if image do | 105 | # This part is done by kernel-module-* postinstall scripts but if image do |