All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] 3.14.28-1.0.1_patch release patches
@ 2015-05-20 19:11 Neena Busireddy
  2015-05-20 19:11 ` [PATCH 1/4] imx-gpu-viv: Upgrade to 5.0.11.p4.5 Neena Busireddy
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Neena Busireddy @ 2015-05-20 19:11 UTC (permalink / raw)
  To: meta-freescale

3.14.28-1.0.1_patch release has GPU bug fixes. The patch descriptions can be found 
in release notes on freescale.com

Neena Busireddy (4):
  imx-gpu-viv: Upgrade to 5.0.11.p4.5
  imx-gpu-viv: Upgrade sfp to 5.0.11.p4.5
  xf86-video-imxfb-vivante: Upgrade to 5.0.11.p4.5
  SCR-3.14.28-1.0.1-patch: Include SCR for 3.14.28-1.0.1_patch release

 SCR/imx/{SCR-3.14.28-1.0.0-ga.txt => SCR-3.14.28-1.0.1-patch.txt} | 8 ++++----
 ...-gpu-viv_5.0.11.p4.4-hfp.bb => imx-gpu-viv_5.0.11.p4.5-hfp.bb} | 4 ++--
 ...-gpu-viv_5.0.11.p4.4-sfp.bb => imx-gpu-viv_5.0.11.p4.5-sfp.bb} | 4 ++--
 ...nte_5.0.11.p4.4.bb => xf86-video-imxfb-vivante_5.0.11.p4.5.bb} | 4 ++--
 4 files changed, 10 insertions(+), 10 deletions(-)
 rename SCR/imx/{SCR-3.14.28-1.0.0-ga.txt => SCR-3.14.28-1.0.1-patch.txt} (98%)
 rename recipes-graphics/imx-gpu-viv/{imx-gpu-viv_5.0.11.p4.4-hfp.bb => imx-gpu-viv_5.0.11.p4.5-hfp.bb} (54%)
 rename recipes-graphics/imx-gpu-viv/{imx-gpu-viv_5.0.11.p4.4-sfp.bb => imx-gpu-viv_5.0.11.p4.5-sfp.bb} (63%)
 rename recipes-graphics/xorg-driver/{xf86-video-imxfb-vivante_5.0.11.p4.4.bb => xf86-video-imxfb-vivante_5.0.11.p4.5.bb} (59%)

-- 
1.9.1



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

* [PATCH 1/4] imx-gpu-viv: Upgrade to 5.0.11.p4.5
  2015-05-20 19:11 [PATCH 0/4] 3.14.28-1.0.1_patch release patches Neena Busireddy
@ 2015-05-20 19:11 ` Neena Busireddy
  2015-05-20 19:35   ` Daiane Angolini
  2015-05-20 19:11 ` [PATCH 2/4] imx-gpu-viv: Upgrade sfp " Neena Busireddy
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 15+ messages in thread
From: Neena Busireddy @ 2015-05-20 19:11 UTC (permalink / raw)
  To: meta-freescale

