From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id EAB48E00C2D; Sun, 6 Mar 2016 23:46:57 -0800 (PST) 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.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 SPF_HELO_PASS SPF: HELO matches SPF record * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from ptmx.org (ptmx.org [178.63.28.110]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id A1BE5E00C00 for ; Sun, 6 Mar 2016 23:46:54 -0800 (PST) Received: from [172.16.1.4] (chello062178118086.5.14.vie.surfer.at [62.178.118.86]) by ptmx.org (Postfix) with ESMTPSA id 961322E945 for ; Mon, 7 Mar 2016 08:46:52 +0100 (CET) To: meta-freescale@yoctoproject.org References: <56DD2A7D.9000700@exceet.de> From: Carlos Rafael Giani Message-ID: <56DD31EB.3090609@pseudoterminal.org> Date: Mon, 7 Mar 2016 08:46:51 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <56DD2A7D.9000700@exceet.de> Subject: Re: QT5.5 webengine with eglfs 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: Mon, 07 Mar 2016 07:46:58 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit I remember that. Very problematic issue. One way to clean this up would be to add fonts to the RDEPENDS list. But then, certain fonts will always be installed. Probably a better way would be to somehow have something like RDEPENDS for a class of packages. This way, bitbake complains unless you installed basic fonts (*any* basic fonts). However, I don't know how this would be possible. On 2016-03-07 08:15, Schrempf Frieder wrote: > On 05.03.2016 22:30, pierluigi.passaro@phoenixsoftware.it wrote: >> Hi all, >> on iMX6 custom board, I'm trying to run QT5.5.1 webenginewidgets >> examples using jethro release, but both "browser" and "fancybrowser" are >> crashing. >> Is there any know issue with QT5.5.1 webengine and eglfs? >> >> Thanks >> Regards >> Pierluigi > Hi Pierluigi, > > you might want to try to install some basic fonts on your system, as > QtWebEngine silently crashes, when it doesn't find any fonts. > I had this problem while building a basic image in Yocto, that didn't > include any fonts and could solve it this way. > > Regards > Frieder