All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] chromium: Update bbappend to version 37.0.2062.94
@ 2014-09-04  9:47 Carlos Rafael Giani
  2014-09-04 11:55 ` Daiane Angolini
  0 siblings, 1 reply; 9+ messages in thread
From: Carlos Rafael Giani @ 2014-09-04  9:47 UTC (permalink / raw)
  To: meta-freescale

Also update chromium-imx revision to support newer Vivante drivers

Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
---
 browser-layer/recipes-browser/chromium/chromium-imx.inc                 | 2 +-
 .../{chromium_37.0.2062.0.bbappend => chromium_37.0.2062.94.bbappend}   | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename browser-layer/recipes-browser/chromium/{chromium_37.0.2062.0.bbappend => chromium_37.0.2062.94.bbappend} (100%)

diff --git a/browser-layer/recipes-browser/chromium/chromium-imx.inc b/browser-layer/recipes-browser/chromium/chromium-imx.inc
index b204d0d..02a027d 100644
--- a/browser-layer/recipes-browser/chromium/chromium-imx.inc
+++ b/browser-layer/recipes-browser/chromium/chromium-imx.inc
@@ -5,7 +5,7 @@ DEPENDS_append = " libfslvpuwrap"
 # chromium source directory, and applies the patches.
 
 CHROMIUM_IMX_BRANCH = "master"
-CHROMIUM_IMX_SRCREV = "0aacc892d0977f691d683db1c1f1f6f9e33da911"
+CHROMIUM_IMX_SRCREV = "5c5cadd40ad04e66ec9b14a7a29370b76ed5c4f4"
 CHROMIUM_IMX_DESTSUFFIX = "chromium-imx-git"
 
 PATCH_BASE_DIR = "${WORKDIR}/${CHROMIUM_IMX_DESTSUFFIX}/patches"
diff --git a/browser-layer/recipes-browser/chromium/chromium_37.0.2062.0.bbappend b/browser-layer/recipes-browser/chromium/chromium_37.0.2062.94.bbappend
similarity index 100%
rename from browser-layer/recipes-browser/chromium/chromium_37.0.2062.0.bbappend
rename to browser-layer/recipes-browser/chromium/chromium_37.0.2062.94.bbappend
-- 
1.8.3.2



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

* Re: [PATCH] chromium: Update bbappend to version 37.0.2062.94
  2014-09-04  9:47 [PATCH] chromium: Update bbappend to version 37.0.2062.94 Carlos Rafael Giani
@ 2014-09-04 11:55 ` Daiane Angolini
  2014-09-04 12:00   ` [meta-browser][PATCH v2] " Carlos Rafael Giani
  2014-09-04 12:02   ` [PATCH " Carlos Rafael Giani
  0 siblings, 2 replies; 9+ messages in thread
From: Daiane Angolini @ 2014-09-04 11:55 UTC (permalink / raw)
  To: Carlos Rafael Giani; +Cc: meta-freescale@yoctoproject.org

On Thu, Sep 4, 2014 at 6:47 AM, Carlos Rafael Giani
<dv@pseudoterminal.org> wrote:
> Also update chromium-imx revision to support newer Vivante drivers


What is "newer Vivante drivers"?

The makes it incompatible with "older Vivante drivers"?

Can you, please, elaborate?


Daiane
>
> Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
> ---
>  browser-layer/recipes-browser/chromium/chromium-imx.inc                 | 2 +-
>  .../{chromium_37.0.2062.0.bbappend => chromium_37.0.2062.94.bbappend}   | 0
>  2 files changed, 1 insertion(+), 1 deletion(-)
>  rename browser-layer/recipes-browser/chromium/{chromium_37.0.2062.0.bbappend => chromium_37.0.2062.94.bbappend} (100%)
>
> diff --git a/browser-layer/recipes-browser/chromium/chromium-imx.inc b/browser-layer/recipes-browser/chromium/chromium-imx.inc
> index b204d0d..02a027d 100644
> --- a/browser-layer/recipes-browser/chromium/chromium-imx.inc
> +++ b/browser-layer/recipes-browser/chromium/chromium-imx.inc
> @@ -5,7 +5,7 @@ DEPENDS_append = " libfslvpuwrap"
>  # chromium source directory, and applies the patches.
>
>  CHROMIUM_IMX_BRANCH = "master"
> -CHROMIUM_IMX_SRCREV = "0aacc892d0977f691d683db1c1f1f6f9e33da911"
> +CHROMIUM_IMX_SRCREV = "5c5cadd40ad04e66ec9b14a7a29370b76ed5c4f4"
>  CHROMIUM_IMX_DESTSUFFIX = "chromium-imx-git"
>
>  PATCH_BASE_DIR = "${WORKDIR}/${CHROMIUM_IMX_DESTSUFFIX}/patches"
> diff --git a/browser-layer/recipes-browser/chromium/chromium_37.0.2062.0.bbappend b/browser-layer/recipes-browser/chromium/chromium_37.0.2062.94.bbappend
> similarity index 100%
> rename from browser-layer/recipes-browser/chromium/chromium_37.0.2062.0.bbappend
> rename to browser-layer/recipes-browser/chromium/chromium_37.0.2062.94.bbappend
> --
> 1.8.3.2
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


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

* [meta-browser][PATCH v2] chromium: Update bbappend to version 37.0.2062.94
  2014-09-04 11:55 ` Daiane Angolini
@ 2014-09-04 12:00   ` Carlos Rafael Giani
  2014-09-04 12:01     ` Carlos Rafael Giani
  2014-09-04 12:02   ` [PATCH " Carlos Rafael Giani
  1 sibling, 1 reply; 9+ messages in thread
From: Carlos Rafael Giani @ 2014-09-04 12:00 UTC (permalink / raw)
  To: meta-freescale

Also update chromium-imx revision to support newer v5 Vivante drivers;
these no longer use "GL_VIV_direct_texture" as the name for the Vivante
texture extension, but "GL_VIV_tex_direct" instead

Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
---
 browser-layer/recipes-browser/chromium/chromium-imx.inc                 | 2 +-
 .../{chromium_37.0.2062.0.bbappend => chromium_37.0.2062.94.bbappend}   | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename browser-layer/recipes-browser/chromium/{chromium_37.0.2062.0.bbappend => chromium_37.0.2062.94.bbappend} (100%)

diff --git a/browser-layer/recipes-browser/chromium/chromium-imx.inc b/browser-layer/recipes-browser/chromium/chromium-imx.inc
index b204d0d..02a027d 100644
--- a/browser-layer/recipes-browser/chromium/chromium-imx.inc
+++ b/browser-layer/recipes-browser/chromium/chromium-imx.inc
@@ -5,7 +5,7 @@ DEPENDS_append = " libfslvpuwrap"
 # chromium source directory, and applies the patches.
 
 CHROMIUM_IMX_BRANCH = "master"
-CHROMIUM_IMX_SRCREV = "0aacc892d0977f691d683db1c1f1f6f9e33da911"
+CHROMIUM_IMX_SRCREV = "5c5cadd40ad04e66ec9b14a7a29370b76ed5c4f4"
 CHROMIUM_IMX_DESTSUFFIX = "chromium-imx-git"
 
 PATCH_BASE_DIR = "${WORKDIR}/${CHROMIUM_IMX_DESTSUFFIX}/patches"
diff --git a/browser-layer/recipes-browser/chromium/chromium_37.0.2062.0.bbappend b/browser-layer/recipes-browser/chromium/chromium_37.0.2062.94.bbappend
similarity index 100%
rename from browser-layer/recipes-browser/chromium/chromium_37.0.2062.0.bbappend
rename to browser-layer/recipes-browser/chromium/chromium_37.0.2062.94.bbappend
-- 
1.8.3.2



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

* Re: [meta-browser][PATCH v2] chromium: Update bbappend to version 37.0.2062.94
  2014-09-04 12:00   ` [meta-browser][PATCH v2] " Carlos Rafael Giani
@ 2014-09-04 12:01     ` Carlos Rafael Giani
  0 siblings, 0 replies; 9+ messages in thread
From: Carlos Rafael Giani @ 2014-09-04 12:01 UTC (permalink / raw)
  To: meta-freescale

On 09/04/2014 02:00 PM, Carlos Rafael Giani wrote:
> Also update chromium-imx revision to support newer v5 Vivante drivers;
> these no longer use "GL_VIV_direct_texture" as the name for the Vivante
> texture extension, but "GL_VIV_tex_direct" instead
>
> Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
> ---
>   browser-layer/recipes-browser/chromium/chromium-imx.inc                 | 2 +-
>   .../{chromium_37.0.2062.0.bbappend => chromium_37.0.2062.94.bbappend}   | 0
>   2 files changed, 1 insertion(+), 1 deletion(-)
>   rename browser-layer/recipes-browser/chromium/{chromium_37.0.2062.0.bbappend => chromium_37.0.2062.94.bbappend} (100%)
>
> diff --git a/browser-layer/recipes-browser/chromium/chromium-imx.inc b/browser-layer/recipes-browser/chromium/chromium-imx.inc
> index b204d0d..02a027d 100644
> --- a/browser-layer/recipes-browser/chromium/chromium-imx.inc
> +++ b/browser-layer/recipes-browser/chromium/chromium-imx.inc
> @@ -5,7 +5,7 @@ DEPENDS_append = " libfslvpuwrap"
>   # chromium source directory, and applies the patches.
>   
>   CHROMIUM_IMX_BRANCH = "master"
> -CHROMIUM_IMX_SRCREV = "0aacc892d0977f691d683db1c1f1f6f9e33da911"
> +CHROMIUM_IMX_SRCREV = "5c5cadd40ad04e66ec9b14a7a29370b76ed5c4f4"
>   CHROMIUM_IMX_DESTSUFFIX = "chromium-imx-git"
>   
>   PATCH_BASE_DIR = "${WORKDIR}/${CHROMIUM_IMX_DESTSUFFIX}/patches"
> diff --git a/browser-layer/recipes-browser/chromium/chromium_37.0.2062.0.bbappend b/browser-layer/recipes-browser/chromium/chromium_37.0.2062.94.bbappend
> similarity index 100%
> rename from browser-layer/recipes-browser/chromium/chromium_37.0.2062.0.bbappend
> rename to browser-layer/recipes-browser/chromium/chromium_37.0.2062.94.bbappend

Damnit, typo in the subject, sorry. Will re-send.


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

* [PATCH v2] chromium: Update bbappend to version 37.0.2062.94
  2014-09-04 11:55 ` Daiane Angolini
  2014-09-04 12:00   ` [meta-browser][PATCH v2] " Carlos Rafael Giani
@ 2014-09-04 12:02   ` Carlos Rafael Giani
  2014-09-04 16:31     ` Otavio Salvador
  1 sibling, 1 reply; 9+ messages in thread
From: Carlos Rafael Giani @ 2014-09-04 12:02 UTC (permalink / raw)
  To: meta-freescale

Also update chromium-imx revision to support newer v5 Vivante drivers;
these no longer use "GL_VIV_direct_texture" as the name for the Vivante
texture extension, but "GL_VIV_tex_direct" instead

Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
---
 browser-layer/recipes-browser/chromium/chromium-imx.inc                 | 2 +-
 .../{chromium_37.0.2062.0.bbappend => chromium_37.0.2062.94.bbappend}   | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename browser-layer/recipes-browser/chromium/{chromium_37.0.2062.0.bbappend => chromium_37.0.2062.94.bbappend} (100%)

diff --git a/browser-layer/recipes-browser/chromium/chromium-imx.inc b/browser-layer/recipes-browser/chromium/chromium-imx.inc
index b204d0d..02a027d 100644
--- a/browser-layer/recipes-browser/chromium/chromium-imx.inc
+++ b/browser-layer/recipes-browser/chromium/chromium-imx.inc
@@ -5,7 +5,7 @@ DEPENDS_append = " libfslvpuwrap"
 # chromium source directory, and applies the patches.
 
 CHROMIUM_IMX_BRANCH = "master"
-CHROMIUM_IMX_SRCREV = "0aacc892d0977f691d683db1c1f1f6f9e33da911"
+CHROMIUM_IMX_SRCREV = "5c5cadd40ad04e66ec9b14a7a29370b76ed5c4f4"
 CHROMIUM_IMX_DESTSUFFIX = "chromium-imx-git"
 
 PATCH_BASE_DIR = "${WORKDIR}/${CHROMIUM_IMX_DESTSUFFIX}/patches"
diff --git a/browser-layer/recipes-browser/chromium/chromium_37.0.2062.0.bbappend b/browser-layer/recipes-browser/chromium/chromium_37.0.2062.94.bbappend
similarity index 100%
rename from browser-layer/recipes-browser/chromium/chromium_37.0.2062.0.bbappend
rename to browser-layer/recipes-browser/chromium/chromium_37.0.2062.94.bbappend
-- 
1.8.3.2



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

* Re: [PATCH v2] chromium: Update bbappend to version 37.0.2062.94
  2014-09-04 12:02   ` [PATCH " Carlos Rafael Giani
@ 2014-09-04 16:31     ` Otavio Salvador
  2014-09-04 16:53       ` Gary Thomas
  2014-09-04 17:49       ` [PATCH v3] " Carlos Rafael Giani
  0 siblings, 2 replies; 9+ messages in thread
From: Otavio Salvador @ 2014-09-04 16:31 UTC (permalink / raw)
  To: Carlos Rafael Giani; +Cc: meta-freescale@yoctoproject.org

On Thu, Sep 4, 2014 at 9:02 AM, Carlos Rafael Giani
<dv@pseudoterminal.org> wrote:
> Also update chromium-imx revision to support newer v5 Vivante drivers;
> these no longer use "GL_VIV_direct_texture" as the name for the Vivante
> texture extension, but "GL_VIV_tex_direct" instead
>
> Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>

What Daiane means, and which is not clear in the commit log, is if v4
Vivante drivers also works.

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

* Re: [PATCH v2] chromium: Update bbappend to version 37.0.2062.94
  2014-09-04 16:31     ` Otavio Salvador
@ 2014-09-04 16:53       ` Gary Thomas
  2014-09-04 17:02         ` Otavio Salvador
  2014-09-04 17:49       ` [PATCH v3] " Carlos Rafael Giani
  1 sibling, 1 reply; 9+ messages in thread
From: Gary Thomas @ 2014-09-04 16:53 UTC (permalink / raw)
  To: meta-freescale

On 2014-09-04 10:31, Otavio Salvador wrote:
> On Thu, Sep 4, 2014 at 9:02 AM, Carlos Rafael Giani
> <dv@pseudoterminal.org> wrote:
>> Also update chromium-imx revision to support newer v5 Vivante drivers;
>> these no longer use "GL_VIV_direct_texture" as the name for the Vivante
>> texture extension, but "GL_VIV_tex_direct" instead
>>
>> Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
>
> What Daiane means, and which is not clear in the commit log, is if v4
> Vivante drivers also works.
>

Which brings up a related question - how can I tell (and from
which recipe(s)) which version of the Vivante firmware is being
used/installed?  I don't recall any mention of v4 vs v5 etc in any
of the recipes which makes it very confusing [at least to me]

Thanks

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: [PATCH v2] chromium: Update bbappend to version 37.0.2062.94
  2014-09-04 16:53       ` Gary Thomas
@ 2014-09-04 17:02         ` Otavio Salvador
  0 siblings, 0 replies; 9+ messages in thread
From: Otavio Salvador @ 2014-09-04 17:02 UTC (permalink / raw)
  To: Gary Thomas; +Cc: meta-freescale@yoctoproject.org

On Thu, Sep 4, 2014 at 1:53 PM, Gary Thomas <gary@mlbassoc.com> wrote:
> On 2014-09-04 10:31, Otavio Salvador wrote:
>>
>> On Thu, Sep 4, 2014 at 9:02 AM, Carlos Rafael Giani
>> <dv@pseudoterminal.org> wrote:
>>>
>>> Also update chromium-imx revision to support newer v5 Vivante drivers;
>>> these no longer use "GL_VIV_direct_texture" as the name for the Vivante
>>> texture extension, but "GL_VIV_tex_direct" instead
>>>
>>> Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
>>
>>
>> What Daiane means, and which is not clear in the commit log, is if v4
>> Vivante drivers also works.
>>
>
> Which brings up a related question - how can I tell (and from
> which recipe(s)) which version of the Vivante firmware is being
> used/installed?  I don't recall any mention of v4 vs v5 etc in any
> of the recipes which makes it very confusing [at least to me]

Gary:

v4 is 3.10.17
v5 is 3.10.31-beta

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

* [PATCH v3] chromium: Update bbappend to version 37.0.2062.94
  2014-09-04 16:31     ` Otavio Salvador
  2014-09-04 16:53       ` Gary Thomas
@ 2014-09-04 17:49       ` Carlos Rafael Giani
  1 sibling, 0 replies; 9+ messages in thread
From: Carlos Rafael Giani @ 2014-09-04 17:49 UTC (permalink / raw)
  To: meta-freescale

Also update chromium-imx revision to support newer v5 Vivante drivers
(used in 3.10.31 Beta release). These do not use "GL_VIV_direct_texture"
as the name for the Vivante texture extension, but "GL_VIV_tex_direct"
instead. v4 drivers (3.10.17 GA release and older) are still supported.

Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
---
 browser-layer/recipes-browser/chromium/chromium-imx.inc                 | 2 +-
 .../{chromium_37.0.2062.0.bbappend => chromium_37.0.2062.94.bbappend}   | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename browser-layer/recipes-browser/chromium/{chromium_37.0.2062.0.bbappend => chromium_37.0.2062.94.bbappend} (100%)

diff --git a/browser-layer/recipes-browser/chromium/chromium-imx.inc b/browser-layer/recipes-browser/chromium/chromium-imx.inc
index b204d0d..02a027d 100644
--- a/browser-layer/recipes-browser/chromium/chromium-imx.inc
+++ b/browser-layer/recipes-browser/chromium/chromium-imx.inc
@@ -5,7 +5,7 @@ DEPENDS_append = " libfslvpuwrap"
 # chromium source directory, and applies the patches.
 
 CHROMIUM_IMX_BRANCH = "master"
-CHROMIUM_IMX_SRCREV = "0aacc892d0977f691d683db1c1f1f6f9e33da911"
+CHROMIUM_IMX_SRCREV = "5c5cadd40ad04e66ec9b14a7a29370b76ed5c4f4"
 CHROMIUM_IMX_DESTSUFFIX = "chromium-imx-git"
 
 PATCH_BASE_DIR = "${WORKDIR}/${CHROMIUM_IMX_DESTSUFFIX}/patches"
diff --git a/browser-layer/recipes-browser/chromium/chromium_37.0.2062.0.bbappend b/browser-layer/recipes-browser/chromium/chromium_37.0.2062.94.bbappend
similarity index 100%
rename from browser-layer/recipes-browser/chromium/chromium_37.0.2062.0.bbappend
rename to browser-layer/recipes-browser/chromium/chromium_37.0.2062.94.bbappend
-- 
1.8.3.2



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

end of thread, other threads:[~2014-09-04 17:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-04  9:47 [PATCH] chromium: Update bbappend to version 37.0.2062.94 Carlos Rafael Giani
2014-09-04 11:55 ` Daiane Angolini
2014-09-04 12:00   ` [meta-browser][PATCH v2] " Carlos Rafael Giani
2014-09-04 12:01     ` Carlos Rafael Giani
2014-09-04 12:02   ` [PATCH " Carlos Rafael Giani
2014-09-04 16:31     ` Otavio Salvador
2014-09-04 16:53       ` Gary Thomas
2014-09-04 17:02         ` Otavio Salvador
2014-09-04 17:49       ` [PATCH v3] " Carlos Rafael Giani

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.