]> code.ossystems Code Review - openembedded-core.git/commit
Make poky-qemu and related scripts work with arbitrary SDK locations
authorScott Garman <scott.a.garman@intel.com>
Wed, 8 Dec 2010 04:59:06 +0000 (20:59 -0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 9 Dec 2010 15:00:45 +0000 (15:00 +0000)
commitba5e0b9531b9a967aa3d408a13024590d96b8391
tree47b7536aa4da6efc78106a1a57c6ebe9a13e91d2
parent7581654a030961eda03b07de0e0f6d62a7f4055e
Make poky-qemu and related scripts work with arbitrary SDK locations

* No longer assume SDK toolchains are installed in /opt/poky
* [BUGFIX #568] where specifying paths to both the kernel and fs
  image caused an error due to POKY_NATIVE_SYSROOT never being
  set, triggering failure of poky-qemu-ifup/ifdown
* Cosmetic improvements to usage() functions by using basename

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
scripts/poky-find-native-sysroot
scripts/poky-qemu
scripts/poky-qemu-ifdown
scripts/poky-qemu-ifup
scripts/poky-qemu-internal