<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hi,<br>
<br>
One question? This patch should work for a chromium_38.0.2125.101.bb
recipe right? Because the only one available is still the
chromium_37.0.2062.94.bb.<br>
<br>
Rgds<br>
<br>
<div class="moz-cite-prefix">El 13/10/14 a las #4, Carlos Rafael
Giani escribió:<br>
</div>
<blockquote cite="mid:543BC1E8.2050807@pseudoterminal.org"
type="cite">On 2014-10-13 14:01, Gary Thomas wrote:
<br>
<blockquote type="cite">On 2014-10-13 05:35, Carlos Rafael Giani
wrote:
<br>
<blockquote type="cite">In this update, the "component-build"
packageconfig is no longer enabled
<br>
by default. Component builds do use much less RAM on build
machines, but
<br>
according to Chromium developers, it is not recommended to use
these for
<br>
anything other than developer builds.
<br>
<br>
Note that you should still enable component mode if you don't
have a
<br>
64 bit build machine, or a machine with less than 8 GB RAM.
<br>
<br>
Reference:
<br>
<a class="moz-txt-link-freetext" href="https://groups.google.com/a/chromium.org/d/topic/chromium-dev/yqIHEbquIBg/discussion">https://groups.google.com/a/chromium.org/d/topic/chromium-dev/yqIHEbquIBg/discussion</a>
<br>
<br>
Signed-off-by: Carlos Rafael Giani
<a class="moz-txt-link-rfc2396E" href="mailto:dv@pseudoterminal.org"><dv@pseudoterminal.org></a>
<br>
---
<br>
browser-layer/recipes-browser/chromium/chromium-imx.inc | 10
++++------
<br>
...m_37.0.2062.94.bbappend =>
chromium_38.0.2125.101.bbappend} | 4 +++-
<br>
2 files changed, 7 insertions(+), 7 deletions(-)
<br>
rename
browser-layer/recipes-browser/chromium/{chromium_37.0.2062.94.bbappend
=> chromium_38.0.2125.101.bbappend} (67%)
<br>
<br>
diff --git
a/browser-layer/recipes-browser/chromium/chromium-imx.inc
b/browser-layer/recipes-browser/chromium/chromium-imx.inc
<br>
index 02a027d..f955c80 100644
<br>
--- a/browser-layer/recipes-browser/chromium/chromium-imx.inc
<br>
+++ b/browser-layer/recipes-browser/chromium/chromium-imx.inc
<br>
@@ -4,9 +4,9 @@ DEPENDS_append = " libfslvpuwrap"
<br>
# The code below fetches this repository, copies the extra
source over to the main
<br>
# chromium source directory, and applies the patches.
<br>
<br>
-CHROMIUM_IMX_BRANCH = "master"
<br>
-CHROMIUM_IMX_SRCREV =
"5c5cadd40ad04e66ec9b14a7a29370b76ed5c4f4"
<br>
-CHROMIUM_IMX_DESTSUFFIX = "chromium-imx-git"
<br>
+CHROMIUM_IMX_BRANCH ?= "master"
<br>
+CHROMIUM_IMX_SRCREV ?= "HEAD"
<br>
+CHROMIUM_IMX_DESTSUFFIX ?= "chromium-imx-git"
<br>
<br>
PATCH_BASE_DIR =
"${WORKDIR}/${CHROMIUM_IMX_DESTSUFFIX}/patches"
<br>
<br>
@@ -22,12 +22,10 @@ do_unpack[postfuncs] +=
"copy_chromium_imx_files"
<br>
# patches to the OZONE_WAYLAND_EXTRA_PATCHES variable
<br>
do_patch[prefuncs] =+ "add_chromium_imx_patches"
<br>
<br>
-# * component build is on by default to reduce memory usage
while compiling and to
<br>
-# make it easier to patch binaries on the targets if
necessary
<br>
# * Lost context problems are not known to happen with
Vivante GPUs,
<br>
# so it is safe to use ignore-lost-context
<br>
# * EGL is on by default due to the GPU on the i.MX6
<br>
-PACKAGECONFIG_append = " component-build use-egl
ignore-lost-context"
<br>
+PACKAGECONFIG_append = " use-egl ignore-lost-context"
<br>
<br>
copy_chromium_imx_files() {
<br>
# sources in src/ are already organized in a manner
<br>
diff --git
a/browser-layer/recipes-browser/chromium/chromium_37.0.2062.94.bbappend
b/browser-layer/recipes-browser/chromium/chromium_38.0.2125.101.bbappend
<br>
similarity index 67%
<br>
rename from
browser-layer/recipes-browser/chromium/chromium_37.0.2062.94.bbappend
<br>
rename to
browser-layer/recipes-browser/chromium/chromium_38.0.2125.101.bbappend
<br>
index 1eb6490..f4c857b 100644
<br>
---
a/browser-layer/recipes-browser/chromium/chromium_37.0.2062.94.bbappend
<br>
+++
b/browser-layer/recipes-browser/chromium/chromium_38.0.2125.101.bbappend
<br>
@@ -1,5 +1,7 @@
<br>
include chromium-imx.inc
<br>
<br>
+CHROMIUM_IMX_BRANCH = "master"
<br>
+CHROMIUM_IMX_SRCREV =
"aff6dd45041340190e3742118200219a6d7f3e87"
<br>
CHROMIUM_IMX_COMMON_PATCHES +=
"<a class="moz-txt-link-freetext" href="file://$">file://$</a>{PATCH_BASE_DIR}/common/0001-Enable-share-group-workaround-for-Vivante-GPUs.patch
\
<br>
-
<a class="moz-txt-link-freetext" href="file://$">file://$</a>{PATCH_BASE_DIR}/common/0002-Add-VPU-video-decode-accelerator-to-Chromium-37-GPU-.patch"<br>
+
<a class="moz-txt-link-freetext" href="file://$">file://$</a>{PATCH_BASE_DIR}/common/0002-Add-VPU-video-decode-accelerator-to-Chromium-38-GPU-.patch"<br>
</blockquote>
<br>
Did you mean to make this change or perhaps failed to send this
last patch file?
<br>
<br>
<blockquote type="cite"> CHROMIUM_IMX_WAYLAND_PATCHES +=
<a class="moz-txt-link-rfc2396E" href="file://${PATCH_BASE_DIR}/wayland/0001-Modify-eglwayland-versions-for-Vivante-GPUs.patch">"file://${PATCH_BASE_DIR}/wayland/0001-Modify-eglwayland-versions-for-Vivante-GPUs.patch"</a><br>
<br>
</blockquote>
</blockquote>
<br>
These are part of the chromium-imx repo , which is fetched in
chromium-imx.inc .
<br>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<p class="nombre" style="color: rgb(0, 0, 0); font-family:
Verdana, Geneva, sans-serif; font-size: 10pt; font-style:
italic; font-weight: bold; "><font color="#000000">Ruben Morgade</font><br>
<font color="#A4C300">STB product Manager</font></p>
<p style="color: rgb(0, 0, 0); font-family: Verdana, Geneva,
sans-serif; font-size: 8pt; "><b>Arantia 2010, S.L.U.</b><br>
Volta do Castro, s/n<br>
15706 Santiago de Compostela (Spain)<br>
Tel: +34 902 209040<br>
Fax: +34 981 524428<br>
<a href="mailto:arantia@arantia.com">arantia@arantia.com</a><br>
<a href="http://www.arantia.com/">www.arantia.com</a></p>
<p style="color: rgb(0, 0, 0); font-family: Verdana, Geneva,
sans-serif; font-size: 8pt; text-align: left"><b>a Televes
Corporation Company</b></p>
<p style="color: rgb(0, 0, 0); font-family: Verdana, Geneva,
sans-serif; font-size: 8pt; "><font color="#008800"><font
style="font-size: 8pt; " size="1">Respeta el medio ambiente:
imprime este correo, solo si lo consideras necesario</font></font></p>
<p style="color: rgb(0, 0, 0); font-family: Verdana, Geneva,
sans-serif; font-size: 8pt; "><font color="#000000"><font
style="font-size: 8pt; " size="1">Nota de confidencialidad:
Este mensaje se dirige exclusivamente a su destinatario y
puede contener información privilegiada o confidencial. Si
no es vd. el destinatario indicado, queda notificado de que
la lectura, utilización, divulgación y/o copia sin
autorización está prohibida en virtud de la legislación
vigente. Si ha recibido este mensaje por error, le rogamos
que nos lo comunique inmediatamente por esta misma vía y
proceda a su destrucción. El correo electrónico vía Internet
no permite asegurar la confidencialidad de los mensajes que
se transmiten ni su integridad o correcta recepción. Arantia
2010 no asume ninguna responsabilidad por estas
circunstancias.</font></font></p>
<p style="color: rgb(0, 0, 0); font-family: Verdana, Geneva,
sans-serif; font-size: 8pt; "><font color="#008800"><font
style="font-size: 8pt; " size="1">Be environmentally
responsible. Do not print this message unless absolutely
necessary</font></font></p>
<p style="color: rgb(0, 0, 0); font-family: Verdana, Geneva,
sans-serif; font-size: 8pt; "><font color="#000000"><font
style="font-size: 8pt; " size="1">This message is intended
exclusively for its addressee and may contain information
that is CONFIDENTIAL and protected by a professional
privilege or whose disclosure is prohibited by law.If you
are not the intended recipient you are hereby notified that
any read, dissemination, copy or disclosure of this
communication is strictly prohibited by law. If this message
has been received in error, please immediately notify us via
e-mail and delete it. Internet e-mail neither guarantees the
confidentiality nor the integrity or proper receipt of the
messages sent. Arantia 2010 does not assume any liability
for those circumstances.</font></font></p>
</div>
</body>
</html>