All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm][PATCH] chromium: Update bbappend to version 40.0.2214.91
@ 2015-01-26 23:21 Carlos Rafael Giani
  2015-01-26 23:24 ` Prabhu S
  0 siblings, 1 reply; 4+ messages in thread
From: Carlos Rafael Giani @ 2015-01-26 23:21 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
---
 .../recipes-browser/chromium/chromium_40.0.2214.91.bbappend  | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 browser-layer/recipes-browser/chromium/chromium_40.0.2214.91.bbappend

diff --git a/browser-layer/recipes-browser/chromium/chromium_40.0.2214.91.bbappend b/browser-layer/recipes-browser/chromium/chromium_40.0.2214.91.bbappend
new file mode 100644
index 0000000..20d7ceb
--- /dev/null
+++ b/browser-layer/recipes-browser/chromium/chromium_40.0.2214.91.bbappend
@@ -0,0 +1,12 @@
+include chromium-imx.inc
+
+CHROMIUM_IMX_BRANCH = "chromium-40"
+CHROMIUM_IMX_SRCREV = "4a799509fa9a9c6281268856d20ff531927e39a3"
+CHROMIUM_IMX_COMMON_PATCHES += "file://${PATCH_BASE_DIR}/common/0001-Enable-share-group-workaround-for-Vivante-GPUs.patch"
+
+VPU_PATCHES = "file://${PATCH_BASE_DIR}/common/0002-Add-VPU-video-decode-accelerator-to-Chromium-38-GPU-.patch"
+
+CHROMIUM_IMX_VPU_PATCHES_mx6q += "${VPU_PATCHES}"
+CHROMIUM_IMX_VPU_PATCHES_mx6dl += "${VPU_PATCHES}"
+
+CHROMIUM_IMX_WAYLAND_PATCHES += "file://${PATCH_BASE_DIR}/wayland/0001-Modify-eglwayland-versions-for-Vivante-GPUs.patch"
-- 
1.9.1



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

* Re: [meta-fsl-arm][PATCH] chromium: Update bbappend to version 40.0.2214.91
  2015-01-26 23:21 [meta-fsl-arm][PATCH] chromium: Update bbappend to version 40.0.2214.91 Carlos Rafael Giani
@ 2015-01-26 23:24 ` Prabhu S
  2015-01-26 23:26   ` Carlos Rafael Giani
  0 siblings, 1 reply; 4+ messages in thread
From: Prabhu S @ 2015-01-26 23:24 UTC (permalink / raw)
  To: Carlos Rafael Giani; +Cc: meta-freescale

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

0002-Add-VPU-video-decode-accelerator-to-Chromium-38-GPU-.patch - do you
still need 38 name in it?

On Mon, Jan 26, 2015 at 5:21 PM, Carlos Rafael Giani <dv@pseudoterminal.org>
wrote:

> Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
> ---
>  .../recipes-browser/chromium/chromium_40.0.2214.91.bbappend  | 12
> ++++++++++++
>  1 file changed, 12 insertions(+)
>  create mode 100644
> browser-layer/recipes-browser/chromium/chromium_40.0.2214.91.bbappend
>
> diff --git
> a/browser-layer/recipes-browser/chromium/chromium_40.0.2214.91.bbappend
> b/browser-layer/recipes-browser/chromium/chromium_40.0.2214.91.bbappend
> new file mode 100644
> index 0000000..20d7ceb
> --- /dev/null
> +++ b/browser-layer/recipes-browser/chromium/chromium_40.0.2214.91.bbappend
> @@ -0,0 +1,12 @@
> +include chromium-imx.inc
> +
> +CHROMIUM_IMX_BRANCH = "chromium-40"
> +CHROMIUM_IMX_SRCREV = "4a799509fa9a9c6281268856d20ff531927e39a3"
> +CHROMIUM_IMX_COMMON_PATCHES +=
> "file://${PATCH_BASE_DIR}/common/0001-Enable-share-group-workaround-for-Vivante-GPUs.patch"
> +
> +VPU_PATCHES =
> "file://${PATCH_BASE_DIR}/common/0002-Add-VPU-video-decode-accelerator-to-Chromium-38-GPU-.patch"
> +
> +CHROMIUM_IMX_VPU_PATCHES_mx6q += "${VPU_PATCHES}"
> +CHROMIUM_IMX_VPU_PATCHES_mx6dl += "${VPU_PATCHES}"
> +
> +CHROMIUM_IMX_WAYLAND_PATCHES +=
> "file://${PATCH_BASE_DIR}/wayland/0001-Modify-eglwayland-versions-for-Vivante-GPUs.patch"
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
>

[-- Attachment #2: Type: text/html, Size: 2313 bytes --]

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

* Re: [meta-fsl-arm][PATCH] chromium: Update bbappend to version 40.0.2214.91
  2015-01-26 23:24 ` Prabhu S
