From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mx1.pokylinux.org (Postfix) with ESMTP id EAD5D4C80052 for ; Thu, 2 Dec 2010 12:29:47 -0600 (CST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 02 Dec 2010 10:29:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.59,289,1288594800"; d="scan'208";a="632489274" Received: from unknown (HELO [10.255.12.252]) ([10.255.12.252]) by fmsmga002.fm.intel.com with ESMTP; 02 Dec 2010 10:29:47 -0800 Message-ID: <4CF7E59A.8030704@intel.com> Date: Thu, 02 Dec 2010 10:29:46 -0800 From: Saul Wold User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100621 Fedora/3.0.5-1.fc13 Lightning/1.0b2pre Thunderbird/3.0.5 MIME-Version: 1.0 To: Yu Ke References: In-Reply-To: Cc: "poky@yoctoproject.org" Subject: Re: [PATCH 00/11] recpies upgrade: mesa and other graphics recipes X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2010 18:29:48 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 11/28/2010 03:26 AM, Yu Ke wrote: > Pull URL: git://git.pokylinux.org/poky-contrib.git > Branch: kyu3/upgrade-11-28 > Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kyu3/upgrade-11-28 > > Thanks, > Yu Ke > --- > > > Yu Ke (11): > sqlite: upgrade from 3.6.23 to 3.7.3 > libxml2-native: remove the --without-debug option > talloc: add new recipes talloc 2.0.1 > mesa-dri: upgrade from 7.8.2 to 7.9 > mesa-xlib: upgrade from 7.8.2 to 7.9 > mesa: enable glu > glew: add new recipes glew 1.5.7 > mesa-demo: add new recpies mesa demo 8.0.2 > mesa-dri-glsl-native: upgrade from 7.8.2 to 7.9 > qemugl: upgrade to git commit > 33466cd83c2a9d7d3fb9fe437fb6a4d6fbd866b9 > xf86-video-omapfb: upgrade to latest commit > > .../conf/distro/include/poky-default-revisions.inc | 6 +- > .../distro/include/preferred-xorg-versions.inc | 2 +- > meta/recipes-core/libxml/libxml2.inc | 2 +- > meta/recipes-core/libxml/libxml2_2.7.7.bb | 2 +- > meta/recipes-extended/talloc/talloc_2.0.1.bb | 24 ++++ > meta/recipes-graphics/glew/files/autotools.patch | 146 ++++++++++++++++++++ > meta/recipes-graphics/glew/glew_1.5.7.bb | 19 +++ > meta/recipes-graphics/mesa/mesa-common.inc | 5 +- > meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb | 19 +++ > ...native_7.8.2.bb => mesa-dri-glsl-native_7.9.bb} | 9 +- > meta/recipes-graphics/mesa/mesa-dri_7.8.2.bb | 53 ------- > meta/recipes-graphics/mesa/mesa-dri_7.9.bb | 38 +++++ > .../mesa/{mesa-xlib_7.8.2.bb => mesa-xlib_7.9.bb} | 15 +-- > meta/recipes-support/sqlite/sqlite3_3.6.23.1.bb | 3 - > meta/recipes-support/sqlite/sqlite3_3.7.3.bb | 5 + > 15 files changed, 270 insertions(+), 78 deletions(-) > create mode 100644 meta/recipes-extended/talloc/talloc_2.0.1.bb > create mode 100644 meta/recipes-graphics/glew/files/autotools.patch > create mode 100644 meta/recipes-graphics/glew/glew_1.5.7.bb > create mode 100644 meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb > rename meta/recipes-graphics/mesa/{mesa-dri-glsl-native_7.8.2.bb => mesa-dri-glsl-native_7.9.bb} (58%) > delete mode 100644 meta/recipes-graphics/mesa/mesa-dri_7.8.2.bb > create mode 100644 meta/recipes-graphics/mesa/mesa-dri_7.9.bb > rename meta/recipes-graphics/mesa/{mesa-xlib_7.8.2.bb => mesa-xlib_7.9.bb} (51%) > delete mode 100644 meta/recipes-support/sqlite/sqlite3_3.6.23.1.bb > create mode 100644 meta/recipes-support/sqlite/sqlite3_3.7.3.bb > > _______________________________________________ > poky mailing list > poky@yoctoproject.org > https://lists.yoctoproject.org/listinfo/poky > Pulled into Master Thanks Sau!