From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 03851E0088A; Mon, 13 Oct 2014 05:10:29 -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.0 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,NML_ADSP_CUSTOM_MED autolearn=no version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (samoht.yrag[at]gmail.com) * 0.0 DKIM_ADSP_CUSTOM_MED No valid author signature, adsp_override is * CUSTOM_MED * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 0.9 NML_ADSP_CUSTOM_MED ADSP custom_med hit, and not from a mailing list X-Greylist: delayed 543 seconds by postgrey-1.32 at yocto-www; Mon, 13 Oct 2014 05:10:18 PDT Received: from mail.chez-thomas.org (mail.mlbassoc.com [65.100.170.105]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id A8599E00861 for ; Mon, 13 Oct 2014 05:10:18 -0700 (PDT) Received: by mail.chez-thomas.org (Postfix, from userid 1998) id CFE0DF811D8; Mon, 13 Oct 2014 06:01:14 -0600 (MDT) Received: from [192.168.1.114] (zeus [192.168.1.114]) by mail.chez-thomas.org (Postfix) with ESMTP id 56295F811D8; Mon, 13 Oct 2014 06:01:14 -0600 (MDT) Message-ID: <543BBF1E.3090709@gmail.com> Date: Mon, 13 Oct 2014 06:01:34 -0600 From: Gary Thomas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <1413200139-17607-1-git-send-email-dv@pseudoterminal.org> In-Reply-To: <1413200139-17607-1-git-send-email-dv@pseudoterminal.org> Subject: Re: [meta-fsl-arm][PATCH] chromium: Update bbappend to version 38.0.2125.101 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: Mon, 13 Oct 2014 12:10:29 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 2014-10-13 05:35, Carlos Rafael Giani wrote: > In this update, the "component-build" packageconfig is no longer enabled > by default. Component builds do use much less RAM on build machines, but > according to Chromium developers, it is not recommended to use these for > anything other than developer builds. > > Note that you should still enable component mode if you don't have a > 64 bit build machine, or a machine with less than 8 GB RAM. > > Reference: > https://groups.google.com/a/chromium.org/d/topic/chromium-dev/yqIHEbquIBg/discussion > > Signed-off-by: Carlos Rafael Giani > --- > browser-layer/recipes-browser/chromium/chromium-imx.inc | 10 ++++------ > ...m_37.0.2062.94.bbappend => chromium_38.0.2125.101.bbappend} | 4 +++- > 2 files changed, 7 insertions(+), 7 deletions(-) > rename browser-layer/recipes-browser/chromium/{chromium_37.0.2062.94.bbappend => chromium_38.0.2125.101.bbappend} (67%) > > diff --git a/browser-layer/recipes-browser/chromium/chromium-imx.inc b/browser-layer/recipes-browser/chromium/chromium-imx.inc > index 02a027d..f955c80 100644 > --- a/browser-layer/recipes-browser/chromium/chromium-imx.inc > +++ b/browser-layer/recipes-browser/chromium/chromium-imx.inc > @@ -4,9 +4,9 @@ DEPENDS_append = " libfslvpuwrap" > # The code below fetches this repository, copies the extra source over to the main > # chromium source directory, and applies the patches. > > -CHROMIUM_IMX_BRANCH = "master" > -CHROMIUM_IMX_SRCREV = "5c5cadd40ad04e66ec9b14a7a29370b76ed5c4f4" > -CHROMIUM_IMX_DESTSUFFIX = "chromium-imx-git" > +CHROMIUM_IMX_BRANCH ?= "master" > +CHROMIUM_IMX_SRCREV ?= "HEAD" > +CHROMIUM_IMX_DESTSUFFIX ?= "chromium-imx-git" > > PATCH_BASE_DIR = "${WORKDIR}/${CHROMIUM_IMX_DESTSUFFIX}/patches" > > @@ -22,12 +22,10 @@ do_unpack[postfuncs] += "copy_chromium_imx_files" > # patches to the OZONE_WAYLAND_EXTRA_PATCHES variable > do_patch[prefuncs] =+ "add_chromium_imx_patches" > > -# * component build is on by default to reduce memory usage while compiling and to > -# make it easier to patch binaries on the targets if necessary > # * Lost context problems are not known to happen with Vivante GPUs, > # so it is safe to use ignore-lost-context > # * EGL is on by default due to the GPU on the i.MX6 > -PACKAGECONFIG_append = " component-build use-egl ignore-lost-context" > +PACKAGECONFIG_append = " use-egl ignore-lost-context" > > copy_chromium_imx_files() { > # sources in src/ are already organized in a manner > diff --git a/browser-layer/recipes-browser/chromium/chromium_37.0.2062.94.bbappend b/browser-layer/recipes-browser/chromium/chromium_38.0.2125.101.bbappend > similarity index 67% > rename from browser-layer/recipes-browser/chromium/chromium_37.0.2062.94.bbappend > rename to browser-layer/recipes-browser/chromium/chromium_38.0.2125.101.bbappend > index 1eb6490..f4c857b 100644 > --- a/browser-layer/recipes-browser/chromium/chromium_37.0.2062.94.bbappend > +++ b/browser-layer/recipes-browser/chromium/chromium_38.0.2125.101.bbappend > @@ -1,5 +1,7 @@ > include chromium-imx.inc > > +CHROMIUM_IMX_BRANCH = "master" > +CHROMIUM_IMX_SRCREV = "aff6dd45041340190e3742118200219a6d7f3e87" > CHROMIUM_IMX_COMMON_PATCHES += "file://${PATCH_BASE_DIR}/common/0001-Enable-share-group-workaround-for-Vivante-GPUs.patch \ > - file://${PATCH_BASE_DIR}/common/0002-Add-VPU-video-decode-accelerator-to-Chromium-37-GPU-.patch" > + file://${PATCH_BASE_DIR}/common/0002-Add-VPU-video-decode-accelerator-to-Chromium-38-GPU-.patch" Did you mean to make this change or perhaps failed to send this last patch file? > CHROMIUM_IMX_WAYLAND_PATCHES += "file://${PATCH_BASE_DIR}/wayland/0001-Modify-eglwayland-versions-for-Vivante-GPUs.patch" >