All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm][PATCH 0/4] Freescale 3.10-alpha upstreaming [part 1]
@ 2013-10-28 18:06 Otavio Salvador
  2013-10-28 18:06 ` [meta-fsl-arm][PATCH 1/4] linux-fslc: Update to 3.12-rc7 based kernel Otavio Salvador
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Otavio Salvador @ 2013-10-28 18:06 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador

Hello,

I've been playing with 3.10 in master-next for a while and some
patches are ready to merge.

The linux-fslc patch I think can go directly to master and dora (as it
is just the next rc of 3.12).

I tested the GPU patches in Nitrogen6X and Wandboard using 3.0.35
kernel and those looks just fine to go to master; I'd like to propose
to put those in a 'dora-next' branch as well so people can test it and
confirm it works and wait 7 days for merging them into 'dora'.

Comments?

Lauren Post (3):
  gpu-viv-bin-mx6q: Fix wayland-egl.pc version to 1.0
  gpu-viv-bin-mx6q: Upgrade to 3.10.9-1.0.0_alpha
  gpu-viv-g2d: Upgrade to 3.10.9-1.0.0_alpha

Otavio Salvador (1):
  linux-fslc: Update to 3.12-rc7 based kernel

 recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc       |  1 +
 .../gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/wayland-egl.pc         |  2 +-
 .../gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.9-1.0.0-hfp.bb    |  9 +++++++++
 .../gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.9-1.0.0-sfp.bb    |  9 +++++++++
 .../gpu-viv-bin-mx6q_3.5.7-1.0.0-alpha.2-hfp.bb              | 12 ------------
 .../gpu-viv-bin-mx6q_3.5.7-1.0.0-alpha.2-sfp.bb              | 12 ------------
 ...pu-viv-g2d_3.5.7-1.0.0.bb => gpu-viv-g2d_3.10.9-1.0.0.bb} |  4 ++--
 recipes-kernel/linux/linux-fslc_3.12.bb                      |  2 +-
 8 files changed, 23 insertions(+), 28 deletions(-)
 create mode 100644 recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.9-1.0.0-hfp.bb
 create mode 100644 recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.9-1.0.0-sfp.bb
 delete mode 100644 recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.5.7-1.0.0-alpha.2-hfp.bb
 delete mode 100644 recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.5.7-1.0.0-alpha.2-sfp.bb
 rename recipes-graphics/gpu-viv-g2d/{gpu-viv-g2d_3.5.7-1.0.0.bb => gpu-viv-g2d_3.10.9-1.0.0.bb} (54%)

-- 
1.8.4.rc3



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

* [meta-fsl-arm][PATCH 1/4] linux-fslc: Update to 3.12-rc7 based kernel
  2013-10-28 18:06 [meta-fsl-arm][PATCH 0/4] Freescale 3.10-alpha upstreaming [part 1] Otavio Salvador
@ 2013-10-28 18:06 ` Otavio Salvador
  2013-10-28 18:06 ` [meta-fsl-arm][PATCH 2/4] gpu-viv-bin-mx6q: Fix wayland-egl.pc version to 1.0 Otavio Salvador
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Otavio Salvador @ 2013-10-28 18:06 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador

Change-Id: I53be94701187e7a7bdbfc371a3ba84d0d28ead39
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 recipes-kernel/linux/linux-fslc_3.12.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-fslc_3.12.bb b/recipes-kernel/linux/linux-fslc_3.12.bb
index cab2c3b..8b07c6b 100644
--- a/recipes-kernel/linux/linux-fslc_3.12.bb
+++ b/recipes-kernel/linux/linux-fslc_3.12.bb
@@ -6,6 +6,6 @@ include linux-fslc.inc
 PV = "3.12+git${SRCPV}"
 
 # patches-3.12
-SRCREV = "83cc0743f5cbcf1f741867d5c193b09dd9be1adf"
+SRCREV = "1b62e41916cf33e4d3fc3d61564f1f5a0f7a0d2e"
 
 COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6)"
-- 
1.8.4.rc3



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

* [meta-fsl-arm][PATCH 2/4] gpu-viv-bin-mx6q: Fix wayland-egl.pc version to 1.0
  2013-10-28 18:06 [meta-fsl-arm][PATCH 0/4] Freescale 3.10-alpha upstreaming [part 1] Otavio Salvador
  2013-10-28 18:06 ` [meta-fsl-arm][PATCH 1/4] linux-fslc: Update to 3.12-rc7 based kernel Otavio Salvador
