From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com ([192.55.52.88]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SG4XS-0007JB-Lf for openembedded-core@lists.openembedded.org; Fri, 06 Apr 2012 10:28:58 +0200 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 06 Apr 2012 01:19:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="138392891" Received: from gzhai-xps.sh.intel.com ([10.239.36.76]) by fmsmga001.fm.intel.com with ESMTP; 06 Apr 2012 01:19:44 -0700 From: edwin.zhai@intel.com To: openembedded-core@lists.openembedded.org Date: Fri, 6 Apr 2012 16:04:23 +0800 Message-Id: X-Mailer: git-send-email 1.7.5.4 Subject: [PATCH 0/1] Fix gl failure when 64b target on 32b host, Edwin, Apr6, 2012 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: Fri, 06 Apr 2012 08:28:58 -0000 From: Zhai Edwin All, This patch fix gl failure when 64b target on 32b host. Pls. help to review. Thanks, Edwin The following changes since commit 190f6d791d51aaa4cfb9f1cf932bc205ff674fb5: runqemu-internal: Add console=tty for qemuppc and NFS (2012-04-06 01:12:47 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib gzhai/fix2 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=gzhai/fix2 Zhai Edwin (1): qemu: Fix gl failure from 64b target on 32b host .../qemu/qemu-0.15.1/opengl-args-copy-fix.patch | 66 ++++++++++++++++++++ meta/recipes-devtools/qemu/qemu_0.15.1.bb | 1 + 2 files changed, 67 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-devtools/qemu/qemu-0.15.1/opengl-args-copy-fix.patch -- 1.7.5.4