[meta-freescale] [PATCH] chromium-wayland: Remove redundant setting

Alexandra Safta alexandra-ioana.safta at nxp.com
Fri Apr 28 09:05:50 PDT 2017


The use-egl PACKAGECONFIG is already enabled by default.

Signed-off-by: Tom Hochstein <tom.hochstein at nxp.com>
Signed-off-by: Alexandra Safta <alexandra-ioana.safta at nxp.com>
---
 dynamic-layers/browser-layer/recipes-browser/chromium/chromium-imx.inc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dynamic-layers/browser-layer/recipes-browser/chromium/chromium-imx.inc b/dynamic-layers/browser-layer/recipes-browser/chromium/chromium-imx.inc
index f8ba268..cdd0f08 100644
--- a/dynamic-layers/browser-layer/recipes-browser/chromium/chromium-imx.inc
+++ b/dynamic-layers/browser-layer/recipes-browser/chromium/chromium-imx.inc
@@ -25,9 +25,8 @@ do_patch[prefuncs] =+ "add_chromium_imx_patches"
 
 # * Lost context problems are not known to happen with Vivante GPUs,
 #   so it is safe to use ignore-lost-context
-# * EGL is on by default due to the GPU on the i.MX6
 # * Proprietary codecs need to be enabled for h.264 and MP4 support
-PACKAGECONFIG_append = " use-egl ignore-lost-context proprietary-codecs"
+PACKAGECONFIG_append = " ignore-lost-context proprietary-codecs"
 
 copy_chromium_imx_files() {
 	# sources in src/ are already organized in a manner
-- 
2.1.4



More information about the meta-freescale mailing list