summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2014-02-25 20:30:47 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-25 21:29:53 +0000
commite47afff7d812c74f8091d85facfdf34d6a1b698e (patch)
treecd82f277011d80c70a7ffae8ec7a3d09862e461a /scripts/runqemu
parenta76ac7816931cf67beb36928c279ee9cd1fb7c0d (diff)
downloadast2050-yocto-poky-e47afff7d812c74f8091d85facfdf34d6a1b698e.zip
ast2050-yocto-poky-e47afff7d812c74f8091d85facfdf34d6a1b698e.tar.gz
runqemu: Use readlink instead of realpath
(From OE-Core rev: 5a4b5c6b8ebd5f8d29888aafcd9608e03717bcd5) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-xscripts/runqemu2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu
index 57c5de4..573def1 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -464,7 +464,7 @@ if [ -z "$ROOTFS" -a "x$FSTYPE" != "xvmdk" ]; then
fi
# ROOTFS is now set for all cases, now expand it to be an absolute path, it should exist at this point
-ROOTFS=`realpath $ROOTFS`
+ROOTFS=`readlink -f $ROOTFS`
echo ""
echo "Continuing with the following parameters:"
OpenPOWER on IntegriCloud