- Has bug fixes.

Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com>
---
 ...{imx-gpu-viv_5.0.11.p4.4-hfp.bb => imx-gpu-viv_5.0.11.p4.5-hfp.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename recipes-graphics/imx-gpu-viv/{imx-gpu-viv_5.0.11.p4.4-hfp.bb => imx-gpu-viv_5.0.11.p4.5-hfp.bb} (54%)

diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p4.4-hfp.bb b/recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p4.5-hfp.bb
similarity index 54%
rename from recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p4.4-hfp.bb
rename to recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p4.5-hfp.bb
index 7499e35..fab7ca1 100644
--- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p4.4-hfp.bb
+++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p4.5-hfp.bb
@@ -3,7 +3,7 @@
 
 require imx-gpu-viv.inc
 
-SRC_URI[md5sum] = "5aa3dfe5b9362f9ee53615e0a56f9009"
-SRC_URI[sha256sum] = "92654c185835e139cc9485806ad184fdac21f4d640ec9d0e493669235d21de9b"
+SRC_URI[md5sum] = "8314408acb6b3bc58fcbbb8a0f48b54b"
+SRC_URI[sha256sum] = "0591b495cd1c2547ae007d405b90729e2fb90603a5728b39d1a99cb4e1cf1eb4"
 
 PACKAGE_FP_TYPE = "hardfp"
-- 
1.9.1



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

* [PATCH 2/4] imx-gpu-viv: Upgrade sfp to 5.0.11.p4.5
  2015-05-20 19:11 [PATCH 0/4] 3.14.28-1.0.1_patch release patches Neena Busireddy
  2015-05-20 19:11 ` [PATCH 1/4] imx-gpu-viv: Upgrade to 5.0.11.p4.5 Neena Busireddy
@ 2015-05-20 19:11 ` Neena Busireddy
  2015-05-20 19:11 ` [PATCH 3/4] xf86-video-imxfb-vivante: Upgrade " Neena Busireddy
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 15+ messages in thread
From: Neena Busireddy @ 2015-05-20 19:11 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com>
---
 ...{imx-gpu-viv_5.0.11.p4.4-sfp.bb => imx-gpu-viv_5.0.11.p4.5-sfp.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename recipes-graphics/imx-gpu-viv/{imx-gpu-viv_5.0.11.p4.4-sfp.bb => imx-gpu-viv_5.0.11.p4.5-sfp.bb} (63%)

diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p4.4-sfp.bb b/recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p4.5-sfp.bb
similarity index 63%
rename from recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p4.4-sfp.bb
rename to recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p4.5-sfp.bb
index 7a78048..30d2800 100644
--- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p4.4-sfp.bb
+++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p4.5-sfp.bb
@@ -3,8 +3,8 @@
 
 require imx-gpu-viv.inc
 
-SRC_URI[md5sum] = "201398ab011b8765755fafb898efa77d"
-SRC_URI[sha256sum] = "8eef5414ec9121b38e2e44b3b64705b11f6f5d4503b90c05c31e3990c6ca3999"
+SRC_URI[md5sum] = "479dce20e0e2f9f7d0a4e4ff70d4a4b2"
+SRC_URI[sha256sum] = "b5b9c8e216b2bc4281c2443e07eab90547de0abd705614756ed68c7ad2fcf97a"
 
 # FIXME skip the QA error for viv-samples
 INSANE_SKIP_${PN} += "rpaths"
-- 
1.9.1



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

* [PATCH 3/4] xf86-video-imxfb-vivante: Upgrade to 5.0.11.p4.5
  2015-05-20 19:11 [PATCH 0/4] 3.14.28-1.0.1_patch release patches Neena Busireddy
  2015-05-20 19:11 ` [PATCH 1/4] imx-gpu-viv: Upgrade to 5.0.11.p4.5 Neena Busireddy
  2015-05-20 19:11 ` [PATCH 2/4] imx-gpu-viv: Upgrade sfp " Neena Busireddy
@ 2015-05-20 19:11 ` Neena Busireddy
  2015-05-20 19:11 ` [PATCH 4/4] SCR-3.14.28-1.0.1-patch: Include SCR for 3.14.28-1.0.1_patch release Neena Busireddy
  2015-06-02  8:52 ` [PATCH 0/4] 3.14.28-1.0.1_patch release patches Thomas McGuire
  4 siblings, 0 replies; 15+ messages in thread
From: Neena Busireddy @ 2015-05-20 19:11 UTC (permalink / raw)
  To: meta-freescale

Modify the version to match the version of imx-gpu-viv

Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com>
---
 ...vivante_5.0.11.p4.4.bb => xf86-video-imxfb-vivante_5.0.11.p4.5.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename recipes-graphics/xorg-driver/{xf86-video-imxfb-vivante_5.0.11.p4.4.bb => xf86-video-imxfb-vivante_5.0.11.p4.5.bb} (59%)

diff --git a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p4.4.bb b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p4.5.bb
similarity index 59%
rename from recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p4.4.bb
rename to recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p4.5.bb
index 669846f..c5cf271 100644
--- a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p4.4.bb
+++ b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p4.5.bb
@@ -4,5 +4,5 @@
 
 require xf86-video-imxfb-vivante.inc
 
-SRC_URI[md5sum] = "6003295f7d586e5b6d4b5ffdb5d2f700"
-SRC_URI[sha256sum] = "9ca2356ca35a734615a205cf307b3c41f6e22c171ff823b6d5422c5473a69947"
+SRC_URI[md5sum] = "e89cd72f6d35d53accfd6b6bb3e05f42"
+SRC_URI[sha256sum] = "1a0b25a91b493e99dfa94a802290320ea998ebd45d7aab0f73d7c7bb521b7e84"
-- 
1.9.1



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

* [PATCH 4/4] SCR-3.14.28-1.0.1-patch: Include SCR for 3.14.28-1.0.1_patch release
  2015-05-20 19:11 [PATCH 0/4] 3.14.28-1.0.1_patch release patches Neena Busireddy
                   ` (2 preceding siblings ...)
  2015-05-20 19:11 ` [PATCH 3/4] xf86-video-imxfb-vivante: Upgrade " Neena Busireddy
@ 2015-05-20 19:11 ` Neena Busireddy
  2015-05-20 20:20   ` Otavio Salvador
  2015-06-02  8:52 ` [PATCH 0/4] 3.14.28-1.0.1_patch release patches Thomas McGuire
  4 siblings, 1 reply; 15+ messages in thread
From: Neena Busireddy @ 2015-05-20 19:11 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com>
---
 SCR/imx/{SCR-3.14.28-1.0.0-ga.txt => SCR-3.14.28-1.0.1-patch.txt} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename SCR/imx/{SCR-3.14.28-1.0.0-ga.txt => SCR-3.14.28-1.0.1-patch.txt} (98%)

diff --git a/SCR/imx/SCR-3.14.28-1.0.0-ga.txt b/SCR/imx/SCR-3.14.28-1.0.1-patch.txt
similarity index 98%
rename from SCR/imx/SCR-3.14.28-1.0.0-ga.txt
rename to SCR/imx/SCR-3.14.28-1.0.1-patch.txt
index 3576d72..7b6f82e 100644
--- a/SCR/imx/SCR-3.14.28-1.0.0-ga.txt
+++ b/SCR/imx/SCR-3.14.28-1.0.1-patch.txt
@@ -1,6 +1,6 @@
 Freescale Software Content Register
 
-Release - Linux 3.14.28-1.0.0_GA
+Release - Linux 3.14.28-1.0.1_patch
 
 Date Created:              2015-Feb-12
 
@@ -151,7 +151,7 @@ Origin:                    Freescale and Chips and Media
 GRAPHICS PACKAGES
 --------------------------------------------
 
-Package:                   imx-gpu-viv-5.0.11.p4.4.bin
+Package:                   imx-gpu-viv-5.0.11.p4.5.bin
 
 Outgoing License:          LA_OPT_FSL_OPEN_3RD_PARTY_IP v6 February 2015
 
@@ -171,7 +171,7 @@ Origin:                    Freescale and Vivante
 
 --------------------------------------------
 
-Package:                   imx-gpu-viv-kernel-5.0.11.p4.4.tar.gz
+Package:                   imx-gpu-viv-kernel-5.0.11.p4.5.tar.gz
 
 Outgoing License:          GPLv2+
 
@@ -189,7 +189,7 @@ Origin:                    Freescale and Vivante Corp.
 
 --------------------------------------------
 
-Package:                   xserver-xorg-video-imx-viv-5.0.11.p4.4.tar.gz
+Package:                   xserver-xorg-video-imx-viv-5.0.11.p4.5.tar.gz
 
 Outgoing License:          GPLv2+
 
-- 
1.9.1



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

* Re: [PATCH 1/4] imx-gpu-viv: Upgrade to 5.0.11.p4.5
  2015-05-20 19:11 ` [PATCH 1/4] imx-gpu-viv: Upgrade to 5.0.11.p4.5 Neena Busireddy
@ 2015-05-20 19:35   ` Daiane Angolini
  2015-05-20 20:31     ` Pushpal Sidhu
  0 siblings, 1 reply; 15+ messages in thread
From: Daiane Angolini @ 2015-05-20 19:35 UTC (permalink / raw)
  To: Neena Busireddy; +Cc: meta-freescale

On Wed, May 20, 2015 at 4:11 PM, Neena Busireddy
<neena.busireddy@freescale.com> wrote:
> - Has bug fixes.

Can you, please, elaborate?



Daiane
>
> Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com>
> ---
>  ...{imx-gpu-viv_5.0.11.p4.4-hfp.bb => imx-gpu-viv_5.0.11.p4.5-hfp.bb} | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename recipes-graphics/imx-gpu-viv/{imx-gpu-viv_5.0.11.p4.4-hfp.bb => imx-gpu-viv_5.0.11.p4.5-hfp.bb} (54%)
>
> diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p4.4-hfp.bb b/recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p4.5-hfp.bb
> similarity index 54%
> rename from recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p4.4-hfp.bb
> rename to recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p4.5-hfp.bb
> index 7499e35..fab7ca1 100644
> --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p4.4-hfp.bb
> +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv_5.0.11.p4.5-hfp.bb
> @@ -3,7 +3,7 @@
>
>  require imx-gpu-viv.inc
>
> -SRC_URI[md5sum] = "5aa3dfe5b9362f9ee53615e0a56f9009"
> -SRC_URI[sha256sum] = "92654c185835e139cc9485806ad184fdac21f4d640ec9d0e493669235d21de9b"
> +SRC_URI[md5sum] = "8314408acb6b3bc58fcbbb8a0f48b54b"
> +SRC_URI[sha256sum] = "0591b495cd1c2547ae007d405b90729e2fb90603a5728b39d1a99cb4e1cf1eb4"
>
>  PACKAGE_FP_TYPE = "hardfp"
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


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

* Re: [PATCH 4/4] SCR-3.14.28-1.0.1-patch: Include SCR for 3.14.28-1.0.1_patch release
  2015-05-20 19:11 ` [PATCH 4/4] SCR-3.14.28-1.0.1-patch: Include SCR for 3.14.28-1.0.1_patch release Neena Busireddy
@ 2015-05-20 20:20   ` Otavio Salvador
  2015-05-20 20:26     ` Lauren Post
  0 siblings, 1 reply; 15+ messages in thread
From: Otavio Salvador @ 2015-05-20 20:20 UTC (permalink / raw)
  To: Neena Busireddy; +Cc: meta-freescale

Hello,

On Wed, May 20, 2015 at 4:11 PM, Neena Busireddy
<neena.busireddy@freescale.com> wrote:
> Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com>
> ---
>  SCR/imx/{SCR-3.14.28-1.0.0-ga.txt => SCR-3.14.28-1.0.1-patch.txt} | 8 ++++----

The rename seems wrong to me. It should be named SCR-3.14.28-1.0.1-ga.txt

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

* Re: [PATCH 4/4] SCR-3.14.28-1.0.1-patch: Include SCR for 3.14.28-1.0.1_patch release
  2015-05-20 20:20   ` Otavio Salvador
@ 2015-05-20 20:26     ` Lauren Post
  2015-05-20 20:29       ` Otavio Salvador
  0 siblings, 1 reply; 15+ messages in thread
From: Lauren Post @ 2015-05-20 20:26 UTC (permalink / raw)
  To: Otavio Salvador, Neena Busireddy; +Cc: meta-freescale

The SCR files are bound in the proprietary files as that name.

Maybe it might be best rather than replace but keep both in the system as the other files not updated in the patch align with the 3.14.28-1.0.0-ga SCR file.

Lauren

-----Original Message-----
From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale-bounces@yoctoproject.org] On Behalf Of Otavio Salvador
Sent: Wednesday, May 20, 2015 3:21 PM
To: Busireddy Neena-B45787
Cc: meta-freescale@yoctoproject.org
Subject: Re: [meta-freescale] [PATCH 4/4] SCR-3.14.28-1.0.1-patch: Include SCR for 3.14.28-1.0.1_patch release

