From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id A1E50E0084E; Thu, 4 Sep 2014 05:01:38 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 SPF_HELO_PASS SPF: HELO matches SPF record * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from ptmx.org (ptmx.org [178.63.28.110]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id A3FB5E0082A for ; Thu, 4 Sep 2014 05:01:32 -0700 (PDT) Received: from [192.168.178.14] (chello062178118086.5.14.vie.surfer.at [62.178.118.86]) by ptmx.org (Postfix) with ESMTPSA id 4F6CE282F7 for ; Thu, 4 Sep 2014 14:01:31 +0200 (CEST) Message-ID: <5408549B.1080607@pseudoterminal.org> Date: Thu, 04 Sep 2014 14:01:31 +0200 From: Carlos Rafael Giani User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <1409832027-24645-1-git-send-email-dv@pseudoterminal.org> In-Reply-To: <1409832027-24645-1-git-send-email-dv@pseudoterminal.org> Subject: Re: [meta-browser][PATCH v2] chromium: Update bbappend to version 37.0.2062.94 X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2014 12:01:38 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 09/04/2014 02:00 PM, Carlos Rafael Giani wrote: > Also update chromium-imx revision to support newer v5 Vivante drivers; > these no longer use "GL_VIV_direct_texture" as the name for the Vivante > texture extension, but "GL_VIV_tex_direct" instead > > Signed-off-by: Carlos Rafael Giani > --- > browser-layer/recipes-browser/chromium/chromium-imx.inc | 2 +- > .../{chromium_37.0.2062.0.bbappend => chromium_37.0.2062.94.bbappend} | 0 > 2 files changed, 1 insertion(+), 1 deletion(-) > rename browser-layer/recipes-browser/chromium/{chromium_37.0.2062.0.bbappend => chromium_37.0.2062.94.bbappend} (100%) > > diff --git a/browser-layer/recipes-browser/chromium/chromium-imx.inc b/browser-layer/recipes-browser/chromium/chromium-imx.inc > index b204d0d..02a027d 100644 > --- a/browser-layer/recipes-browser/chromium/chromium-imx.inc > +++ b/browser-layer/recipes-browser/chromium/chromium-imx.inc > @@ -5,7 +5,7 @@ DEPENDS_append = " libfslvpuwrap" > # chromium source directory, and applies the patches. > > CHROMIUM_IMX_BRANCH = "master" > -CHROMIUM_IMX_SRCREV = "0aacc892d0977f691d683db1c1f1f6f9e33da911" > +CHROMIUM_IMX_SRCREV = "5c5cadd40ad04e66ec9b14a7a29370b76ed5c4f4" > CHROMIUM_IMX_DESTSUFFIX = "chromium-imx-git" > > PATCH_BASE_DIR = "${WORKDIR}/${CHROMIUM_IMX_DESTSUFFIX}/patches" > diff --git a/browser-layer/recipes-browser/chromium/chromium_37.0.2062.0.bbappend b/browser-layer/recipes-browser/chromium/chromium_37.0.2062.94.bbappend > similarity index 100% > rename from browser-layer/recipes-browser/chromium/chromium_37.0.2062.0.bbappend > rename to browser-layer/recipes-browser/chromium/chromium_37.0.2062.94.bbappend Damnit, typo in the subject, sorry. Will re-send.