runqemu-extract-sdk: normalize paths to improve output
authorChen Qi <Qi.Chen@windriver.com>
Thu, 3 Jul 2014 03:02:21 +0000 (11:02 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 Jul 2014 16:41:16 +0000 (17:41 +0100)
commite570af6d02d96206b16ed658aba8abfb88cd3448
treeab8285d9c5aaaec155c5a70ddb0aa06e31189fae
parente89749ff5a2cba6c86c0e8cf865423c5a1a7ad1a
runqemu-extract-sdk: normalize paths to improve output

Previously, we would have output like below from runqemu-extract-sdk.

    Creating directory /home/chenqi/poky/build-systemd/./nfs-root

Normalize paths for runqemu-extract-sdk so that we have output like below.

    Creating directory /home/chenqi/poky/build-systemd/nfs-root

(From OE-Core rev: c85f5ec502fecb1ff63f8e795a0da5fc92eca0c1)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu-extract-sdk