From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com ([134.134.136.24]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Q9ShM-0000Fp-C0 for openembedded-core@lists.openembedded.org; Tue, 12 Apr 2011 03:47:20 +0200 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 11 Apr 2011 18:45:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.64,193,1301900400"; d="scan'208";a="732050358" Received: from yocto-build8.sh.intel.com (HELO localhost) ([10.239.48.1]) by orsmga001.jf.intel.com with ESMTP; 11 Apr 2011 18:45:05 -0700 Message-Id: Old-Date: Tue, 12 Apr 2011 09:39:44 +0800 Date: Tue, 12 Apr 2011 9:42:45 +0800 To: openembedded-core@lists.openembedded.org CC: From: Zhai Edwin Subject: [PATCH 0/1] [PULL] [QEMU] fix GL Apps start failure -v2 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2011 01:47:20 -0000 From: Zhai Edwin This is the patch to fix the GL apps like glxgears start failure on qemux86 image. V2 removes unnecessary debug stuff. Pls. review and pull. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: gzhai/fix3 Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=gzhai/fix3 Thanks, Zhai Edwin --- Zhai Edwin (1): qemu: Fix the qemu GL application start failure. .../qemu/qemu-0.14.0/qemugl-fix.patch | 70 ++++++++++++++++++++ meta/recipes-devtools/qemu/qemu_0.14.0.bb | 1 + 2 files changed, 71 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-devtools/qemu/qemu-0.14.0/qemugl-fix.patch