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)
commitf4aa540a8180f987dda6272239cc9f64da4c3ee1
tree39c797846f0b4b1f4fbdeb613167b0288ca99027
parent74d09327d9adb466cbdf235b6e0b1118f48a129f
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