]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: Ensure ROOTFS path is absolute
authorSaul Wold <sgw@linux.intel.com>
Thu, 20 Feb 2014 20:55:09 +0000 (12:55 -0800)
committerSaul Wold <sgw@linux.intel.com>
Fri, 21 Feb 2014 04:06:23 +0000 (20:06 -0800)
commit5722be0ddda4ec3c96c06b425e5c7e0194326253
tree4f8c33441abb113c31f137d1af3dc29b9276c390
parent5bb786241907bb0304edb25ac1d398b3ae7f3be0
runqemu: Ensure ROOTFS path is absolute

There is a problem if a relative path is passed to the kernel for NFS usage
that it will not correctly find it, so ensure that the ROOTFS path is absolute.

[YOCTO #2807]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
scripts/runqemu