@ 2013-10-28 18:06 ` Otavio Salvador
  2013-10-28 18:06 ` [meta-fsl-arm][PATCH 3/4] gpu-viv-bin-mx6q: Upgrade to 3.10.9-1.0.0_alpha Otavio Salvador
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Otavio Salvador @ 2013-10-28 18:06 UTC (permalink / raw)
  To: meta-freescale Mailing List

From: Lauren Post <lauren.post@freescale.com>

Change-Id: Iaedeb955467d820717b200bfd85d61dd920ae79e
Signed-off-by: Lauren Post <lauren.post@freescale.com>
---
 recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/wayland-egl.pc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/wayland-egl.pc b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/wayland-egl.pc
index afaeb13..ba1b898 100644
--- a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/wayland-egl.pc
+++ b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/wayland-egl.pc
@@ -5,6 +5,6 @@ includedir=${prefix}/include
 
 Name: wayland-egl
 Description: Bind the driver EGL to the Wayland API
-Version: 0.1
+Version: 1.0.0
 Libs: -L${libdir} -lEGL
 Cflags: -I${includedir}
-- 
1.8.4.rc3



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

* [meta-fsl-arm][PATCH 3/4] gpu-viv-bin-mx6q: Upgrade to 3.10.9-1.0.0_alpha
  2013-10-28 18:06 [meta-fsl-arm][PATCH 0/4] Freescale 3.10-alpha upstreaming [part 1] Otavio Salvador
  2013-10-28 18:06 ` [meta-fsl-arm][PATCH 1/4] linux-fslc: Update to 3.12-rc7 based kernel Otavio Salvador
  2013-10-28 18:06 ` [meta-fsl-arm][PATCH 2/4] gpu-viv-bin-mx6q: Fix wayland-egl.pc version to 1.0 Otavio Salvador
