[poky] [PATCH 0/1] Make poky-qemu and related scripts work with	arbitrary SDK locations
    Scott Garman 
    scott.a.garman at intel.com
       
    Tue Dec  7 21:13:57 PST 2010
    
    
  
Hi Saul,
This commit needs to precede a merge of Josh's work to add a version directory to SDK toolchain installations. It eliminates all assumptions that toolchains are installed in /opt/poky and allows for arbitrary toolchain location locations.
It also fixes a bug I ran across when paths to both the kernel and filesystem image are specified, leading to POKY_NATIVE_SYSROOT not being set, which causes poky-qemu-ifup/ifdown to fail. [BUGFIX #568]
Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: sgarman/poky-qemu-changes
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/poky-qemu-changes
Thanks,
    Scott Garman <scott.a.garman at intel.com>
---
Scott Garman (1):
  Make poky-qemu and related scripts work with arbitrary SDK locations
 scripts/poky-find-native-sysroot |    2 +-
 scripts/poky-qemu                |   38 ++++++++++++++++++++++----------------
 scripts/poky-qemu-ifdown         |    9 +--------
 scripts/poky-qemu-ifup           |    9 +--------
 scripts/poky-qemu-internal       |   16 +---------------
 5 files changed, 26 insertions(+), 48 deletions(-)
    
    
More information about the poky
mailing list