All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 00/27] Rework i.MX6UL overrides
@ 2017-01-26 13:00 Otavio Salvador
  2017-01-26 13:00 ` [PATCH v3 01/27] xserver-common: Append SRC_URI for imxgpu3d machines Otavio Salvador
                   ` (26 more replies)
  0 siblings, 27 replies; 32+ messages in thread
From: Otavio Salvador @ 2017-01-26 13:00 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador, prabhu.sundararaj

This patchset rework the i.MX6UL overrides to use the feature
overrides set, thus allowing it to be dealt as any other i.MX6 SoC.

This is important to avoid unneeded diverging on source code and to
increase the reuse of metadata for current and future SoCs.

Changes in v3:
- Use imxgpu3d for override (Tom)
- Use imxgpu3d for override (Tom)
- Use imxgpu2d for override (Tom)

Changes in v2:
- New patch
- New patch
- New patch
- New patch
- New patch
- New patch
- New patch
- New patch

Fabio Berton (19):
  xserver-common: Append SRC_URI for imxgpu3d machines
  xserver-common: Set PACKAGE_ARCH override for imxgpu3d machines
  efl: Set override for imxgpu2d machines
  clutter: Set override for imxgpu2d machines
  cogl: Set override for imxgpu2d machines
  gtk+3: Set override for imxgpu2d machines
  opencv: Set override for imxgpu2d machines
  libdrm: Set override for imxgpu2d machines
  mesa-demos: Set override for imxgpu2d machines
  piglit: Set override for imxgpu2d machines
  qt4-imx-support: Set override for imxgpu2d machines
  firmware-imx: Remove i.MX 6UL specific metadata
  imx-lib: Remove i.MX 6UL specific metadata
  OBimx-test: Remove i.MX 6UL specific metadata
  u-boot-fslc: Remove i.MX 6UL specific metadata
  u-boot-imx: Remove i.MX 6UL specific metadata
  linux-imx: Remove i.MX 6UL specific metadata
  imx-codec: Remove i.MX 6UL specific metadata
  imx-parser: Remove i.MX 6UL specific metadata

Otavio Salvador (8):
  mesa: Rework recipe to use the feature overrides
  image_types_fsl.bbclass: Remove i.MX 6UL specific metadata
  alsa-state: Remove i.MX 6UL specific metadata
  alsa-lib: Remove i.MX 6UL specific metadata
  pulseaudio: Remove i.MX 6UL specific metadata
  imx-base.inc: Convert to use i.MX MACHINEOVERRIDES_EXTENDER
  imx-base.inc: SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS can be always appended
  imx6ulevk: Add mx6 in the MACHINEOVERRIDES set

 classes/image_types_fsl.bbclass                       |  1 -
 conf/machine/imx6ulevk.conf                           |  2 +-
 conf/machine/include/imx-base.inc                     | 13 +++++--------
 .../efl-layer/recipes-efl/efl/efl_%.bbappend          |  2 +-
 .../xserver-common/xserver-common_%.bbappend          | 10 ++++------
 .../recipes-support/opencv/opencv_2.4.bbappend        |  2 +-
 .../qt4-layer/recipes-qt4/qt4/qt4-imx-support.inc     |  8 ++++----
 recipes-bsp/alsa-state/alsa-state.bbappend            |  2 --
 recipes-bsp/firmware-imx/firmware-imx_5.4.bb          |  2 +-
 recipes-bsp/imx-lib/imx-lib_5.4.bb                    |  2 +-
 recipes-bsp/imx-test/imx-test_5.7.bb                  |  2 +-
 recipes-bsp/u-boot/u-boot-fslc.inc                    |  2 +-
 recipes-bsp/u-boot/u-boot-imx_2016.03.bb              |  2 +-
 recipes-graphics/clutter/clutter-1.0_%.bbappend       |  2 +-
 recipes-graphics/cogl/cogl-1.0_%.bbappend             |  2 +-
 recipes-graphics/drm/libdrm_%.bbappend                |  4 ++--
 recipes-graphics/gtk+/gtk+3_%.bbappend                |  4 ++--
 recipes-graphics/mesa/mesa-demos_%.bbappend           |  2 +-
 recipes-graphics/mesa/mesa_%.bbappend                 | 19 +++++++------------
 recipes-graphics/piglit/piglit_git.bbappend           |  2 +-
 recipes-kernel/linux/linux-imx_4.1.15.bb              |  2 +-
 recipes-multimedia/alsa/alsa-lib_%.bbappend           |  2 --
 recipes-multimedia/imx-codec/imx-codec_4.1.4.bb       |  2 +-
 recipes-multimedia/imx-parser/imx-parser_4.1.4.bb     |  2 +-
 recipes-multimedia/pulseaudio/pulseaudio_%.bbappend   |  2 --
 25 files changed, 39 insertions(+), 56 deletions(-)

-- 
2.11.0



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

* [PATCH v3 01/27] xserver-common: Append SRC_URI for imxgpu3d machines
  2017-01-26 13:00 [PATCH v3 00/27] Rework i.MX6UL overrides Otavio Salvador
@ 2017-01-26 13:00 ` Otavio Salvador
  2017-01-26 17:56   ` Max Krummenacher
  2017-01-26 13:00 ` [PATCH v3 02/27] xserver-common: Set PACKAGE_ARCH override " Otavio Salvador
                   ` (25 subsequent siblings)
  26 siblings, 1 reply; 32+ messages in thread
From: Otavio Salvador @ 2017-01-26 13:00 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador, prabhu.sundararaj

From: Fabio Berton <fabio.berton@ossystems.com.br>

Remove variable PATCHES_IMX_SPECIFIC and apply patch for all imxgpu3d
machines.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

Changes in v3:
- Use imxgpu3d for override (Tom)

Changes in v2: None

 .../recipes-graphics/xserver-common/xserver-common_%.bbappend       | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dynamic-layers/openembedded-layer/recipes-graphics/xserver-common/xserver-common_%.bbappend b/dynamic-layers/openembedded-layer/recipes-graphics/xserver-common/xserver-common_%.bbappend
index 28d1f7bd..378e4c38 100644
--- a/dynamic-layers/openembedded-layer/recipes-graphics/xserver-common/xserver-common_%.bbappend
+++ b/dynamic-layers/openembedded-layer/recipes-graphics/xserver-common/xserver-common_%.bbappend
@@ -1,10 +1,8 @@
 # i.MX extra configuration 
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PATCHES_IMX_SPECIFIC = " file://0016-xserver-common-enable-iglx-module.patch \
-"
-SRC_URI_append = " \
-    ${PATCHES_IMX_SPECIFIC} \
+SRC_URI_append_imxgpu3d = " \
+    file://0016-xserver-common-enable-iglx-module.patch \
 "
 PACKAGE_ARCH_mx6 = "${MACHINE_SOCARCH}"
 PACKAGE_ARCH_mx7 = "${MACHINE_SOCARCH}"
-- 
2.11.0



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

