From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id 0B29860024 for ; Thu, 29 Jan 2015 10:05:12 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.14.9/8.14.5) with ESMTP id t0TA5BYo012984 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Thu, 29 Jan 2015 02:05:11 -0800 (PST) Received: from yu.wr (128.224.163.160) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.3.174.1; Thu, 29 Jan 2015 02:05:11 -0800 Message-ID: <54CA05D4.6040404@windriver.com> Date: Thu, 29 Jan 2015 18:05:08 +0800 From: Pengyu Ma User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Nicolas Dechesne References: <1422435425-20620-1-git-send-email-pengyu.ma@windriver.com> In-Reply-To: X-Originating-IP: [128.224.163.160] Cc: Patches and discussions about the oe-core layer Subject: Re: [V2][PATCH] mesa: Upgrade to 10.4.0 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jan 2015 10:05:14 -0000 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit On 01/29/2015 05:53 PM, Nicolas Dechesne wrote: > On Wed, Jan 28, 2015 at 9:57 AM, Pengyu Ma wrote: >> diff --git a/meta/recipes-graphics/mesa/mesa-gl_10.3.4.bb b/meta/recipes-graphics/mesa/mesa-gl_10.4.0.bb >> similarity index 100% >> rename from meta/recipes-graphics/mesa/mesa-gl_10.3.4.bb >> rename to meta/recipes-graphics/mesa/mesa-gl_10.4.0.bb >> diff --git a/meta/recipes-graphics/mesa/mesa_10.3.4.bb b/meta/recipes-graphics/mesa/mesa_10.4.0.bb >> similarity index 78% >> rename from meta/recipes-graphics/mesa/mesa_10.3.4.bb >> rename to meta/recipes-graphics/mesa/mesa_10.4.0.bb > why not 10.4.3 directly, instead? 10.4.0 is intel graphic stack 2014 Q4 Release version https://01.org/linuxgraphics/downloads/2014/2014q4-intel-graphics-stack-release It is stable and verified with other packages libdrm xorg-video-intel and xserver-xorg in oe-core master. > > >> index 50092c9..7d3723e 100644 >> --- a/meta/recipes-graphics/mesa/mesa_10.3.4.bb >> +++ b/meta/recipes-graphics/mesa/mesa_10.4.0.bb >> @@ -2,8 +2,8 @@ require ${BPN}.inc >> >> SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2" >> >> -SRC_URI[md5sum] = "fa0558a3d02c2bb8c208c030ccdc992e" >> -SRC_URI[sha256sum] = "e6373913142338d10515daf619d659433bfd2989988198930c13b0945a15e98a" >> +SRC_URI[md5sum] = "b7b37117eecbdfaaf3075acfb063d5a3" >> +SRC_URI[sha256sum] = "98a7dff3a1a6708c79789de8b9a05d8042e867067f70e8f30387c15026233219" >> >> S = "${WORKDIR}/Mesa-${PV}" >> >> diff --git a/meta/recipes-graphics/mesa/mesa_git.bb b/meta/recipes-graphics/mesa/mesa_git.bb >> index b046ae2..e554ff4 100644 >> --- a/meta/recipes-graphics/mesa/mesa_git.bb >> +++ b/meta/recipes-graphics/mesa/mesa_git.bb >> @@ -4,8 +4,8 @@ DEFAULT_PREFERENCE = "-1" >> >> LIC_FILES_CHKSUM = "file://docs/license.html;md5=6a23445982a7a972ac198e93cc1cb3de" >> >> -SRCREV = "c7b9a2e38a3e471562b50dab8be65db8ac6819f8" >> -PV = "10.3.4+git${SRCPV}" >> +SRCREV = "f70e4d4afd16e66506ce3b055edb3b71b1464890" >> +PV = "10.4.3+git${SRCPV}" > that's the commit for 10.4.3 tag, this isn't consistent with the > change you did in the non _git recipe. _git version include the latest stable version of mesa. So that's why we keep 2 versions. Pengyu