@ 2013-10-28 18:06 ` Otavio Salvador
  2013-10-28 18:06 ` [meta-fsl-arm][PATCH 4/4] gpu-viv-g2d: " Otavio Salvador
  2013-10-28 18:52 ` [meta-fsl-arm][PATCH 0/4] Freescale 3.10-alpha upstreaming [part 1] Daiane Angolini
  4 siblings, 0 replies; 7+ messages in thread
From: Otavio Salvador @ 2013-10-28 18:06 UTC (permalink / raw)
  To: meta-freescale Mailing List

From: Lauren Post <lauren.post@freescale.com>

Hardware and software floating point packages updated; adds also a
runtime dependency against libgl-mesa-dev for libgl-mx6-dev.

Change-Id: Ic2c9bec2df8147e17d7299ddea0a7b077c0e2f69
Signed-off-by: Lauren Post <lauren.post@freescale.com>
---
 recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc       |  1 +
 .../gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.9-1.0.0-hfp.bb    |  9 +++++++++
 .../gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.9-1.0.0-sfp.bb    |  9 +++++++++
 .../gpu-viv-bin-mx6q_3.5.7-1.0.0-alpha.2-hfp.bb              | 12 ------------
 .../gpu-viv-bin-mx6q_3.5.7-1.0.0-alpha.2-sfp.bb              | 12 ------------
 5 files changed, 19 insertions(+), 24 deletions(-)
 create mode 100644 recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.9-1.0.0-hfp.bb
 create mode 100644 recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.9-1.0.0-sfp.bb
 delete mode 100644 recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.5.7-1.0.0-alpha.2-hfp.bb
 delete mode 100644 recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.5.7-1.0.0-alpha.2-sfp.bb

diff --git a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc
index f0d4239..67a94af 100644
--- a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc
+++ b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc
@@ -185,6 +185,7 @@ FILES_libgal-mx6-dbg = "${libdir}/.debug/libGAL${SOLIBS}"
 FILES_libgl-mx6 = "${libdir}/libGL${REALSOLIBS}"
 FILES_libgl-mx6-dev = "${libdir}/libGL${SOLIBSDEV}"
 FILES_libgl-mx6-dbg = "${libdir}/.debug/libGL.${SOLIBS}"
+RDEPENDS_libgl-mx6-dev = "libgl-mesa-dev"
 
 # libEGL needs to open libGLESv1.so
 INSANE_SKIP_libgles-mx6 += "dev-so"
diff --git a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.9-1.0.0-hfp.bb b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.9-1.0.0-hfp.bb
new file mode 100644
index 0000000..56610fb
--- /dev/null
+++ b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.9-1.0.0-hfp.bb
@@ -0,0 +1,9 @@
+# Copyright (C) 2013 Freescale Semiconductor
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+require gpu-viv-bin-mx6q.inc
+
+SRC_URI[md5sum] = "52f5ebbb6a9b5d0eafdb952246de584e"
+SRC_URI[sha256sum] = "8b0386e13d4a7c770f8bc8e7a6119629c5ed379488dd5ef635bc92353f906003"
+
+PACKAGE_FP_TYPE = "hardfp"
diff --git a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.9-1.0.0-sfp.bb b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.9-1.0.0-sfp.bb
new file mode 100644
index 0000000..e2fc01c
--- /dev/null
+++ b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.9-1.0.0-sfp.bb
@@ -0,0 +1,9 @@
+# Copyright (C) 2013 Freescale Semiconductor
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+require gpu-viv-bin-mx6q.inc
+
+SRC_URI[md5sum] = "1ff2249a2633635ea8c375d9e83ca520"
+SRC_URI[sha256sum] = "b0e3c84f749aac3dab4ec328d19dbd3bba06ccc6ef8b7d4eefe3d79474be5055"
+
+PACKAGE_FP_TYPE = "softfp"
diff --git a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.5.7-1.0.0-alpha.2-hfp.bb b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.5.7-1.0.0-alpha.2-hfp.bb
deleted file mode 100644
index a55e988..0000000
--- a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.5.7-1.0.0-alpha.2-hfp.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright (C) 2013 Freescale Semiconductor
-# Released under the MIT license (see COPYING.MIT for the terms)
-
-include gpu-viv-bin-mx6q.inc
-
-SRC_URI += "file://0001-change-header-path-to-HAL.patch \
-            file://gc_hal_eglplatform-remove-xlib-undefs.patch"
-
-SRC_URI[md5sum] = "f5f4e2e7767c784315461c132929e7d3"
-SRC_URI[sha256sum] = "f16747ee5ae2e88631cc1494db98f7b5762940c7db25795906b7cc8f87405caf"
-
-PACKAGE_FP_TYPE = "hardfp"
diff --git a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.5.7-1.0.0-alpha.2-sfp.bb b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.5.7-1.0.0-alpha.2-sfp.bb
deleted file mode 100644
index 2383fb7..0000000
--- a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.5.7-1.0.0-alpha.2-sfp.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright (C) 2013 Freescale Semiconductor
-# Released under the MIT license (see COPYING.MIT for the terms)
-
-include gpu-viv-bin-mx6q.inc
-
-SRC_URI += "file://0001-change-header-path-to-HAL.patch \
-            file://gc_hal_eglplatform-remove-xlib-undefs.patch"
-
-SRC_URI[md5sum] = "ef08a4ad04c7886a44af16e826d0f444"
-SRC_URI[sha256sum] = "e212e361044eb1f9089761e115e71b27dab67c832ebb1ddbc830c17d2b1e2fba"
-
-PACKAGE_FP_TYPE = "softfp"
-- 
1.8.4.rc3



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

* [meta-fsl-arm][PATCH 4/4] gpu-viv-g2d: Upgrade to 3.10.9-1.0.0_alpha
  2013-10-28 18:06 [meta-fsl-arm][PATCH 0/4] Freescale 3.10-alpha upstreaming [part 1] Otavio Salvador
                   ` (2 preceding siblings ...)
  2013-10-28 18:06 ` [meta-fsl-arm][PATCH 3/4] gpu-viv-bin-mx6q: Upgrade to 3.10.9-1.0.0_alpha Otavio Salvador
@ 2013-10-28 18:06 ` Otavio Salvador
  2013-10-28 18:52 ` [meta-fsl-arm][PATCH 0/4] Freescale 3.10-alpha upstreaming [part 1] Daiane Angolini
  4 siblings, 0 replies; 7+ messages in thread
From: Otavio Salvador @ 2013-10-28 18:06 UTC (permalink / raw)
  To: meta-freescale Mailing List

From: Lauren Post <lauren.post@freescale.com>

Change-Id: Iae31c37b6c90d936123162d2ec24567e96f6c1b2
Signed-off-by: Lauren Post <lauren.post@freescale.com>
---
 .../{gpu-viv-g2d_3.5.7-1.0.0.bb => gpu-viv-g2d_3.10.9-1.0.0.bb}       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename recipes-graphics/gpu-viv-g2d/{gpu-viv-g2d_3.5.7-1.0.0.bb => gpu-viv-g2d_3.10.9-1.0.0.bb} (54%)

diff --git a/recipes-graphics/gpu-viv-g2d/gpu-viv-g2d_3.5.7-1.0.0.bb b/recipes-graphics/gpu-viv-g2d/gpu-viv-g2d_3.10.9-1.0.0.bb
similarity index 54%
rename from recipes-graphics/gpu-viv-g2d/gpu-viv-g2d_3.5.7-1.0.0.bb
rename to recipes-graphics/gpu-viv-g2d/gpu-viv-g2d_3.10.9-1.0.0.bb
index 349cb2e..87e67eb 100644
--- a/recipes-graphics/gpu-viv-g2d/gpu-viv-g2d_3.5.7-1.0.0.bb
+++ b/recipes-graphics/gpu-viv-g2d/gpu-viv-g2d_3.10.9-1.0.0.bb
@@ -4,6 +4,6 @@ include gpu-viv-g2d.inc
 
 LIC_FILES_CHKSUM = "file://usr/include/g2d.h;endline=7;md5=861ebad4adc7236f8d1905338abd7eb2"
 
-SRC_URI[md5sum] = "cb1939d1de300bbe334e6e8e0137ae57"
-SRC_URI[sha256sum] = "460d0df171766edbea1fe6781a38346596ad13f748eb971296c04c261cec5450"
+SRC_URI[md5sum] = "3d9849a60cb488a906aeb14f966effad"
+SRC_URI[sha256sum] = "9c29b602626961f9ab93a6231c2de55cde406629ec94c4348cb2048056926195"
 
-- 
1.8.4.rc3



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

* Re: [meta-fsl-arm][PATCH 0/4] Freescale 3.10-alpha upstreaming [part 1]
  2013-10-28 18:06 [meta-fsl-arm][PATCH 0/4] Freescale 3.10-alpha upstreaming [part 1] Otavio Salvador
                   ` (3 preceding siblings ...)
  2013-10-28 18:06 ` [meta-fsl-arm][PATCH 4/4] gpu-viv-g2d: " Otavio Salvador
@ 2013-10-28 18:52 ` Daiane Angolini
  2013-10-28 21:18   ` Otavio Salvador
  4 siblings, 1 reply; 7+ messages in thread
From: Daiane Angolini @ 2013-10-28 18:52 UTC (permalink / raw)
  To: Otavio Salvador, meta-freescale Mailing List

On 10/28/2013 04:06 PM, Otavio Salvador wrote:
> Hello,
>
> I've been playing with 3.10 in master-next for a while and some
> patches are ready to merge.
>
> The linux-fslc patch I think can go directly to master and dora (as it
> is just the next rc of 3.12).

I don't see any problem. I think you can merge.

And I know you've been working with lttng issue as well. Thanks!

>
> I tested the GPU patches in Nitrogen6X and Wandboard using 3.0.35
> kernel and those looks just fine to go to master; I'd like to propose
> to put those in a 'dora-next' branch as well so people can test it and
> confirm it works and wait 7 days for merging them into 'dora'.

I think it's a good idea.
This way we can test it directly on dora and highlight any issue.


>
> Comments?
>
> Lauren Post (3):
>    gpu-viv-bin-mx6q: Fix wayland-egl.pc version to 1.0
>    gpu-viv-bin-mx6q: Upgrade to 3.10.9-1.0.0_alpha
>    gpu-viv-g2d: Upgrade to 3.10.9-1.0.0_alpha
>
> Otavio Salvador (1):
>    linux-fslc: Update to 3.12-rc7 based kernel
>
>   recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc       |  1 +
>   .../gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/wayland-egl.pc         |  2 +-
>   .../gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.9-1.0.0-hfp.bb    |  9 +++++++++
>   .../gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.9-1.0.0-sfp.bb    |  9 +++++++++
>   .../gpu-viv-bin-mx6q_3.5.7-1.0.0-alpha.2-hfp.bb              | 12 ------------
>   .../gpu-viv-bin-mx6q_3.5.7-1.0.0-alpha.2-sfp.bb              | 12 ------------
>   ...pu-viv-g2d_3.5.7-1.0.0.bb => gpu-viv-g2d_3.10.9-1.0.0.bb} |  4 ++--
>   recipes-kernel/linux/linux-fslc_3.12.bb                      |  2 +-
>   8 files changed, 23 insertions(+), 28 deletions(-)
>   create mode 100644 recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.9-1.0.0-hfp.bb
>   create mode 100644 recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.9-1.0.0-sfp.bb
>   delete mode 100644 recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.5.7-1.0.0-alpha.2-hfp.bb
>   delete mode 100644 recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.5.7-1.0.0-alpha.2-sfp.bb
>   rename recipes-graphics/gpu-viv-g2d/{gpu-viv-g2d_3.5.7-1.0.0.bb => gpu-viv-g2d_3.10.9-1.0.0.bb} (54%)
>


-- 
Daiane



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

* Re: [meta-fsl-arm][PATCH 0/4] Freescale 3.10-alpha upstreaming [part 1]
  2013-10-28 18:52 ` [meta-fsl-arm][PATCH 0/4] Freescale 3.10-alpha upstreaming [part 1] Daiane Angolini
