From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id EB886E0073A; Fri, 9 May 2014 13:20:16 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=RDNS_NONE,SPF_HELO_PASS autolearn=no version=3.3.1 X-Spam-HAM-Report: * -0.0 SPF_HELO_PASS SPF: HELO matches SPF record * 1.3 RDNS_NONE Delivered to internal network by a host with no rDNS Received: from ptmx.org (unknown [178.63.28.110]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 9AE0EE00478 for ; Fri, 9 May 2014 13:20:16 -0700 (PDT) Received: from [192.168.178.14] (chello080108088242.14.11.vie.surfer.at [80.108.88.242]) by ptmx.org (Postfix) with ESMTPSA id C673D24F77 for ; Fri, 9 May 2014 22:20:15 +0200 (CEST) Message-ID: <536D387F.6060309@pseudoterminal.org> Date: Fri, 09 May 2014 22:20:15 +0200 From: Carlos Rafael Giani User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <20140504042604.16786jtj1xgod9jw@iwavesystems.com> <6B7D1608B0F048D490CC7D36DB5E3F6A@IWHDDTP50> In-Reply-To: <6B7D1608B0F048D490CC7D36DB5E3F6A@IWHDDTP50> Subject: Re: Error: Adding chromium browser + fsl-image-gui (Yocto - Dora) X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 May 2014 20:20:17 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 2014-05-06 12:38, Somashekar wrote: > Hi All, > > We are able to integrate and build yocto(dora) with chromium browser, > but hardware acceleration seems to be not working. > > Could not play video from youtube.com, following procedure was > referred to export WebGL libraries; which we assume is required for > enabling hardware acceleration. > > - To enable rendering of WebGL do the following steps after boot. Add > the following lines to /etc/profile or /usr/bin/google-chrome > export > LD_PRELOAD=/usr/lib/libGAL.so:/usr/lib/libEGL.so:/usr/lib/libGLSLC.so:/usr/lib/libCLC.so:/usr/lib/libGLESv2.so > > - Start the Chromium browser > $google-chrome --use-gl=egl Note that the recipes in meta-browser now contain packageconfigs to enable EGL support. You don't need to pass this parameter then.