From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com ([192.55.52.93]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QAxkW-0004pJ-VU for openembedded-core@lists.openembedded.org; Sat, 16 Apr 2011 07:08:49 +0200 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 15 Apr 2011 22:06:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.64,223,1301900400"; d="scan'208";a="679842450" Received: from unknown (HELO [10.255.12.232]) ([10.255.12.232]) by fmsmga002.fm.intel.com with ESMTP; 15 Apr 2011 22:06:19 -0700 Message-ID: <4DA923CB.4090402@linux.intel.com> Date: Fri, 15 Apr 2011 22:06:19 -0700 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: <38033f4ff7f7cd735acf7d2e11ba078f4c2aafb6.1302846043.git.ke.yu@intel.com> <4DA87578.4080809@linux.intel.com> <4DA91D50.8060102@linux.intel.com> In-Reply-To: <4DA91D50.8060102@linux.intel.com> Cc: Patches and discussions about the oe-core layer Subject: Re: [PATCH 4/9] mesa: upgrade to 7.10.2 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: Sat, 16 Apr 2011 05:08:49 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 04/15/2011 09:38 PM, Yu Ke wrote: > On 2011/4/16 0:42, Saul Wold wrote: >> On 04/14/2011 10:44 PM, Yu Ke wrote: >>> From: Yu Ke >>> >>> - also remove the talloc-removal.patch because it is already >>> included in this version >>> >>> Signed-off-by: Yu Ke >>> --- >>> .../distro/include/preferred-xorg-versions.inc | 2 +- >>> .../mesa/files/talloc-removal.patch |15571 -------------------- >>> .../mesa/{mesa-dri_7.10.bb => mesa-dri_7.10.2.bb} | 7 +- >>> .../{mesa-xlib_7.10.bb => mesa-xlib_7.10.2.bb} | 7 +- >>> 4 files changed, 7 insertions(+), 15580 deletions(-) >>> delete mode 100644 meta/recipes-graphics/mesa/files/talloc-removal.patch >>> rename meta/recipes-graphics/mesa/{mesa-dri_7.10.bb => >>> mesa-dri_7.10.2.bb} (85%) >>> rename meta/recipes-graphics/mesa/{mesa-xlib_7.10.bb => >>> mesa-xlib_7.10.2.bb} (68%) >>> >> Ke, >> >> I noticed other patches for both the 7.10.2 version and GIT version in >> the mesa-dri directory. Also is there a reason we are carrying around >> older versions of mesa-dri? >> >> I am looking at the overall clean state of things as we move forward. >> >> Thanks >> Sau! > > Thanks for pointing it out. Yes, I will add Upstream-Status tag to those > patches. The old versions 7.8.2 is kept for GPLv3 talloc workaround, The > other old 7.5 and 7.7 version is just legacy recipe from poky. These old > recipes can be removed safely. I will make patch to remove it. > > BTW, I notice this mesa upgrade patch is already in your staging branch > (http://git.pokylinux.org/cgit/cgit.cgi/poky-contrib/log/?h=distro/stage), > so should I make a incremental patch base on this, or make a V3 mesa > upgrade patch base on master branch? > Ke, Yes, I have been testing what I have currently, so an incremental patch would be better at this point. Sau! > Regards > Ke