@ 2013-10-28 21:18   ` Otavio Salvador
  0 siblings, 0 replies; 7+ messages in thread
From: Otavio Salvador @ 2013-10-28 21:18 UTC (permalink / raw)
  To: Daiane Angolini; +Cc: meta-freescale Mailing List

On Mon, Oct 28, 2013 at 4:52 PM, Daiane Angolini
<daiane.angolini@freescale.com> wrote:
> On 10/28/2013 04:06 PM, Otavio Salvador wrote:
>>
>> Hello,
>>
>> I've been playing with 3.10 in master-next for a while and some
>> patches are ready to merge.
>>
>> The linux-fslc patch I think can go directly to master and dora (as it
>> is just the next rc of 3.12).
>
>
> I don't see any problem. I think you can merge.
>
> And I know you've been working with lttng issue as well. Thanks!

I merged linux-fslc into dora and master.

Yes, lttng-modules problem with 3.12 seems ARM specific; part of
problem I sent patches to fix and they got merged but it is not yet
completely fixed. I hope to get it done next days but it is something
to address in Poky/OE-Core in fact.

>> I tested the GPU patches in Nitrogen6X and Wandboard using 3.0.35
>> kernel and those looks just fine to go to master; I'd like to propose
>> to put those in a 'dora-next' branch as well so people can test it and
>> confirm it works and wait 7 days for merging them into 'dora'.
>
> I think it's a good idea.
> This way we can test it directly on dora and highlight any issue.

I pushed a dora-next with those fixes.

-- 
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] 7+ messages in thread

end of thread, other threads:[~2013-10-28 21:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-28 18:06 [meta-fsl-arm][PATCH 0/4] Freescale 3.10-alpha upstreaming [part 1] Otavio Salvador
2013-10-28 18:06 ` [meta-fsl-arm][PATCH 1/4] linux-fslc: Update to 3.12-rc7 based kernel Otavio Salvador
2013-10-28 18:06 ` [meta-fsl-arm][PATCH 2/4] gpu-viv-bin-mx6q: Fix wayland-egl.pc version to 1.0 Otavio Salvador
2013-10-28 18:06 ` [meta-fsl-arm][PATCH 3/4] gpu-viv-bin-mx6q: Upgrade to 3.10.9-1.0.0_alpha Otavio Salvador
2013-10-28 18:06 ` [meta-fsl-arm][PATCH 4/4] gpu-viv-g2d: " Otavio Salvador
2013-10-28 18:52 ` [meta-fsl-arm][PATCH 0/4] Freescale 3.10-alpha upstreaming [part 1] Daiane Angolini
2013-10-28 21:18   ` 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.