All of lore.kernel.org
 help / color / mirror / Atom feed
From: Otavio Salvador <otavio@ossystems.com.br>
To: meta-freescale Mailing List <meta-freescale@yoctoproject.org>
Cc: Otavio Salvador <otavio@ossystems.com.br>
Subject: [PATCH 12/26] weston: Add G2D rendering support
Date: Thu, 28 Jun 2018 14:45:41 -0300	[thread overview]
Message-ID: <20180628174555.19279-12-otavio@ossystems.com.br> (raw)
In-Reply-To: <20180628174555.19279-1-otavio@ossystems.com.br>

From: Tom Hochstein <tom.hochstein@nxp.com>

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

Changes in v4: None
Changes in v3: None
Changes in v2: None

 recipes-graphics/wayland/weston_4.0.0.imx.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/recipes-graphics/wayland/weston_4.0.0.imx.bb b/recipes-graphics/wayland/weston_4.0.0.imx.bb
index a752cbb4..4d366ce9 100644
--- a/recipes-graphics/wayland/weston_4.0.0.imx.bb
+++ b/recipes-graphics/wayland/weston_4.0.0.imx.bb
@@ -49,6 +49,7 @@ PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'kms fbdev
 # drm is not supported on mx6/mx7
 PACKAGECONFIG_remove_mx6 = "kms"
 PACKAGECONFIG_remove_mx7 = "kms"
+PACKAGECONFIG_append_imxgpu2d = " imxg2d"
 #
 # Compositor choices
 #
@@ -84,6 +85,8 @@ PACKAGECONFIG[colord] = "--enable-colord,--disable-colord,colord"
 PACKAGECONFIG[clients] = "--enable-clients --enable-simple-clients --enable-demo-clients-install,--disable-clients --disable-simple-clients"
 # Weston with PAM support
 PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam"
+# Weston with i.MX G2D renderer
+PACKAGECONFIG[imxg2d] = "--enable-imxg2d,--disable-imxg2d,virtual/libg2d"
 
 do_install_append() {
 	# Weston doesn't need the .la files to load modules, so wipe them
-- 
2.18.0



  parent reply	other threads:[~2018-06-28 17:47 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-28 17:45 [PATCH 01/26] mesa: Cleanup Otavio Salvador
2018-06-28 17:45 ` [PATCH 02/26] mesa: Adjust install for files provided by imx-gpu-viv Otavio Salvador
2018-06-28 17:45 ` [PATCH 03/26] mesa: Update to use new imxgpu override Otavio Salvador
2018-06-28 17:45 ` [PATCH 04/26] mesa-demos: Use the " Otavio Salvador
2018-07-05 17:08   ` Tom Hochstein
2018-07-05 18:00     ` Otavio Salvador
2018-06-28 17:45 ` [PATCH 05/26] mesa-demos: Include glut for i.MX GPU Otavio Salvador
2018-06-28 17:45 ` [PATCH 06/26] imx-base.inc: Add imxgpu to MACHINEOVERRIDES_EXTENDER Otavio Salvador
2018-06-28 17:45 ` [PATCH 07/26] weston: Set package arch for all i.MX Otavio Salvador
2018-06-28 17:45 ` [PATCH 08/26] weston: Remove 2.0 recipe Otavio Salvador
2018-06-28 17:45 ` [PATCH 09/26] weston: Copy upstream 4.0 recipe Otavio Salvador
2018-06-28 17:45 ` [PATCH 10/26] weston: Use a fork for i.MX Otavio Salvador
2018-06-28 17:45 ` [PATCH 11/26] weston: Set configuration for non-DRM parts Otavio Salvador
2018-06-28 17:45 ` Otavio Salvador [this message]
2018-06-28 17:45 ` [PATCH 13/26] weston: Use cairo for parts with 3D GPU Otavio Salvador
2018-06-28 17:45 ` [PATCH 14/26] weston: Remove OpenGL requirement for i.MX 6SL Otavio Salvador
2018-06-28 17:45 ` [PATCH 15/26] weston-init: " Otavio Salvador
2018-06-28 17:45 ` [PATCH 16/26] weston-init: Fix inoperable Weston desktop Otavio Salvador
2018-06-28 17:45 ` [PATCH 17/26] imx-base.inc: Add i.MX8MQ support Otavio Salvador
2018-06-28 17:45 ` [PATCH 18/26] imx-base.inc: Add imxfbdev and imxdrm to MACHINEOVERRIDES_EXTENDER Otavio Salvador
2018-06-28 17:45 ` [PATCH 19/26] imx-gpu-viv: Add i.MX 8 support Otavio Salvador
2018-06-28 17:45 ` [PATCH 20/26] xf86-video-imx-vivante: " Otavio Salvador
2018-06-28 17:45 ` [PATCH 21/26] imx-gpu-g2d: Improve COMPATIBLE_MACHINE Otavio Salvador
2018-06-28 17:45 ` [PATCH 22/26] clutter-1.0: Fix configuration for i.MX 8M Otavio Salvador
2018-06-28 17:45 ` [PATCH 23/26] cogl-1.0: " Otavio Salvador
2018-06-28 17:45 ` [PATCH 24/26] imx-dpu-g2d: Limit to i.MX 8MQ support Otavio Salvador
2018-06-28 17:45 ` [PATCH 25/26] xserver-xf86-config: Add support for i.MX 8MQ Otavio Salvador
2018-06-28 17:45 ` [PATCH 26/26] xserver-xorg: Fix build issues " 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=20180628174555.19279-12-otavio@ossystems.com.br \
    --to=otavio@ossystems.com.br \
    --cc=meta-freescale@yoctoproject.org \
    /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.