mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
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>
This commit is contained in:
parent
a76ac78169
commit
e47afff7d8
|
|
@ -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:"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user