From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id ADCBCE0086D; Wed, 8 Jul 2015 05:28:22 -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=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.223.180 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 88EE9E00758 for ; Wed, 8 Jul 2015 05:28:18 -0700 (PDT) Received: by iebmu5 with SMTP id mu5so153810460ieb.1 for ; Wed, 08 Jul 2015 05:28:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=IB0uuepBG9HBnF8hcld65+tOhB6jLVd06RZTzNKNQwE=; b=GQoOMHtA+MHYop5FZMsHdmMdwrk46G8jZlrBf5bQnRkRqj29ORKDFEQPgFaqSO9ig+ o7frRlkacWjAsoAhKyo3SP/+ierlSmroKkYGMEYMe5LSrFa5U1zIFBNSEq9vuKx1W47Z lHO9P1hUnsYGZstB5OHoSZRLGQlbmm3IseADUWuaytQfU6Sqf4pMCZ/nDbnuxn4iLBoK 3RJEQTkkHbkA27y5CoxtF3LYa2CMOOp8BdFk7EgpQm3esFkrhT3RYMqZN2sfGHlfs+01 iSJdfpYDFb503pYlr2IHB7DkZXS3nRPMmGHiuzoon5bIwLbr0tDQfXjAQnN0A0uxbBXy Rycg== MIME-Version: 1.0 X-Received: by 10.50.142.9 with SMTP id rs9mr58547107igb.17.1436358498371; Wed, 08 Jul 2015 05:28:18 -0700 (PDT) Sender: otavio.salvador@gmail.com Received: by 10.36.218.7 with HTTP; Wed, 8 Jul 2015 05:28:18 -0700 (PDT) In-Reply-To: <1436312133-32277-1-git-send-email-lauren.post@freescale.com> References: <1436312133-32277-1-git-send-email-lauren.post@freescale.com> Date: Wed, 8 Jul 2015 09:28:18 -0300 X-Google-Sender-Auth: n0wf5L80vlDRurHco7jB6MvyOK0 Message-ID: From: Otavio Salvador To: Lauren Post Cc: "meta-freescale@yoctoproject.org" Subject: Re: [meta-fsl-arm][PATCH] weston: Create patch to work with Wayland 1.8 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: Wed, 08 Jul 2015 12:28:22 -0000 Content-Type: text/plain; charset=UTF-8 Hello Lauren, On Tue, Jul 7, 2015 at 8:35 PM, Lauren Post wrote: > Wayland 1.8 causes a build break. This patch fixes the build break and > consolidates the required changes into one patch. I would prefer a long commit log with something in line of: Update the support patches for Weston 1.8. The support patches are consolidated in a single patch. > Apply patch only on MX6 with a GPU. The only one lacking support is UltraLite which we don't yet support in community. So please don't split this in this patch but in a new patch when adding UltraLite support so we have track of changes related of UltraLite. > Signed-off-by: Lauren Post ... > diff --git a/recipes-graphics/wayland/weston_%.bbappend b/recipes-graphics/wayland/weston_%.bbappend > index f7ad463..a254f07 100644 > --- a/recipes-graphics/wayland/weston_%.bbappend > +++ b/recipes-graphics/wayland/weston_%.bbappend > @@ -1,14 +1,11 @@ > FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" > > -SRC_URI_append_mx6 = " \ > - file://0001-ENGR00314805-1-Add-Vivante-EGL-support.patch \ > - file://0002-ENGR00314805-2-Add-Vivante-GAL2D-support.patch \ > - file://0003-ENGR00319247-Distorted-line-and-shadow-if-use-2d-com.patch \ > - file://0004-ENGR00320243-Enable-GAL2D-compositor-in-SoloLite.patch \ > - file://0005-ENGR00321030-Change-GAL2D-compositor-to-be-default-i.patch \ > - file://0006-MGS-389-Fix-for-wrong-FPS-throttling-when-multibuffe.patch \ > - file://0007-MGS-391-Weston-Performance-Optimisation-for-single-b.patch \ > -" > +# only install patch for mx6 with a GPU > +GPU_PATCH = "file://0001-MGS-840-Add-i.MX6-support-for-weston.patch" > +SRC_URI_append_mx6q = " ${GPU_PATCH}" > +SRC_URI_append_mx6dl = " ${GPU_PATCH}" > +SRC_URI_append_mx6sx = " ${GPU_PATCH}" > +SRC_URI_append_mx6sl = " ${GPU_PATCH}" Those are all supported. So use: SRC_URI__append_mx6 = " \ file://0001-MGS-840-Add-i.MX6-support-for-weston.patch \ " When UltraLite is added we rework this. > PACKAGECONFIG_append_mx6q = " cairo-glesv2" > PACKAGECONFIG_append_mx6dl = " cairo-glesv2" > -- > 1.7.9.5 > > -- > _______________________________________________ > meta-freescale mailing list > meta-freescale@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750