Re: [OE-core] [poky] [PATCH 5/9] evieext: upgrade from 1.1.0 to 1.1.1

2011-04-11 Thread Saul Wold
On 04/10/2011 06:28 PM, Yu Ke wrote: From: Yu Keke...@intel.com - also change license checksum, the license is still MIT-X, but corp name is changed from SUN to Oracle Signed-off-by: Yu Keke...@intel.com --- .../distro/include/preferred-xorg-versions.inc |2 +-

[OE-core] [PATCH 0/1] [PULL] [QEMU] fix GL Apps start failure

2011-04-11 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com This is the patch to fix the GL apps like glxgears start failure on qemux86 image. Pls. review and pull. Thanks, edwin Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: gzhai/fix3 Browse:

[OE-core] [PATCH 08/12] libpciaccess: upgrade from 0.12.0 to the latest version 0.12.1

2011-04-11 Thread Dexuan Cui
From: Dexuan Cui dexuan@intel.com Signed-off-by: Dexuan Cui dexuan@intel.com --- ...bpciaccess_0.12.0.bb = libpciaccess_0.12.1.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-lib/{libpciaccess_0.12.0.bb = libpciaccess_0.12.1.bb}

[OE-core] [PATCH 01/12] oprofileui: upgrade to latest git version

2011-04-11 Thread Dexuan Cui
From: Dexuan Cui dexuan@intel.com Signed-off-by: Dexuan Cui dexuan@intel.com --- .../conf/distro/include/poky-default-revisions.inc |2 +- meta/recipes-kernel/oprofile/oprofileui_git.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [OE-core] [PATCH 00/12] recipe upgrades and fix

2011-04-11 Thread Saul Wold
On 04/11/2011 08:16 PM, Dexuan Cui wrote: From: Dexuan Cuidexuan@intel.com The upgrades are mostly filename/checksum changes. Add --enable-specs=no for xextproto, libxi. [YOCTO #968] gnu-config: add dependency on perl to fix some occassional failures. See

Re: [OE-core] [PATCH 1/1] qemu: Fix the qemu GL application start failure.

2011-04-11 Thread Saul Wold
On 04/11/2011 10:52 PM, Zhai, Edwin wrote: Saul Wold wrote: On 04/11/2011 06:42 PM, Zhai Edwin wrote: Some turn-on macro/variable are re-arranged, buffer pointer is extended to support 32/64b combination of target/host. [YOCTO #688] fixed. Signed-off-by: Zhai