All of lore.kernel.org
 help / color / mirror / Atom feed
From: Prabhu Sundararaj <prabhu.sundararaj@nxp.com>
To: Otavio Salvador <otavio@ossystems.com.br>,
	meta-freescale Mailing List <meta-freescale@yoctoproject.org>
Cc: White Weng <white.weng@nxp.com>
Subject: Re: [FEATURE meta-fsl-arm PATCH 09/15] cairo: Refactor code to use the new overrides
Date: Mon, 29 Aug 2016 17:17:43 +0000	[thread overview]
Message-ID: <HE1PR0401MB1819B2F888B84ADE27C9CE87E6E10@HE1PR0401MB1819.eurprd04.prod.outlook.com> (raw)
In-Reply-To: <20160829170433.11363-10-otavio@ossystems.com.br>

Hi Otavio, 
Comments below

Best Regards,
Prabhu

-----Original Message-----
From: Otavio Salvador [mailto:otavio@ossystems.com.br] 
Sent: Monday, August 29, 2016 12:04 PM
To: meta-freescale Mailing List <meta-freescale@yoctoproject.org>
Cc: Neena Busireddy <neenareddy.busireddy@nxp.com>; Daiane Angolini <daiane.angolini@nxp.com>; Prabhu Sundararaj <prabhu.sundararaj@nxp.com>; Tom Hochstein <tom.hochstein@nxp.com>; Zhenhua Luo <zhenhua.luo@nxp.com>; White Weng <white.weng@nxp.com>; Lauren Post <lauren.post@nxp.com>; Otavio Salvador <otavio@ossystems.com.br>
Subject: [FEATURE meta-fsl-arm PATCH 09/15] cairo: Refactor code to use the new overrides

The recipe has been reworked to use the 'imxgpu2d' and 'imxgpu3d'
feature overrides.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 recipes-graphics/cairo/cairo_%.bbappend | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/recipes-graphics/cairo/cairo_%.bbappend b/recipes-graphics/cairo/cairo_%.bbappend
index 6f9e09d..c062dba 100644
--- a/recipes-graphics/cairo/cairo_%.bbappend
+++ b/recipes-graphics/cairo/cairo_%.bbappend
@@ -1,8 +1,10 @@
-CFLAGS_append_mx6 = " -DLINUX \
-                      ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', \
-                                        bb.utils.contains('DISTRO_FEATURES', 'wayland', \
-                                                      '-DEGL_API_FB -DEGL_API_WL',  '-DEGL_API_FB', d), d)}"
+CFLAGS_append_imxgpu2d = " \
+    -DLINUX \
+    ${@bb.utils.contains('DISTRO_FEATURES', 'x11', \
+                          '', \
+                          bb.utils.contains('DISTRO_FEATURES', 'wayland', \
+                                            '-DEGL_API_FB -DEGL_API_WL', \
+                                            '-DEGL_API_FB', d), d)} \ "
Prabhu: this need to be removed. No more required, this is now provided by egl.pc 

-PACKAGECONFIG_append_mx6q = " egl glesv2"
-PACKAGECONFIG_append_mx6dl = " egl glesv2"
-PACKAGECONFIG_append_mx6sx = " egl glesv2"
+PACKAGECONFIG_append_imxgpu3d = " egl glesv2"
--
2.9.3



  reply	other threads:[~2016-08-30  1:42 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-29 17:04 [FEATURE meta-fsl-arm PATCH 00/15] Machine overrides extender - reduce code duplication Otavio Salvador
2016-08-29 17:04 ` [FEATURE meta-fsl-arm PATCH 01/15] Convert SOC_FAMILY to MACHINEOVERRIDES Otavio Salvador
2016-08-29 17:04 ` [FEATURE meta-fsl-arm PATCH 02/15] imx-lib: Stop using generic SoC overrides Otavio Salvador
2016-08-29 17:04 ` [FEATURE meta-fsl-arm PATCH 03/15] imx-test: " Otavio Salvador
2016-08-29 17:04 ` [FEATURE meta-fsl-arm PATCH 04/15] machine-overrides-extender.bbclass: Automatically set extend the MACHINEOVERRIDES Otavio Salvador
2016-08-31  7:41   ` Zhenhua Luo
2016-08-31 10:03     ` Otavio Salvador
2016-08-29 17:04 ` [FEATURE meta-fsl-arm PATCH 05/15] imx-base.inc: Enable machine overrides extender for i.MX6 Otavio Salvador
2016-08-29 17:04 ` [FEATURE meta-fsl-arm PATCH 06/15] chromium: Refactor code to use the the new overrides Otavio Salvador
2016-08-29 17:04 ` [FEATURE meta-fsl-arm PATCH 07/15] glmark2: Refactor code to use " Otavio Salvador
2016-08-29 17:21   ` Prabhu Sundararaj
2016-08-29 18:14     ` Otavio Salvador
2016-08-30 13:50       ` Prabhu Sundararaj
2016-08-30 13:55         ` Otavio Salvador
2016-09-01 22:19           ` Otavio Salvador
2016-09-01 22:22             ` Prabhu Sundararaj
2016-08-29 17:04 ` [FEATURE meta-fsl-arm PATCH 08/15] qtbase: " Otavio Salvador
2016-08-29 17:19   ` Prabhu Sundararaj
2016-08-29 18:13     ` Otavio Salvador
2016-08-29 17:04 ` [FEATURE meta-fsl-arm PATCH 09/15] cairo: " Otavio Salvador
2016-08-29 17:17   ` Prabhu Sundararaj [this message]
2016-08-29 18:10     ` Otavio Salvador
2016-08-29 17:04 ` [FEATURE meta-fsl-arm PATCH 10/15] eglinfo: " Otavio Salvador
2016-08-29 17:04 ` [FEATURE meta-fsl-arm PATCH 11/15] imx-gpu-viv: " Otavio Salvador
2016-08-29 17:04 ` [FEATURE meta-fsl-arm PATCH 12/15] mesa-gl: " Otavio Salvador
2016-08-29 17:04 ` [FEATURE meta-fsl-arm PATCH 13/15] weston: " Otavio Salvador
2016-08-29 17:04 ` [FEATURE meta-fsl-arm PATCH 14/15] gstreamer1.0-plugins-imx: " Otavio Salvador
2016-08-29 17:04 ` [FEATURE meta-fsl-arm PATCH 15/15] imx-codec: " Otavio Salvador

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=HE1PR0401MB1819B2F888B84ADE27C9CE87E6E10@HE1PR0401MB1819.eurprd04.prod.outlook.com \
    --to=prabhu.sundararaj@nxp.com \
    --cc=meta-freescale@yoctoproject.org \
    --cc=otavio@ossystems.com.br \
    --cc=white.weng@nxp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.