]> code.ossystems Code Review - openembedded-core.git/commit
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:38:45 +0000 (17:38 +0100)
commitc85f5ec502fecb1ff63f8e795a0da5fc92eca0c1
tree2cab6a9a62b4c3502a76eeca3a60246d3d86f375
parent68a5ed337f8f7ee8e5bf55542ec82d786eb754db
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

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