diff options
author | Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com> | 2016-02-12 17:00:30 +0100 |
---|---|---|
committer | Jörgen Karlsson <jorgen.w.karlsson@ericsson.com> | 2016-02-12 16:37:14 +0000 |
commit | 46e71d8746d1dff05f5806bde0139b987cdd97e5 (patch) | |
tree | 548421a4ba9494bb8ef3ee6799677deb8e4e7700 /tools | |
parent | 95cdd0ea41e3892422de92f13fac39871585706e (diff) |
Add more debug to image build
Change-Id: Icfbed0433cb9cfb6f8f479fc69699d08ad49602b
Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com>
(cherry picked from commit 9de7358215ca6e3f0b394bacdd97f1e2b119b4b4)
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/yardstick-img-modify | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/yardstick-img-modify b/tools/yardstick-img-modify index 94594103a..13d4360d9 100755 --- a/tools/yardstick-img-modify +++ b/tools/yardstick-img-modify @@ -81,7 +81,9 @@ setup() { kpartx -av $raw_imgfile # for trouble shooting - sleep 2; dmsetup ls + sleep 2 + dmsetup ls + fdisk -l /dev/${loopdevice:0:5} || true mount /dev/mapper/$loopdevice $mountdir mount -t proc none $mountdir/proc @@ -136,6 +138,8 @@ error_trap() exitcode=$rc fi + dmesg -T | tail -50 + cleanup echo "Image build failed with $exitcode" |