Hello,

On Wed, May 20, 2015 at 4:11 PM, Neena Busireddy <neena.busireddy@freescale.com> wrote:
> Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com>
> ---
>  SCR/imx/{SCR-3.14.28-1.0.0-ga.txt => SCR-3.14.28-1.0.1-patch.txt} | 8 
> ++++----

The rename seems wrong to me. It should be named SCR-3.14.28-1.0.1-ga.txt

-- 
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
--
_______________________________________________
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


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

* Re: [PATCH 4/4] SCR-3.14.28-1.0.1-patch: Include SCR for 3.14.28-1.0.1_patch release
  2015-05-20 20:26     ` Lauren Post
@ 2015-05-20 20:29       ` Otavio Salvador
  2015-05-21 14:06         ` Lauren Post
  0 siblings, 1 reply; 15+ messages in thread
From: Otavio Salvador @ 2015-05-20 20:29 UTC (permalink / raw)
  To: Lauren Post; +Cc: meta-freescale

On Wed, May 20, 2015 at 5:26 PM, Lauren Post <Lauren.Post@freescale.com> wrote:
> The SCR files are bound in the proprietary files as that name.
>
> Maybe it might be best rather than replace but keep both in the system as the other files not updated in the patch align with the 3.14.28-1.0.0-ga SCR file.

I understand and it cannot be kept without change. The p4.4 has been
removed and so SCR needs updating. The point is the patch is to make
3.14.28-1.0.0-ga to become 3.14.28-1.0.1-ga.

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

* Re: [PATCH 1/4] imx-gpu-viv: Upgrade to 5.0.11.p4.5
  2015-05-20 19:35   ` Daiane Angolini