@ 2015-01-26 23:26   ` Carlos Rafael Giani
  2015-01-26 23:28     ` Otavio Salvador
  0 siblings, 1 reply; 4+ messages in thread
From: Carlos Rafael Giani @ 2015-01-26 23:26 UTC (permalink / raw)
  To: Prabhu S; +Cc: meta-freescale

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

This is a little confusing, yes. The reason is that it applies for both 
38 and 40. Perhaps renaming it to 40 in chromium-imx' chromium-40 branch 
makes more sense.

On 2015-01-27 00:24, Prabhu S wrote:
> 0002-Add-VPU-video-decode-accelerator-to-Chromium-38-GPU-.patch - do 
> you still need 38 name in it?
>
> On Mon, Jan 26, 2015 at 5:21 PM, Carlos Rafael Giani 
> <dv@pseudoterminal.org <mailto:dv@pseudoterminal.org>> wrote:
>
>     Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org
>     <mailto:dv@pseudoterminal.org>>
>     ---
>      .../recipes-browser/chromium/chromium_40.0.2214.91.bbappend | 12
>     ++++++++++++
>      1 file changed, 12 insertions(+)
>      create mode 100644
>     browser-layer/recipes-browser/chromium/chromium_40.0.2214.91.bbappend
>
>     diff --git
>     a/browser-layer/recipes-browser/chromium/chromium_40.0.2214.91.bbappend
>     b/browser-layer/recipes-browser/chromium/chromium_40.0.2214.91.bbappend
>     new file mode 100644
>     index 0000000..20d7ceb
>     --- /dev/null
>     +++
>     b/browser-layer/recipes-browser/chromium/chromium_40.0.2214.91.bbappend
>     @@ -0,0 +1,12 @@
>     +include chromium-imx.inc
>     +
>     +CHROMIUM_IMX_BRANCH = "chromium-40"
>     +CHROMIUM_IMX_SRCREV = "4a799509fa9a9c6281268856d20ff531927e39a3"
>     +CHROMIUM_IMX_COMMON_PATCHES +=
>     "file://${PATCH_BASE_DIR}/common/0001-Enable-share-group-workaround-for-Vivante-GPUs.patch"
>     +
>     +VPU_PATCHES =
>     "file://${PATCH_BASE_DIR}/common/0002-Add-VPU-video-decode-accelerator-to-Chromium-38-GPU-.patch"
>     +
>     +CHROMIUM_IMX_VPU_PATCHES_mx6q += "${VPU_PATCHES}"
>     +CHROMIUM_IMX_VPU_PATCHES_mx6dl += "${VPU_PATCHES}"
>     +
>     +CHROMIUM_IMX_WAYLAND_PATCHES +=
>     "file://${PATCH_BASE_DIR}/wayland/0001-Modify-eglwayland-versions-for-Vivante-GPUs.patch"
>     --
>     1.9.1
>
>     --
>     _______________________________________________
>     meta-freescale mailing list
>     meta-freescale@yoctoproject.org
>     <mailto:meta-freescale@yoctoproject.org>
>     https://lists.yoctoproject.org/listinfo/meta-freescale
>
>


[-- Attachment #2: Type: text/html, Size: 4037 bytes --]

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

* Re: [meta-fsl-arm][PATCH] chromium: Update bbappend to version 40.0.2214.91
  2015-01-26 23:26   ` Carlos Rafael Giani
@ 2015-01-26 23:28     ` Otavio Salvador
  0 siblings, 0 replies; 4+ messages in thread
From: Otavio Salvador @ 2015-01-26 23:28 UTC (permalink / raw)
  To: Carlos Rafael Giani; +Cc: meta-freescale

On Mon, Jan 26, 2015 at 9:26 PM, Carlos Rafael Giani
<dv@pseudoterminal.org> wrote:
> This is a little confusing, yes. The reason is that it applies for both 38
> and 40. Perhaps renaming it to 40 in chromium-imx' chromium-40 branch makes
> more sense.

As you are using branches, drop the version from the filename.

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

end of thread, other threads:[~2015-01-26 23:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-26 23:21 [meta-fsl-arm][PATCH] chromium: Update bbappend to version 40.0.2214.91 Carlos Rafael Giani
2015-01-26 23:24 ` Prabhu S
2015-01-26 23:26   ` Carlos Rafael Giani
2015-01-26 23:28     ` 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.