Re: [OE-core] [PATCH 2/2] qemu: Make qemu buildable inside qemux86/qemuppc target

2011-08-17 Thread Richard Purdie
On Tue, 2011-08-16 at 14:32 +0800, Zhai, Edwin wrote: On Mon, Aug 15, 2011 at 10:25:49PM +0800, Richard Purdie wrote: The patch is fine but could we change this to something like: # Only use the GL passthrough patches for native/nativesdk versions $QEMUGLPATCHES = \

Re: [OE-core] [PATCH 2/2] qemu: Make qemu buildable inside qemux86/qemuppc target

2011-08-16 Thread Zhai, Edwin
On Mon, Aug 15, 2011 at 10:25:49PM +0800, Richard Purdie wrote: The patch is fine but could we change this to something like: # Only use the GL passthrough patches for native/nativesdk versions $QEMUGLPATCHES = \ file://qemu-git-qemugl-host.patch \ file://fix-nogl.patch \

[OE-core] [PATCH 2/2] qemu: Make qemu buildable inside qemux86/qemuppc target

2011-08-15 Thread edwin . zhai
From: Zhai Edwin edwin.z...@intel.com It requires libx11 and libGL(if enabled GL) for building, which introduce extra dependence in qemuppc target. Futhermore, qemu's GL code is x86-oriented, thus some hacks needed for building in qemupcc. For simplicity, just make qemu GL's code for native only,

Re: [OE-core] [PATCH 2/2] qemu: Make qemu buildable inside qemux86/qemuppc target

2011-08-15 Thread Richard Purdie
On Mon, 2011-08-15 at 20:40 +0800, edwin.z...@intel.com wrote: From: Zhai Edwin edwin.z...@intel.com It requires libx11 and libGL(if enabled GL) for building, which introduce extra dependence in qemuppc target. Futhermore, qemu's GL code is x86-oriented, thus some hacks needed for building