@ 2015-05-20 20:31     ` Pushpal Sidhu
  0 siblings, 0 replies; 15+ messages in thread
From: Pushpal Sidhu @ 2015-05-20 20:31 UTC (permalink / raw)
  To: Neena Busireddy; +Cc: meta-freescale

Hello,

On Wed, May 20, 2015 at 12:35 PM, Daiane Angolini <daiane.list@gmail.com> wrote:
> On Wed, May 20, 2015 at 4:11 PM, Neena Busireddy
> <neena.busireddy@freescale.com> wrote:
>> - Has bug fixes.
>
> Can you, please, elaborate?
<snip>

Yes, I would like a more thorough explanation as well.

- Pushpal


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

* Re: [PATCH 4/4] SCR-3.14.28-1.0.1-patch: Include SCR for 3.14.28-1.0.1_patch release
  2015-05-20 20:29       ` Otavio Salvador
@ 2015-05-21 14:06         ` Lauren Post
  2015-05-21 21:46           ` Otavio Salvador
  0 siblings, 1 reply; 15+ messages in thread
From: Lauren Post @ 2015-05-21 14:06 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale

In this case the patch release only updated 1 set of packages for graphics.  All other packages remain as they are for 3.14.28-1.0.0 GA so both SCRs apply.

We can't accept renaming a patch release to a GA release so I think it is best to keep both SCRs in place until next GA release.

