All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/26] mesa: Cleanup
@ 2018-06-28 17:45 Otavio Salvador
  2018-06-28 17:45 ` [PATCH 02/26] mesa: Adjust install for files provided by imx-gpu-viv Otavio Salvador
                   ` (24 more replies)
  0 siblings, 25 replies; 28+ messages in thread
From: Otavio Salvador @ 2018-06-28 17:45 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador

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

Fix variable order and remove references to non-existent
packages.

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:
- new patch

 recipes-graphics/mesa/mesa_%.bbappend | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
index 34a647a5..742d2e1a 100644
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -1,8 +1,8 @@
-PACKAGECONFIG_remove_imxgpu2d = "egl gles gbm"
-
-PROVIDES_remove_imxgpu2d = "virtual/libgles1 virtual/libgles2 virtual/libopenvg virtual/egl virtual/libgbm"
+PROVIDES_remove_imxgpu2d = "virtual/libgles1 virtual/libgles2 virtual/egl"
 PROVIDES_remove_imxgpu3d = "virtual/libgl"
 
+PACKAGECONFIG_remove_imxgpu2d = "egl gles gbm"
+
 # FIXME: mesa should support 'x11-no-tls' option
 python () {
     overrides = d.getVar("OVERRIDES", True).split(":")
-- 
2.18.0



^ permalink raw reply related	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2018-07-06  3:27 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PATCH 12/26] weston: Add G2D rendering support Otavio Salvador
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

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.