* [PATCH v3 02/27] xserver-common: Set PACKAGE_ARCH override for imxgpu3d machines
  2017-01-26 13:00 [PATCH v3 00/27] Rework i.MX6UL overrides Otavio Salvador
  2017-01-26 13:00 ` [PATCH v3 01/27] xserver-common: Append SRC_URI for imxgpu3d machines Otavio Salvador
@ 2017-01-26 13:00 ` Otavio Salvador
  2017-01-26 13:00 ` [PATCH v3 03/27] mesa: Rework recipe to use the feature overrides Otavio Salvador
                   ` (24 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Otavio Salvador @ 2017-01-26 13:00 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador, prabhu.sundararaj

From: Fabio Berton <fabio.berton@ossystems.com.br>

Patch it's only enable for imxgpu3d, change mx6 override to imxgpu3d
and remove unused mx7 override.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

Changes in v3:
- Use imxgpu3d for override (Tom)

Changes in v2: None

 .../recipes-graphics/xserver-common/xserver-common_%.bbappend         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dynamic-layers/openembedded-layer/recipes-graphics/xserver-common/xserver-common_%.bbappend b/dynamic-layers/openembedded-layer/recipes-graphics/xserver-common/xserver-common_%.bbappend
index 378e4c38..f4f43504 100644
--- a/dynamic-layers/openembedded-layer/recipes-graphics/xserver-common/xserver-common_%.bbappend
+++ b/dynamic-layers/openembedded-layer/recipes-graphics/xserver-common/xserver-common_%.bbappend
@@ -4,5 +4,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 SRC_URI_append_imxgpu3d = " \
     file://0016-xserver-common-enable-iglx-module.patch \
 "
-PACKAGE_ARCH_mx6 = "${MACHINE_SOCARCH}"
-PACKAGE_ARCH_mx7 = "${MACHINE_SOCARCH}"
+
+PACKAGE_ARCH_imxgpu3d = "${MACHINE_SOCARCH}"
-- 
2.11.0



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

* [PATCH v3 03/27] mesa: Rework recipe to use the feature overrides
  2017-01-26 13:00 [PATCH v3 00/27] Rework i.MX6UL overrides Otavio Salvador
  2017-01-26 13:00 ` [PATCH v3 01/27] xserver-common: Append SRC_URI for imxgpu3d machines Otavio Salvador
  2017-01-26 13:00 ` [PATCH v3 02/27] xserver-common: Set PACKAGE_ARCH override " Otavio Salvador
@ 2017-01-26 13:00 ` Otavio Salvador
  2017-01-26 13:00 ` [PATCH v3 04/27] image_types_fsl.bbclass: Remove i.MX 6UL specific metadata Otavio Salvador
                   ` (23 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Otavio Salvador @ 2017-01-26 13:00 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador, prabhu.sundararaj

The recipe was still using the mx6 specific overrides, which is
wrong. We should use the feature overrides so more SoCs can be dealt
in the generic way.

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

Changes in v3: None
Changes in v2: None

 recipes-graphics/mesa/mesa_%.bbappend | 19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
index 8f5aa751..3005fd73 100644
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -1,15 +1,12 @@
-PACKAGECONFIG_remove_mx6 = "egl gles"
+PACKAGECONFIG_remove_imxgpu2d = "egl gles"
 
-PROVIDES_remove_mx6 = "virtual/libgles1 virtual/libgles2 virtual/libopenvg virtual/egl"
+PROVIDES_remove_imxgpu2d = "virtual/libgles1 virtual/libgles2 virtual/libopenvg virtual/egl"
 PROVIDES_remove_imxgpu3d = "virtual/libgl"
 
-USE_VIV_LIBGL = "yes"
-USE_VIV_LIBGL_mx6sl = "no"
-
 # FIXME: mesa should support 'x11-no-tls' option
 python () {
     overrides = d.getVar("OVERRIDES", True).split(":")
-    if "mx6" not in overrides:
+    if "imxgpu2d" not in overrides:
         return
 
     extra_oeconf = d.getVar("EXTRA_OECONF", True)
@@ -18,10 +15,8 @@ python () {
 }
 
 # FIXME: Dirty hack to allow use of Vivante GPU libGL binary
-do_install_append_mx6 () {
-    if [ "${USE_VIV_LIBGL}" = "yes" ]; then
-        rm -f ${D}${libdir}/libGL.* \
-              ${D}${includedir}/GL/gl.h \
-              ${D}${includedir}/GL/glext.h
-    fi
+do_install_append_imxgpu3d () {
+    rm -f ${D}${libdir}/libGL.* \
+          ${D}${includedir}/GL/gl.h \
+          ${D}${includedir}/GL/glext.h
 }
-- 
2.11.0



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

* [PATCH v3 04/27] image_types_fsl.bbclass: Remove i.MX 6UL specific metadata
  2017-01-26 13:00 [PATCH v3 00/27] Rework i.MX6UL overrides Otavio Salvador
                   ` (2 preceding siblings ...)
  2017-01-26 13:00 ` [PATCH v3 03/27] mesa: Rework recipe to use the feature overrides Otavio Salvador
@ 2017-01-26 13:00 ` Otavio Salvador
  2017-01-26 13:00 ` [PATCH v3 05/27] alsa-state: " Otavio Salvador
                   ` (22 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Otavio Salvador @ 2017-01-26 13:00 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador, prabhu.sundararaj

The SoC is now dealt as a i.MX6 SoC so there is no need for the
specific metadata.

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

Changes in v3: None
Changes in v2: None

 classes/image_types_fsl.bbclass | 1 -
 1 file changed, 1 deletion(-)

diff --git a/classes/image_types_fsl.bbclass b/classes/image_types_fsl.bbclass
index 399bcd08..5bf2e3f5 100644
--- a/classes/image_types_fsl.bbclass
+++ b/classes/image_types_fsl.bbclass
@@ -89,7 +89,6 @@ SDCARD_GENERATION_COMMAND_mxs = "generate_mxs_sdcard"
 SDCARD_GENERATION_COMMAND_mx25 = "generate_imx_sdcard"
 SDCARD_GENERATION_COMMAND_mx5 = "generate_imx_sdcard"
 SDCARD_GENERATION_COMMAND_mx6 = "generate_imx_sdcard"
-SDCARD_GENERATION_COMMAND_mx6ul = "generate_imx_sdcard"
 SDCARD_GENERATION_COMMAND_mx7 = "generate_imx_sdcard"
 SDCARD_GENERATION_COMMAND_vf = "generate_imx_sdcard"
 
-- 
2.11.0



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

* [PATCH v3 05/27] alsa-state: Remove i.MX 6UL specific metadata
  2017-01-26 13:00 [PATCH v3 00/27] Rework i.MX6UL overrides Otavio Salvador
                   ` (3 preceding siblings ...)
  2017-01-26 13:00 ` [PATCH v3 04/27] image_types_fsl.bbclass: Remove i.MX 6UL specific metadata Otavio Salvador
@ 2017-01-26 13:00 ` Otavio Salvador
  2017-01-26 13:00 ` [PATCH v3 06/27] alsa-lib: " Otavio Salvador
                   ` (21 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Otavio Salvador @ 2017-01-26 13:00 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador, prabhu.sundararaj

The SoC is now dealt as a i.MX6 SoC so there is no need for the
specific metadata.

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

Changes in v3: None
Changes in v2: None

 recipes-bsp/alsa-state/alsa-state.bbappend | 2 --
 1 file changed, 2 deletions(-)

diff --git a/recipes-bsp/alsa-state/alsa-state.bbappend b/recipes-bsp/alsa-state/alsa-state.bbappend
index 58a763a1..a5134297 100644
--- a/recipes-bsp/alsa-state/alsa-state.bbappend
+++ b/recipes-bsp/alsa-state/alsa-state.bbappend
@@ -1,8 +1,6 @@
 # Append path for freescale layer to include alsa-state asound.conf
 FILESEXTRAPATHS_prepend_mx6 := "${THISDIR}/${PN}/imx:"
-FILESEXTRAPATHS_prepend_mx6ul := "${THISDIR}/${PN}/imx:"
 FILESEXTRAPATHS_prepend_mx7 := "${THISDIR}/${PN}/imx:"
 
 PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}"
-PACKAGE_ARCH_mx6ul = "${MACHINE_ARCH}"
 PACKAGE_ARCH_mx7 = "${MACHINE_ARCH}"
-- 
2.11.0



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

* [PATCH v3 06/27] alsa-lib: Remove i.MX 6UL specific metadata
  2017-01-26 13:00 [PATCH v3 00/27] Rework i.MX6UL overrides Otavio Salvador
                   ` (4 preceding siblings ...)
  2017-01-26 13:00 ` [PATCH v3 05/27] alsa-state: " Otavio Salvador
@ 2017-01-26 13:00 ` Otavio Salvador
  2017-01-26 13:00 ` [PATCH v3 07/27] pulseaudio: " Otavio Salvador
                   ` (20 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Otavio Salvador @ 2017-01-26 13:00 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador, prabhu.sundararaj

The SoC is now dealt as a i.MX6 SoC so there is no need for the
specific metadata.

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

Changes in v3: None
Changes in v2: None

 recipes-multimedia/alsa/alsa-lib_%.bbappend | 2 --
 1 file changed, 2 deletions(-)

diff --git a/recipes-multimedia/alsa/alsa-lib_%.bbappend b/recipes-multimedia/alsa/alsa-lib_%.bbappend
index 0bb2c1cd..bfe346cc 100644
--- a/recipes-multimedia/alsa/alsa-lib_%.bbappend
+++ b/recipes-multimedia/alsa/alsa-lib_%.bbappend
@@ -4,9 +4,7 @@ IMX_PATCH = " file://0001-add-conf-for-multichannel-support-in-imx.patch \
               file://0004-pcm-Don-t-store-the-state-for-SND_PCM_STATE_SUSPENDE.patch"
 
 SRC_URI_append_mx6 = "${IMX_PATCH}"
-SRC_URI_append_mx6ul = "${IMX_PATCH}"
 SRC_URI_append_mx7 = "${IMX_PATCH}"
 
 PACKAGE_ARCH_mx6 = "${MACHINE_SOCARCH}"
-PACKAGE_ARCH_mx6ul = "${MACHINE_SOCARCH}"
 PACKAGE_ARCH_mx7 = "${MACHINE_SOCARCH}"
-- 
2.11.0



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

* [PATCH v3 07/27] pulseaudio: Remove i.MX 6UL specific metadata
  2017-01-26 13:00 [PATCH v3 00/27] Rework i.MX6UL overrides Otavio Salvador
                   ` (5 preceding siblings ...)
  2017-01-26 13:00 ` [PATCH v3 06/27] alsa-lib: " Otavio Salvador
@ 2017-01-26 13:00 ` Otavio Salvador
  2017-01-26 13:00 ` [PATCH v3 08/27] efl: Set override for imxgpu2d machines Otavio Salvador
                   ` (19 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Otavio Salvador @ 2017-01-26 13:00 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador, prabhu.sundararaj

The SoC is now dealt as a i.MX6 SoC so there is no need for the
specific metadata.

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

Changes in v3: None
Changes in v2: None

 recipes-multimedia/pulseaudio/pulseaudio_%.bbappend | 2 --
 1 file changed, 2 deletions(-)

diff --git a/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend b/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend
index ebb8fcc8..b9e7d474 100644
--- a/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend
+++ b/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend
@@ -4,7 +4,6 @@ CACHED_CONFIGUREVARS_append_mx6 = " ax_cv_PTHREAD_PRIO_INHERIT=no"
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}/imx:"
 
 SRC_URI_append_mx6 = " file://daemon.conf file://default.pa"
-SRC_URI_append_mx6ul = " file://daemon.conf file://default.pa"
 SRC_URI_append_mx7 = " file://daemon.conf file://default.pa \
                        file://pulseaudio-remove-the-control-for-speaker-headphone-widge.patch \
 "
@@ -17,5 +16,4 @@ do_install_append() {
 }
 
 PACKAGE_ARCH_mx6 = "${MACHINE_SOCARCH}"
-PACKAGE_ARCH_mx6ul = "${MACHINE_SOCARCH}"
 PACKAGE_ARCH_mx7 = "${MACHINE_SOCARCH}"
-- 
2.11.0



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

* [PATCH v3 08/27] efl: Set override for imxgpu2d machines
  2017-01-26 13:00 [PATCH v3 00/27] Rework i.MX6UL overrides Otavio Salvador
                   ` (6 preceding siblings ...)
  2017-01-26 13:00 ` [PATCH v3 07/27] pulseaudio: " Otavio Salvador
@ 2017-01-26 13:00 ` Otavio Salvador
  2017-01-26 13:00 ` [PATCH v3 09/27] clutter: " Otavio Salvador
                   ` (18 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Otavio Salvador @ 2017-01-26 13:00 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador, prabhu.sundararaj

From: Fabio Berton <fabio.berton@ossystems.com.br>

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

Changes in v3:
- Use imxgpu2d for override (Tom)

Changes in v2: None

 dynamic-layers/efl-layer/recipes-efl/efl/efl_%.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dynamic-layers/efl-layer/recipes-efl/efl/efl_%.bbappend b/dynamic-layers/efl-layer/recipes-efl/efl/efl_%.bbappend
index 72ef7980..7f711aa7 100644
--- a/dynamic-layers/efl-layer/recipes-efl/efl/efl_%.bbappend
+++ b/dynamic-layers/efl-layer/recipes-efl/efl/efl_%.bbappend
@@ -1,3 +1,3 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-SRC_URI_append_mx6 = " file://0001-Add-preprocessor-definitions-for-Vivante-GLES-header.patch"
+SRC_URI_append_imxgpu2d = " file://0001-Add-preprocessor-definitions-for-Vivante-GLES-header.patch"
-- 
2.11.0



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

* [PATCH v3 09/27] clutter: Set override for imxgpu2d machines
  2017-01-26 13:00 [PATCH v3 00/27] Rework i.MX6UL overrides Otavio Salvador
                   ` (7 preceding siblings ...)
  2017-01-26 13:00 ` [PATCH v3 08/27] efl: Set override for imxgpu2d machines Otavio Salvador
@ 2017-01-26 13:00 ` Otavio Salvador
  2017-01-26 13:00 ` [PATCH v3 10/27] cogl: " Otavio Salvador
                   ` (17 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Otavio Salvador @ 2017-01-26 13:00 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador, prabhu.sundararaj

From: Fabio Berton <fabio.berton@ossystems.com.br>

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

Changes in v3: None
Changes in v2: None

 recipes-graphics/clutter/clutter-1.0_%.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-graphics/clutter/clutter-1.0_%.bbappend b/recipes-graphics/clutter/clutter-1.0_%.bbappend
index 0099a471..6f139f03 100644
--- a/recipes-graphics/clutter/clutter-1.0_%.bbappend
+++ b/recipes-graphics/clutter/clutter-1.0_%.bbappend
@@ -1,4 +1,4 @@
-PACKAGECONFIG_mx6 ??= " \
+PACKAGECONFIG_imxgpu2d ??= " \
     ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland egl', \
        bb.utils.contains('DISTRO_FEATURES',     'x11', 'glx x11', \
        '', d), d)} \
-- 
2.11.0



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

* [PATCH v3 10/27] cogl: Set override for imxgpu2d machines
  2017-01-26 13:00 [PATCH v3 00/27] Rework i.MX6UL overrides Otavio Salvador
                   ` (8 preceding siblings ...)
  2017-01-26 13:00 ` [PATCH v3 09/27] clutter: " Otavio Salvador
@ 2017-01-26 13:00 ` Otavio Salvador
  2017-01-26 13:00 ` [PATCH v3 11/27] gtk+3: " Otavio Salvador
                   ` (16 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Otavio Salvador @ 2017-01-26 13:00 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador, prabhu.sundararaj

From: Fabio Berton <fabio.berton@ossystems.com.br>

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

Changes in v3: None
Changes in v2: None

 recipes-graphics/cogl/cogl-1.0_%.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-graphics/cogl/cogl-1.0_%.bbappend b/recipes-graphics/cogl/cogl-1.0_%.bbappend
index c150f3ee..ad433484 100644
--- a/recipes-graphics/cogl/cogl-1.0_%.bbappend
+++ b/recipes-graphics/cogl/cogl-1.0_%.bbappend
@@ -1,4 +1,4 @@
-PACKAGECONFIG_mx6 ??= " \
+PACKAGECONFIG_imxgpu2d ??= " \
     cogl-pango gles2 \
     ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'egl-wayland', \
        bb.utils.contains('DISTRO_FEATURES',     'x11', 'egl-x11', \
-- 
2.11.0



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

* [PATCH v3 11/27] gtk+3: Set override for imxgpu2d machines
  2017-01-26 13:00 [PATCH v3 00/27] Rework i.MX6UL overrides Otavio Salvador
                   ` (9 preceding siblings ...)
  2017-01-26 13:00 ` [PATCH v3 10/27] cogl: " Otavio Salvador
@ 2017-01-26 13:00 ` Otavio Salvador
  2017-01-26 13:00 ` [PATCH v3 12/27] opencv: " Otavio Salvador
                   ` (15 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Otavio Salvador @ 2017-01-26 13:00 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador, prabhu.sundararaj

From: Fabio Berton <fabio.berton@ossystems.com.br>

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

Changes in v3: None
Changes in v2: None

 recipes-graphics/gtk+/gtk+3_%.bbappend | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-graphics/gtk+/gtk+3_%.bbappend b/recipes-graphics/gtk+/gtk+3_%.bbappend
index 2f830979..7377c2c6 100644
--- a/recipes-graphics/gtk+/gtk+3_%.bbappend
+++ b/recipes-graphics/gtk+/gtk+3_%.bbappend
@@ -1,8 +1,8 @@
-PACKAGECONFIG_remove_mx6 = " \
+PACKAGECONFIG_remove_imxgpu2d = " \
     ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "x11", "", d)} \
 "
 
-CFLAGS_append_mx6 = " \
+CFLAGS_append_imxgpu2d = " \
     -DLINUX \
     ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '-DEGL_API_FB -DEGL_API_WL', '', d)} \
 "
-- 
2.11.0



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

* [PATCH v3 12/27] opencv: Set override for imxgpu2d machines
  2017-01-26 13:00 [PATCH v3 00/27] Rework i.MX6UL overrides Otavio Salvador
                   ` (10 preceding siblings ...)
  2017-01-26 13:00 ` [PATCH v3 11/27] gtk+3: " Otavio Salvador
@ 2017-01-26 13:00 ` Otavio Salvador
  2017-01-26 13:00 ` [PATCH v3 13/27] libdrm: " Otavio Salvador
                   ` (14 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Otavio Salvador @ 2017-01-26 13:00 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador, prabhu.sundararaj

From: Fabio Berton <fabio.berton@ossystems.com.br>

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

Changes in v3: None
Changes in v2: None

 .../openembedded-layer/recipes-support/opencv/opencv_2.4.bbappend       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_2.4.bbappend b/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_2.4.bbappend
index f1d0e29b..3c4c7f5e 100644
--- a/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_2.4.bbappend
+++ b/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_2.4.bbappend
@@ -2,4 +2,4 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
 SRC_URI_append_mx6sx = " file://0001-MGS-515-ccc-Opencv-app-can-t-run-on-imx6sx-with-cam.patch"
 
-PACKAGECONFIG_remove_mx6 = "v4l"
+PACKAGECONFIG_remove_imxgpu2d = "v4l"
-- 
2.11.0



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

* [PATCH v3 13/27] libdrm: Set override for imxgpu2d machines
  2017-01-26 13:00 [PATCH v3 00/27] Rework i.MX6UL overrides Otavio Salvador
                   ` (11 preceding siblings ...)
  2017-01-26 13:00 ` [PATCH v3 12/27] opencv: " Otavio Salvador
@ 2017-01-26 13:00 ` Otavio Salvador
  2017-01-26 13:00 ` [PATCH v3 14/27] mesa-demos: " Otavio Salvador
                   ` (13 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Otavio Salvador @ 2017-01-26 13:00 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador, prabhu.sundararaj

From: Fabio Berton <fabio.berton@ossystems.com.br>

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

Changes in v3: None
Changes in v2: None

 recipes-graphics/drm/libdrm_%.bbappend | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-graphics/drm/libdrm_%.bbappend b/recipes-graphics/drm/libdrm_%.bbappend
index 6bd7968d..97b6df92 100644
--- a/recipes-graphics/drm/libdrm_%.bbappend
+++ b/recipes-graphics/drm/libdrm_%.bbappend
@@ -1,5 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-SRC_URI_append_mx6 = " file://drm-update-arm.patch"
+SRC_URI_append_imxgpu2d = " file://drm-update-arm.patch"
 
-PACKAGE_ARCH_mx6 = "${MACHINE_SOCARCH}"
+PACKAGE_ARCH_imxgpu2d = "${MACHINE_SOCARCH}"
-- 
2.11.0



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

* [PATCH v3 14/27] mesa-demos: Set override for imxgpu2d machines
  2017-01-26 13:00 [PATCH v3 00/27] Rework i.MX6UL overrides Otavio Salvador
                   ` (12 preceding siblings ...)
  2017-01-26 13:00 ` [PATCH v3 13/27] libdrm: " Otavio Salvador
@ 2017-01-26 13:00 ` Otavio Salvador
  2017-01-26 13:00 ` [PATCH v3 15/27] piglit: " Otavio Salvador
                   ` (12 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Otavio Salvador @ 2017-01-26 13:00 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador, prabhu.sundararaj

From: Fabio Berton <fabio.berton@ossystems.com.br>

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

Changes in v3: None
Changes in v2: None

 recipes-graphics/mesa/mesa-demos_%.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-graphics/mesa/mesa-demos_%.bbappend b/recipes-graphics/mesa/mesa-demos_%.bbappend
index e900e1f8..a1c5b63d 100644
--- a/recipes-graphics/mesa/mesa-demos_%.bbappend
+++ b/recipes-graphics/mesa/mesa-demos_%.bbappend
@@ -1,6 +1,6 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-SRC_URI_append_mx6 = " file://Replace-glWindowPos2iARB-calls-with-glWindowPos2i.patch \
+SRC_URI_append_imxgpu2d = " file://Replace-glWindowPos2iARB-calls-with-glWindowPos2i.patch \
                     file://fix-clear-build-break.patch \
                     file://Additional-eglSwapBuffer-calling-makes-wrong-throttl.patch \
                     file://Add-OpenVG-demos-to-support-wayland.patch"
-- 
2.11.0



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

* [PATCH v3 15/27] piglit: Set override for imxgpu2d machines
  2017-01-26 13:00 [PATCH v3 00/27] Rework i.MX6UL overrides Otavio Salvador
                   ` (13 preceding siblings ...)
  2017-01-26 13:00 ` [PATCH v3 14/27] mesa-demos: " Otavio Salvador
@ 2017-01-26 13:00 ` Otavio Salvador
  2017-01-26 13:00 ` [PATCH v3 16/27] qt4-imx-support: " Otavio Salvador
                   ` (11 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Otavio Salvador @ 2017-01-26 13:00 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador, prabhu.sundararaj

From: Fabio Berton <fabio.berton@ossystems.com.br>

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

Changes in v3: None
Changes in v2: None

 recipes-graphics/piglit/piglit_git.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-graphics/piglit/piglit_git.bbappend b/recipes-graphics/piglit/piglit_git.bbappend
index 6330fd7c..41bfa9aa 100644
--- a/recipes-graphics/piglit/piglit_git.bbappend
+++ b/recipes-graphics/piglit/piglit_git.bbappend
@@ -1 +1 @@
-DEPENDS_append_mx6 = " virtual/egl"
+DEPENDS_append_imxgpu2d = " virtual/egl"
-- 
2.11.0



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

* [PATCH v3 16/27] qt4-imx-support: Set override for imxgpu2d machines
  2017-01-26 13:00 [PATCH v3 00/27] Rework i.MX6UL overrides Otavio Salvador
                   ` (14 preceding siblings ...)
  2017-01-26 13:00 ` [PATCH v3 15/27] piglit: " Otavio Salvador
@ 2017-01-26 13:00 ` Otavio Salvador
  2017-01-26 13:00 ` [PATCH v3 17/27] imx-base.inc: Convert to use i.MX MACHINEOVERRIDES_EXTENDER Otavio Salvador
                   ` (10 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Otavio Salvador @ 2017-01-26 13:00 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador, prabhu.sundararaj

From: Fabio Berton <fabio.berton@ossystems.com.br>

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

Changes in v3: None
Changes in v2: None

 dynamic-layers/qt4-layer/recipes-qt4/qt4/qt4-imx-support.inc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dynamic-layers/qt4-layer/recipes-qt4/qt4/qt4-imx-support.inc b/dynamic-layers/qt4-layer/recipes-qt4/qt4/qt4-imx-support.inc
index 5c4a39c8..b7171ebc 100644
--- a/dynamic-layers/qt4-layer/recipes-qt4/qt4/qt4-imx-support.inc
+++ b/dynamic-layers/qt4-layer/recipes-qt4/qt4/qt4-imx-support.inc
@@ -8,15 +8,15 @@ python __anonymous () {
         d.appendVarFlag('do_configure', 'depends', ' virtual/kernel:do_shared_workdir')
 }
 
-SRC_URI_append_mx6 += " \
+SRC_URI_append_imxgpu2d += " \
 	file://0001-Add-support-for-i.MX-codecs-to-phonon.patch \
 	file://0002-i.MX-video-renderer-Allow-v4l-device-from-environmen.patch \
 	file://0003-i.MX6-force-egl-visual-ID-33.patch \
 "
 
-DEPENDS_append_mx6 = " virtual/kernel virtual/libgles2"
-QT_GLFLAGS_mx6 = "-opengl es2 -openvg"
-QT_CONFIG_FLAGS_append_mx6 = " -I${STAGING_KERNEL_DIR}/include/uapi \
+DEPENDS_append_imxgpu2d = " virtual/kernel virtual/libgles2"
+QT_GLFLAGS_imxgpu2d = "-opengl es2 -openvg"
+QT_CONFIG_FLAGS_append_imxgpu2d = " -I${STAGING_KERNEL_DIR}/include/uapi \
                                -I${STAGING_KERNEL_DIR}/include/ \
                                -DLINUX=1 -DEGL_API_FB=1 \
                                -DQT_QPA_EXPERIMENTAL_TOUCHEVENT=1"
-- 
2.11.0



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

* [PATCH v3 17/27] imx-base.inc: Convert to use i.MX MACHINEOVERRIDES_EXTENDER
  2017-01-26 13:00 [PATCH v3 00/27] Rework i.MX6UL overrides Otavio Salvador
                   ` (15 preceding siblings ...)
  2017-01-26 13:00 ` [PATCH v3 16/27] qt4-imx-support: " Otavio Salvador
@ 2017-01-26 13:00 ` Otavio Salvador
  2017-01-26 13:00 ` [PATCH v3 18/27] imx-base.inc: SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS can be always appended Otavio Salvador
                   ` (9 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Otavio Salvador @ 2017-01-26 13:00 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador, prabhu.sundararaj

There were some core BSP variables which were still using SoC family
names instead of feature overrides (XSERVER_DRIVER,
MACHINE_SOCARCH_FILTER) and those needed to be reworked so other SoC
families could be dealt in the generic way (e.g: mx6ul).

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

Changes in v3: None
Changes in v2: None

 conf/machine/include/imx-base.inc | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 6e6233d2..30e71be0 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -28,7 +28,7 @@ UBOOT_ENTRYPOINT_vf = "0x80008000"
 
 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
 XSERVER_DRIVER = "xf86-video-fbdev"
-XSERVER_DRIVER_mx6 = "xf86-video-imxfb-vivante"
+XSERVER_DRIVER_imxgpu2d = "xf86-video-imxfb-vivante"
 XSERVER_DRIVER_vf = "xf86-video-modesetting"
 XSERVER = "xserver-xorg \
            xf86-input-evdev \
@@ -73,12 +73,9 @@ MACHINE_SOCARCH_SUFFIX_mx6ul  = "-mx6ul"
 MACHINE_SOCARCH_SUFFIX_mx6ull = "-mx6ul"
 
 MACHINE_ARCH_FILTER = "virtual/kernel"
-MACHINE_SOCARCH_FILTER_append_mx6 = " imx-vpu libimxvpuapi imx-codec imx-vpuwrap imx-parser"
-MACHINE_SOCARCH_FILTER_append_mx6 = " virtual/libopenvg virtual/libgles1 virtual/libgles2 virtual/egl virtual/mesa virtual/libgl virtual/libg2d"
-MACHINE_SOCARCH_FILTER_append_mx6 = " cairo pango"
-MACHINE_SOCARCH_FILTER_append_mx6ul = " imx-codec imx-parser"
-MACHINE_SOCARCH_FILTER_append_mx6ull = " imx-codec imx-parser"
-MACHINE_SOCARCH_FILTER_append_mx7 =  " imx-codec imx-parser"
+MACHINE_SOCARCH_FILTER_append_imxvpu = " imx-vpu libimxvpuapi imx-codec imx-vpuwrap imx-parser"
+MACHINE_SOCARCH_FILTER_append_imxgpu2d = " virtual/libopenvg virtual/libgles1 virtual/libgles2 virtual/egl virtual/mesa virtual/libgl virtual/libg2d cairo pango"
+MACHINE_SOCARCH_FILTER_append_imxpxp = " imx-codec imx-parser"
 
 INHERIT += "fsl-dynamic-packagearch"
 
-- 
2.11.0



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

* [PATCH v3 18/27] imx-base.inc: SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS can be always appended
  2017-01-26 13:00 [PATCH v3 00/27] Rework i.MX6UL overrides Otavio Salvador
                   ` (16 preceding siblings ...)
  2017-01-26 13:00 ` [PATCH v3 17/27] imx-base.inc: Convert to use i.MX MACHINEOVERRIDES_EXTENDER Otavio Salvador
@ 2017-01-26 13:00 ` Otavio Salvador
  2017-01-26 13:00 ` [PATCH v3 19/27] firmware-imx: Remove i.MX 6UL specific metadata Otavio Salvador
                   ` (8 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Otavio Salvador @ 2017-01-26 13:00 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador, prabhu.sundararaj

There is no need to restrict the appending of
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS values as the respective packages will
be added only on the supported packages thus not affecting other
machines.

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

Changes in v3: None
Changes in v2: None

 conf/machine/include/imx-base.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 30e71be0..934bf628 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -79,7 +79,7 @@ MACHINE_SOCARCH_FILTER_append_imxpxp = " imx-codec imx-parser"
 
 INHERIT += "fsl-dynamic-packagearch"
 
-SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS_append_mx6 = " \
+SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS_append = " \
     imx-gpu-viv->kernel-module-imx-gpu-viv \
     libimxvpuapi->imx-vpu \
     imx-vpuwrap->imx-vpu \
-- 
2.11.0



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

* [PATCH v3 19/27] firmware-imx: Remove i.MX 6UL specific metadata
  2017-01-26 13:00 [PATCH v3 00/27] Rework i.MX6UL overrides Otavio Salvador
                   ` (17 preceding siblings ...)
  2017-01-26 13:00 ` [PATCH v3 18/27] imx-base.inc: SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS can be always appended Otavio Salvador
@ 2017-01-26 13:00 ` Otavio Salvador
  2017-01-26 13:00 ` [PATCH v3 20/27] imx-lib: " Otavio Salvador
                   ` (7 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Otavio Salvador @ 2017-01-26 13:00 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador, prabhu.sundararaj

From: Fabio Berton <fabio.berton@ossystems.com.br>

The SoC is now dealt as a i.MX6 SoC so there is no need for the
specific metadata.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

Changes in v3: None
Changes in v2:
- New patch

 recipes-bsp/firmware-imx/firmware-imx_5.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/firmware-imx/firmware-imx_5.4.bb b/recipes-bsp/firmware-imx/firmware-imx_5.4.bb
index 5f7a6a1f..478c789a 100644
--- a/recipes-bsp/firmware-imx/firmware-imx_5.4.bb
+++ b/recipes-bsp/firmware-imx/firmware-imx_5.4.bb
@@ -9,4 +9,4 @@ SRC_URI[sha256sum] = "c5bd4bff48cce9715a5d6d2c190ff3cd2262c7196f7facb9b0eda231c9
 #BRCM firmware git
 SRCREV = "951c1363abe95dd75ab3e9447f640d7807240236"
 
-COMPATIBLE_MACHINE = "(mx5|mx6|mx6ul|mx7)"
+COMPATIBLE_MACHINE = "(mx5|mx6|mx7)"
-- 
2.11.0



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

* [PATCH v3 20/27] imx-lib: Remove i.MX 6UL specific metadata
  2017-01-26 13:00 [PATCH v3 00/27] Rework i.MX6UL overrides Otavio Salvador
                   ` (18 preceding siblings ...)
  2017-01-26 13:00 ` [PATCH v3 19/27] firmware-imx: Remove i.MX 6UL specific metadata Otavio Salvador
@ 2017-01-26 13:00 ` Otavio Salvador
  2017-01-26 13:00 ` [PATCH v3 21/27] OBimx-test: " Otavio Salvador
                   ` (6 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Otavio Salvador @ 2017-01-26 13:00 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador, prabhu.sundararaj

From: Fabio Berton <fabio.berton@ossystems.com.br>

The SoC is now dealt as a i.MX6 SoC so there is no need for the
specific metadata.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

Changes in v3: None
Changes in v2:
- New patch

 recipes-bsp/imx-lib/imx-lib_5.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/imx-lib/imx-lib_5.4.bb b/recipes-bsp/imx-lib/imx-lib_5.4.bb
index 7afc5f79..3055c51a 100644
--- a/recipes-bsp/imx-lib/imx-lib_5.4.bb
+++ b/recipes-bsp/imx-lib/imx-lib_5.4.bb
@@ -7,4 +7,4 @@ PE = "1"
 SRC_URI[md5sum] = "a0da6a01698776f2df05130108c226c9"
 SRC_URI[sha256sum] = "8d12c4a0a44d29569f1ead3a36adc28402b9c4036b53e11dd3ebf2295e3ce1d0"
 
-COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)"
+COMPATIBLE_MACHINE = "(mx6|mx7)"
-- 
2.11.0



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

* [PATCH v3 21/27] OBimx-test: Remove i.MX 6UL specific metadata
  2017-01-26 13:00 [PATCH v3 00/27] Rework i.MX6UL overrides Otavio Salvador
                   ` (19 preceding siblings ...)
  2017-01-26 13:00 ` [PATCH v3 20/27] imx-lib: " Otavio Salvador
@ 2017-01-26 13:00 ` Otavio Salvador
  2017-01-26 13:00 ` [PATCH v3 22/27] u-boot-fslc: " Otavio Salvador
                   ` (5 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Otavio Salvador @ 2017-01-26 13:00 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador, prabhu.sundararaj

From: Fabio Berton <fabio.berton@ossystems.com.br>

The SoC is now dealt as a i.MX6 SoC so there is no need for the
specific metadata.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

Changes in v3: None
Changes in v2:
- New patch

 recipes-bsp/imx-test/imx-test_5.7.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/imx-test/imx-test_5.7.bb b/recipes-bsp/imx-test/imx-test_5.7.bb
index d9eaea89..766598fb 100644
--- a/recipes-bsp/imx-test/imx-test_5.7.bb
+++ b/recipes-bsp/imx-test/imx-test_5.7.bb
@@ -5,4 +5,4 @@ include imx-test.inc
 SRC_URI[md5sum] = "bf55f7c2c9fd6664d640557f7cd107a1"
 SRC_URI[sha256sum] = "d7a503112098befc91c4d256d8683ca11eb4246123f4e57cf2df498791294888"
 
-COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)"
+COMPATIBLE_MACHINE = "(mx6|mx7)"
-- 
2.11.0



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

* [PATCH v3 22/27] u-boot-fslc: Remove i.MX 6UL specific metadata
  2017-01-26 13:00 [PATCH v3 00/27] Rework i.MX6UL overrides Otavio Salvador
                   ` (20 preceding siblings ...)
  2017-01-26 13:00 ` [PATCH v3 21/27] OBimx-test: " Otavio Salvador
@ 2017-01-26 13:00 ` Otavio Salvador
  2017-01-26 13:00 ` [PATCH v3 23/27] u-boot-imx: " Otavio Salvador
                   ` (4 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Otavio Salvador @ 2017-01-26 13:00 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador, prabhu.sundararaj

From: Fabio Berton <fabio.berton@ossystems.com.br>

The SoC is now dealt as a i.MX6 SoC so there is no need for the
specific metadata.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

Changes in v3: None
Changes in v2:
- New patch

 recipes-bsp/u-boot/u-boot-fslc.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/u-boot/u-boot-fslc.inc b/recipes-bsp/u-boot/u-boot-fslc.inc
index c61c950c..c178e0e6 100644
--- a/recipes-bsp/u-boot/u-boot-fslc.inc
+++ b/recipes-bsp/u-boot/u-boot-fslc.inc
@@ -11,7 +11,7 @@ was submitted for revision and it takes some time to become part of a stable \
 version, or because it is not applicable for upstreaming."
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
-COMPATIBLE_MACHINE = "(mxs|mx5|mx6|mx6ul|mx7|vf)"
+COMPATIBLE_MACHINE = "(mxs|mx5|mx6|mx7|vf)"
 
 DEPENDS_mxs += "elftosb-native openssl-native"
 
-- 
2.11.0



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

* [PATCH v3 23/27] u-boot-imx: Remove i.MX 6UL specific metadata
  2017-01-26 13:00 [PATCH v3 00/27] Rework i.MX6UL overrides Otavio Salvador
                   ` (21 preceding siblings ...)
  2017-01-26 13:00 ` [PATCH v3 22/27] u-boot-fslc: " Otavio Salvador
@ 2017-01-26 13:00 ` Otavio Salvador
  2017-01-26 13:00 ` [PATCH v3 24/27] linux-imx: " Otavio Salvador
                   ` (3 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Otavio Salvador @ 2017-01-26 13:00 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador, prabhu.sundararaj

From: Fabio Berton <fabio.berton@ossystems.com.br>

The SoC is now dealt as a i.MX6 SoC so there is no need for the
specific metadata.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

Changes in v3: None
Changes in v2:
- New patch

 recipes-bsp/u-boot/u-boot-imx_2016.03.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/u-boot/u-boot-imx_2016.03.bb b/recipes-bsp/u-boot/u-boot-imx_2016.03.bb
index 872d17d9..5f1f383a 100644
--- a/recipes-bsp/u-boot/u-boot-imx_2016.03.bb
+++ b/recipes-bsp/u-boot/u-boot-imx_2016.03.bb
@@ -19,4 +19,4 @@ inherit fsl-u-boot-localversion
 LOCALVERSION ?= "-${SRCBRANCH}"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
-COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)"
+COMPATIBLE_MACHINE = "(mx6|mx7)"
-- 
2.11.0



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

* [PATCH v3 24/27] linux-imx: Remove i.MX 6UL specific metadata
  2017-01-26 13:00 [PATCH v3 00/27] Rework i.MX6UL overrides Otavio Salvador
                   ` (22 preceding siblings ...)
  2017-01-26 13:00 ` [PATCH v3 23/27] u-boot-imx: " Otavio Salvador
@ 2017-01-26 13:00 ` Otavio Salvador
  2017-01-26 13:01 ` [PATCH v3 25/27] imx-codec: " Otavio Salvador
                   ` (2 subsequent siblings)
  26 siblings, 0 replies; 32+ messages in thread
From: Otavio Salvador @ 2017-01-26 13:00 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador, prabhu.sundararaj

From: Fabio Berton <fabio.berton@ossystems.com.br>

The SoC is now dealt as a i.MX6 SoC so there is no need for the
specific metadata.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

Changes in v3: None
Changes in v2:
- New patch

 recipes-kernel/linux/linux-imx_4.1.15.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-imx_4.1.15.bb b/recipes-kernel/linux/linux-imx_4.1.15.bb
index 62652f6c..8bd4f1f1 100644
--- a/recipes-kernel/linux/linux-imx_4.1.15.bb
+++ b/recipes-kernel/linux/linux-imx_4.1.15.bb
@@ -16,4 +16,4 @@ SRCREV = "b63f3f52cb393e3287352cf63f0caef31a33ab63"
 
 DEFAULT_PREFERENCE = "1"
 
-COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)"
+COMPATIBLE_MACHINE = "(mx6|mx7)"
-- 
2.11.0



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

* [PATCH v3 25/27] imx-codec: Remove i.MX 6UL specific metadata
  2017-01-26 13:00 [PATCH v3 00/27] Rework i.MX6UL overrides Otavio Salvador
                   ` (23 preceding siblings ...)
  2017-01-26 13:00 ` [PATCH v3 24/27] linux-imx: " Otavio Salvador
@ 2017-01-26 13:01 ` Otavio Salvador
  2017-01-26 13:01 ` [PATCH v3 26/27] imx-parser: " Otavio Salvador
  2017-01-26 13:01 ` [PATCH v3 27/27] imx6ulevk: Add mx6 in the MACHINEOVERRIDES set Otavio Salvador
  26 siblings, 0 replies; 32+ messages in thread
From: Otavio Salvador @ 2017-01-26 13:01 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador, prabhu.sundararaj

From: Fabio Berton <fabio.berton@ossystems.com.br>

The SoC is now dealt as a i.MX6 SoC so there is no need for the
specific metadata.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

Changes in v3: None
Changes in v2:
- New patch

 recipes-multimedia/imx-codec/imx-codec_4.1.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-multimedia/imx-codec/imx-codec_4.1.4.bb b/recipes-multimedia/imx-codec/imx-codec_4.1.4.bb
index 68e273e6..67844c56 100644
--- a/recipes-multimedia/imx-codec/imx-codec_4.1.4.bb
+++ b/recipes-multimedia/imx-codec/imx-codec_4.1.4.bb
@@ -6,4 +6,4 @@ require imx-codec.inc
 SRC_URI[md5sum] = "46e2004889fcdedbf259613f0046a7a1"
 SRC_URI[sha256sum] = "98fe71cb44f7e858c64c5eda81741ed02f40afaadc3d4ed1e693c7d1e684b81d"
 
-COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)"
+COMPATIBLE_MACHINE = "(mx6|mx7)"
-- 
2.11.0



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

* [PATCH v3 26/27] imx-parser: Remove i.MX 6UL specific metadata
  2017-01-26 13:00 [PATCH v3 00/27] Rework i.MX6UL overrides Otavio Salvador
                   ` (24 preceding siblings ...)
  2017-01-26 13:01 ` [PATCH v3 25/27] imx-codec: " Otavio Salvador
@ 2017-01-26 13:01 ` Otavio Salvador
  2017-01-26 13:01 ` [PATCH v3 27/27] imx6ulevk: Add mx6 in the MACHINEOVERRIDES set Otavio Salvador
  26 siblings, 0 replies; 32+ messages in thread
From: Otavio Salvador @ 2017-01-26 13:01 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador, prabhu.sundararaj

From: Fabio Berton <fabio.berton@ossystems.com.br>

The SoC is now dealt as a i.MX6 SoC so there is no need for the
specific metadata.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

Changes in v3: None
Changes in v2:
- New patch

 recipes-multimedia/imx-parser/imx-parser_4.1.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-multimedia/imx-parser/imx-parser_4.1.4.bb b/recipes-multimedia/imx-parser/imx-parser_4.1.4.bb
index b778f041..75203ec0 100644
--- a/recipes-multimedia/imx-parser/imx-parser_4.1.4.bb
+++ b/recipes-multimedia/imx-parser/imx-parser_4.1.4.bb
@@ -6,4 +6,4 @@ require imx-parser.inc
 SRC_URI[md5sum] = "fe8e9367887bf4a30decc6d0368ffbe9"
 SRC_URI[sha256sum] = "d3a03e60780bbbd0c92932f60bd34d2fe14ffecf6aa6b810723c3edf798cad1f"
 
-COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)"
+COMPATIBLE_MACHINE = "(mx6|mx7)"
-- 
2.11.0



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

* [PATCH v3 27/27] imx6ulevk: Add mx6 in the MACHINEOVERRIDES set
  2017-01-26 13:00 [PATCH v3 00/27] Rework i.MX6UL overrides Otavio Salvador
                   ` (25 preceding siblings ...)
  2017-01-26 13:01 ` [PATCH v3 26/27] imx-parser: " Otavio Salvador
@ 2017-01-26 13:01 ` Otavio Salvador
  26 siblings, 0 replies; 32+ messages in thread
From: Otavio Salvador @ 2017-01-26 13:01 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador, prabhu.sundararaj

The i.MX 6UL was dealt in a specific way due the metadata not being
fully ported still to the feature overrides set; now that most
metadata has been converted it is the right time to add the mx6 SoC
family here as well.

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

Changes in v3: None
Changes in v2: None

 conf/machine/imx6ulevk.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/imx6ulevk.conf b/conf/machine/imx6ulevk.conf
index ca69e75f..dadd525b 100644
--- a/conf/machine/imx6ulevk.conf
+++ b/conf/machine/imx6ulevk.conf
@@ -4,7 +4,7 @@
 #@DESCRIPTION: Machine configuration for NXP i.MX6UL EVK
 #@MAINTAINER: Lauren Post <lauren.post@nxp.com>
 
-MACHINEOVERRIDES =. "mx6ul:"
+MACHINEOVERRIDES =. "mx6:mx6ul:"
 
 include conf/machine/include/imx-base.inc
 include conf/machine/include/tune-cortexa7.inc
-- 
2.11.0



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

* Re: [PATCH v3 01/27] xserver-common: Append SRC_URI for imxgpu3d machines
  2017-01-26 13:00 ` [PATCH v3 01/27] xserver-common: Append SRC_URI for imxgpu3d machines Otavio Salvador
@ 2017-01-26 17:56   ` Max Krummenacher
  2017-01-26 18:55     ` Otavio Salvador
  0 siblings, 1 reply; 32+ messages in thread
From: Max Krummenacher @ 2017-01-26 17:56 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale Mailing List, prabhu.sundararaj

Hi

meta-freescale morty (and master) currently breaks non imx machines
because 0016-xserver-common-enable-iglx-module.patch cannot be
fetched.
This patch would be needed to bring back meta-freescale morty to
behave nice again.

Max

2017-01-26 14:00 GMT+01:00 Otavio Salvador <otavio@ossystems.com.br>:
> From: Fabio Berton <fabio.berton@ossystems.com.br>
>
> Remove variable PATCHES_IMX_SPECIFIC and apply patch for all imxgpu3d
> machines.
>
> Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
>
> Changes in v3:
> - Use imxgpu3d for override (Tom)
>
> Changes in v2: None
>
>  .../recipes-graphics/xserver-common/xserver-common_%.bbappend       | 6 ++----
>  1 file changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/dynamic-layers/openembedded-layer/recipes-graphics/xserver-common/xserver-common_%.bbappend b/dynamic-layers/openembedded-layer/recipes-graphics/xserver-common/xserver-common_%.bbappend
> index 28d1f7bd..378e4c38 100644
> --- a/dynamic-layers/openembedded-layer/recipes-graphics/xserver-common/xserver-common_%.bbappend
> +++ b/dynamic-layers/openembedded-layer/recipes-graphics/xserver-common/xserver-common_%.bbappend
> @@ -1,10 +1,8 @@
>  # i.MX extra configuration
>  FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
>
> -PATCHES_IMX_SPECIFIC = " file://0016-xserver-common-enable-iglx-module.patch \
> -"
> -SRC_URI_append = " \
> -    ${PATCHES_IMX_SPECIFIC} \
> +SRC_URI_append_imxgpu3d = " \
> +    file://0016-xserver-common-enable-iglx-module.patch \
>  "
>  PACKAGE_ARCH_mx6 = "${MACHINE_SOCARCH}"
>  PACKAGE_ARCH_mx7 = "${MACHINE_SOCARCH}"
> --
> 2.11.0
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


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

* Re: [PATCH v3 01/27] xserver-common: Append SRC_URI for imxgpu3d machines
  2017-01-26 17:56   ` Max Krummenacher
@ 2017-01-26 18:55     ` Otavio Salvador
  2017-01-26 19:08       ` Otavio Salvador
  0 siblings, 1 reply; 32+ messages in thread
From: Otavio Salvador @ 2017-01-26 18:55 UTC (permalink / raw)
  To: Max Krummenacher
  Cc: meta-freescale Mailing List, Prabhu Sundararaj, Otavio Salvador

On Thu, Jan 26, 2017 at 3:56 PM, Max Krummenacher <max.oss.09@gmail.com> wrote:
> meta-freescale morty (and master) currently breaks non imx machines
> because 0016-xserver-common-enable-iglx-module.patch cannot be
> fetched.
> This patch would be needed to bring back meta-freescale morty to
> behave nice again.

Agreed. I will apply it soon.

-- 
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


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

* Re: [PATCH v3 01/27] xserver-common: Append SRC_URI for imxgpu3d machines
  2017-01-26 18:55     ` Otavio Salvador
@ 2017-01-26 19:08       ` Otavio Salvador
  2017-01-26 22:25         ` Max Krummenacher
  0 siblings, 1 reply; 32+ messages in thread
From: Otavio Salvador @ 2017-01-26 19:08 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale Mailing List, Prabhu Sundararaj

On Thu, Jan 26, 2017 at 4:55 PM, Otavio Salvador
<otavio@ossystems.com.br> wrote:
> On Thu, Jan 26, 2017 at 3:56 PM, Max Krummenacher <max.oss.09@gmail.com> wrote:
>> meta-freescale morty (and master) currently breaks non imx machines
>> because 0016-xserver-common-enable-iglx-module.patch cannot be
>> fetched.
>> This patch would be needed to bring back meta-freescale morty to
>> behave nice again.
>
> Agreed. I will apply it soon.

I applied the two needed patches. Give it a go and let us know if
there are any problem.

Please give a go to morty-next branch as well. I do want to merge it soon.

-- 
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


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

* Re: [PATCH v3 01/27] xserver-common: Append SRC_URI for imxgpu3d machines
  2017-01-26 19:08       ` Otavio Salvador
@ 2017-01-26 22:25         ` Max Krummenacher
  0 siblings, 0 replies; 32+ messages in thread
From: Max Krummenacher @ 2017-01-26 22:25 UTC (permalink / raw)
  To: Otavio Salvador, Otavio Salvador; +Cc: meta-freescale Mailing List

Hello Otavio

Am Donnerstag, den 26.01.2017, 17:08 -0200 schrieb Otavio Salvador:
> On Thu, Jan 26, 2017 at 4:55 PM, Otavio Salvador
> <otavio@ossystems.com.br> wrote:
> > On Thu, Jan 26, 2017 at 3:56 PM, Max Krummenacher <max.oss.09@gmail.com> wrote:
> > > meta-freescale morty (and master) currently breaks non imx machines
> > > because 0016-xserver-common-enable-iglx-module.patch cannot be
> > > fetched.
> > > This patch would be needed to bring back meta-freescale morty to
> > > behave nice again.
> > 
> > Agreed. I will apply it soon.
> 
> I applied the two needed patches. Give it a go and let us know if
> there are any problem.

Thank you.
This fixes my build issues for xserver-common with non imx machines on morty.

> 
> Please give a go to morty-next branch as well. I do want to merge it soon.
> 

I rebuild my image based on x11 with morty-next (5e71f0e) successfully.
On a i.MX 6DL this runs fine on the module, including gstreamer video decode and glmark2.

Max



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

end of thread, other threads:[~2017-01-26 22:25 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-26 13:00 [PATCH v3 00/27] Rework i.MX6UL overrides Otavio Salvador
2017-01-26 13:00 ` [PATCH v3 01/27] xserver-common: Append SRC_URI for imxgpu3d machines Otavio Salvador
2017-01-26 17:56   ` Max Krummenacher
2017-01-26 18:55     ` Otavio Salvador
2017-01-26 19:08       ` Otavio Salvador
2017-01-26 22:25         ` Max Krummenacher
2017-01-26 13:00 ` [PATCH v3 02/27] xserver-common: Set PACKAGE_ARCH override " Otavio Salvador
2017-01-26 13:00 ` [PATCH v3 03/27] mesa: Rework recipe to use the feature overrides Otavio Salvador
2017-01-26 13:00 ` [PATCH v3 04/27] image_types_fsl.bbclass: Remove i.MX 6UL specific metadata Otavio Salvador
2017-01-26 13:00 ` [PATCH v3 05/27] alsa-state: " Otavio Salvador
2017-01-26 13:00 ` [PATCH v3 06/27] alsa-lib: " Otavio Salvador
2017-01-26 13:00 ` [PATCH v3 07/27] pulseaudio: " Otavio Salvador
2017-01-26 13:00 ` [PATCH v3 08/27] efl: Set override for imxgpu2d machines Otavio Salvador
2017-01-26 13:00 ` [PATCH v3 09/27] clutter: " Otavio Salvador
2017-01-26 13:00 ` [PATCH v3 10/27] cogl: " Otavio Salvador
2017-01-26 13:00 ` [PATCH v3 11/27] gtk+3: " Otavio Salvador
2017-01-26 13:00 ` [PATCH v3 12/27] opencv: " Otavio Salvador
2017-01-26 13:00 ` [PATCH v3 13/27] libdrm: " Otavio Salvador
2017-01-26 13:00 ` [PATCH v3 14/27] mesa-demos: " Otavio Salvador
2017-01-26 13:00 ` [PATCH v3 15/27] piglit: " Otavio Salvador
2017-01-26 13:00 ` [PATCH v3 16/27] qt4-imx-support: " Otavio Salvador
2017-01-26 13:00 ` [PATCH v3 17/27] imx-base.inc: Convert to use i.MX MACHINEOVERRIDES_EXTENDER Otavio Salvador
2017-01-26 13:00 ` [PATCH v3 18/27] imx-base.inc: SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS can be always appended Otavio Salvador
2017-01-26 13:00 ` [PATCH v3 19/27] firmware-imx: Remove i.MX 6UL specific metadata Otavio Salvador
2017-01-26 13:00 ` [PATCH v3 20/27] imx-lib: " Otavio Salvador
2017-01-26 13:00 ` [PATCH v3 21/27] OBimx-test: " Otavio Salvador
2017-01-26 13:00 ` [PATCH v3 22/27] u-boot-fslc: " Otavio Salvador
2017-01-26 13:00 ` [PATCH v3 23/27] u-boot-imx: " Otavio Salvador
2017-01-26 13:00 ` [PATCH v3 24/27] linux-imx: " Otavio Salvador
2017-01-26 13:01 ` [PATCH v3 25/27] imx-codec: " Otavio Salvador
2017-01-26 13:01 ` [PATCH v3 26/27] imx-parser: " Otavio Salvador
2017-01-26 13:01 ` [PATCH v3 27/27] imx6ulevk: Add mx6 in the MACHINEOVERRIDES set 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.