Lauren

-----Original Message-----
From: otavio.salvador@gmail.com [mailto:otavio.salvador@gmail.com] On Behalf Of Otavio Salvador
Sent: Wednesday, May 20, 2015 3:29 PM
To: Post Lauren-RAA013
Cc: Busireddy Neena-B45787; meta-freescale@yoctoproject.org
Subject: Re: [meta-freescale] [PATCH 4/4] SCR-3.14.28-1.0.1-patch: Include SCR for 3.14.28-1.0.1_patch release

On Wed, May 20, 2015 at 5:26 PM, Lauren Post <Lauren.Post@freescale.com> wrote:
> The SCR files are bound in the proprietary files as that name.
>
> Maybe it might be best rather than replace but keep both in the system as the other files not updated in the patch align with the 3.14.28-1.0.0-ga SCR file.

I understand and it cannot be kept without change. The p4.4 has been removed and so SCR needs updating. The point is the patch is to make 3.14.28-1.0.0-ga to become 3.14.28-1.0.1-ga.

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

* Re: [PATCH 4/4] SCR-3.14.28-1.0.1-patch: Include SCR for 3.14.28-1.0.1_patch release
  2015-05-21 14:06         ` Lauren Post
@ 2015-05-21 21:46           ` Otavio Salvador
  0 siblings, 0 replies; 15+ messages in thread
