]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: support multiple qemus running when nfs
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 23 Nov 2016 08:57:39 +0000 (00:57 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Jan 2017 12:04:00 +0000 (12:04 +0000)
commit84b2281595bbdb497daa42640e3ee4658bf0bed8
tree582dc82928d401995afd1483011163336c39c253
parentd151d86d18127ae63be3cddde605e7953bd812d9
runqemu: support multiple qemus running when nfs

Fixed:
* In build1:
  $ runqemu nfs qemux86-64
  In build2:
  $ runqemu nfs qemux86-64

  It would fail before since the port numerbs and conf files are
  conflicted, now make runqemu-export-rootfs work together with runqemu to
  fix the problem.

* And we don't need export PSEUDO_LOCALSTATEDIR in runqemu, the
  runqemu-export-rootfs can handle it well based on NFS_EXPORT_DIR.

* Remove "async" option from unfsd to fix warning in syslog:
  Warning: unknown exports option `async' ignored

* Fixed typos

Both slirp and tap can work.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
scripts/runqemu
scripts/runqemu-export-rootfs