]> 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>
Thu, 18 May 2017 12:04:45 +0000 (13:04 +0100)
commitf3a9ff2cea88cf4c90b1037b3ca17e6a63ea33ee
treecbcae8802c517dff9f2c9b51b9d1516e7973f50f
parentb572921b359010f281cdb861a73bf05317c6dacf
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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
scripts/runqemu
scripts/runqemu-export-rootfs