From: Otavio Salvador @ 2015-05-21 21:46 UTC (permalink / raw)
  To: Lauren Post; +Cc: meta-freescale

On Thu, May 21, 2015 at 11:06 AM, Lauren Post <Lauren.Post@freescale.com> wrote:
> In this case the patch release only updated 1 set of packages for graphics.  All other packages remain as they are for 3.14.28-1.0.0 GA so both SCRs apply.
>
> We can't accept renaming a patch release to a GA release so I think it is best to keep both SCRs in place until next GA release.

This does not make much sense Lauren as the updated packages, from
1.0.0, are not being referred in the layer and the patch is indeed to
move it from 1.0.0 to 1.0.1 release. At least this is what 'patch'
word means normally.

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

* Re: [PATCH 0/4] 3.14.28-1.0.1_patch release patches
  2015-05-20 19:11 [PATCH 0/4] 3.14.28-1.0.1_patch release patches Neena Busireddy
                   ` (3 preceding siblings ...)
  2015-05-20 19:11 ` [PATCH 4/4] SCR-3.14.28-1.0.1-patch: Include SCR for 3.14.28-1.0.1_patch release Neena Busireddy
@ 2015-06-02  8:52 ` Thomas McGuire
  2015-06-02 15:18   ` Neena Busireddy
  4 siblings, 1 reply; 15+ messages in thread
From: Thomas McGuire @ 2015-06-02  8:52 UTC (permalink / raw)
  To: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 601 bytes --]

Hi,

On 20.05.2015 21:11, Neena Busireddy wrote:
> 3.14.28-1.0.1_patch release has GPU bug fixes. The patch descriptions can be found
> in release notes on freescale.com

Could you please provide the exact link to the release notes / changelog 
here? I am interested in the fixes of the new GPU driver version, but I 
can't find the release notes on freescale.com myself, it's quite a big site.

Regards,
Thomas
-- 
Thomas McGuire | thomas.mcguire@kdab.com | Senior Software Engineer
KDAB (Deutschland) GmbH & Co KG, a KDAB Group company
Tel: +49-30-521325470
KDAB - The Qt Experts


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4045 bytes --]

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

* Re: [PATCH 0/4] 3.14.28-1.0.1_patch release patches
  2015-06-02  8:52 ` [PATCH 0/4] 3.14.28-1.0.1_patch release patches Thomas McGuire
@ 2015-06-02 15:18   ` Neena Busireddy
  2015-06-02 18:29     ` Thomas McGuire
  0 siblings, 1 reply; 15+ messages in thread
From: Neena Busireddy @ 2015-06-02 15:18 UTC (permalink / raw)
  To: Thomas McGuire; +Cc: meta-freescale

Hi Thomas,

On 20.05.2015 21:11, Neena Busireddy wrote:
> 3.14.28-1.0.1_patch release has GPU bug fixes. The patch descriptions 
> can be found in release notes on freescale.com

Could you please provide the exact link to the release notes / changelog here? I am interested in the fixes of the new GPU driver version, but I can't find the release notes on freescale.com myself, it's quite a big site.

I just sent v2 patches for 3.14.28-1.0.1_patch release. You can see the information of bug fixes in the commit log. 
However, here is the link for release notes on freescale.com

http://cache.freescale.com/files/32bit/doc/support_info/IMX6L31428101RN.pdf

Thanks,
Neena



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

* Re: [PATCH 0/4] 3.14.28-1.0.1_patch release patches
  2015-06-02 15:18   ` Neena Busireddy
@ 2015-06-02 18:29     ` Thomas McGuire
  0 siblings, 0 replies; 15+ messages in thread
From: Thomas McGuire @ 2015-06-02 18:29 UTC (permalink / raw)
  To: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 1416 bytes --]

Hi,

On 02.06.2015 17:18, Neena Busireddy wrote:
>> On 20.05.2015 21:11, Neena Busireddy wrote:
>>> 3.14.28-1.0.1_patch release has GPU bug fixes. The patch descriptions
>>> can be found in release notes on freescale.com
>>
>> Could you please provide the exact link to the release notes / changelog here? I am interested in the fixes of the new GPU driver version, but I can't find the release notes on freescale.com myself, it's quite a big site.
>
> I just sent v2 patches for 3.14.28-1.0.1_patch release. You can see the information of bug fixes in the commit log.
> However, here is the link for release notes on freescale.com
>
> http://cache.freescale.com/files/32bit/doc/support_info/IMX6L31428101RN.pdf

Thanks a lot, that's really useful information. By Googling for the 
title of the PDF I've also found the path to navigate to the release 
notes on freescale.com now, so for anyone else having trouble with this, 
the path is:
freescale.com -> Products -> i.MX Applications Processors based on ARM® 
Cores -> i.MX 6 Processors -> i.MX6Q -> Documentation -> Supporting 
Information -> i.MX 6 Yocto Project L3.14.28_1.0.1 Patch Release Notes

Happy to see that a Wayland issue was fixed.

Regards,
Thomas
-- 
Thomas McGuire | thomas.mcguire@kdab.com | Senior Software Engineer
KDAB (Deutschland) GmbH&Co KG, a KDAB Group company
Tel: +49-30-521325470
KDAB - The Qt Experts


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4045 bytes --]

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

end of thread, other threads:[~2015-06-02 18:29 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-20 19:11 [PATCH 0/4] 3.14.28-1.0.1_patch release patches Neena Busireddy
2015-05-20 19:11 ` [PATCH 1/4] imx-gpu-viv: Upgrade to 5.0.11.p4.5 Neena Busireddy
2015-05-20 19:35   ` Daiane Angolini
2015-05-20 20:31     ` Pushpal Sidhu
2015-05-20 19:11 ` [PATCH 2/4] imx-gpu-viv: Upgrade sfp " Neena Busireddy
2015-05-20 19:11 ` [PATCH 3/4] xf86-video-imxfb-vivante: Upgrade " Neena Busireddy
2015-05-20 19:11 ` [PATCH 4/4] SCR-3.14.28-1.0.1-patch: Include SCR for 3.14.28-1.0.1_patch release Neena Busireddy
2015-05-20 20:20   ` Otavio Salvador
2015-05-20 20:26     ` Lauren Post
2015-05-20 20:29       ` Otavio Salvador
2015-05-21 14:06         ` Lauren Post
2015-05-21 21:46           ` Otavio Salvador
2015-06-02  8:52 ` [PATCH 0/4] 3.14.28-1.0.1_patch release patches Thomas McGuire
2015-06-02 15:18   ` Neena Busireddy
2015-06-02 18:29     ` Thomas McGuire

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.