From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 8D1C9E00837; Mon, 17 Nov 2014 05:13:43 -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, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [157.55.234.98 listed in list.dnswl.org] * -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 emea01-db3-obe.outbound.protection.outlook.com (mail-db3on0098.outbound.protection.outlook.com [157.55.234.98]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id CA15BE0072A for ; Mon, 17 Nov 2014 05:13:34 -0800 (PST) Received: from [192.168.1.168] (93.64.190.105) by AMSPR04MB389.eurprd04.prod.outlook.com (10.242.23.143) with Microsoft SMTP Server (TLS) id 15.1.16.15; Mon, 17 Nov 2014 13:13:28 +0000 Message-ID: <5469F46D.4000507@giuneco.it> Date: Mon, 17 Nov 2014 14:13:17 +0100 From: Gianluca Cinci User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Otavio Salvador References: <5462A702.3040909@giuneco.it> <54646A34.6080201@giuneco.it> In-Reply-To: X-Originating-IP: [93.64.190.105] X-ClientProxiedBy: AMSPR02CA0048.eurprd02.prod.outlook.com (10.242.225.176) To AMSPR04MB389.eurprd04.prod.outlook.com (10.242.23.143) X-Microsoft-Antispam: UriScan:; X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:AMSPR04MB389; X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:AMSPR04MB389; X-Forefront-PRVS: 03982FDC1D X-Forefront-Antispam-Report: SFV:NSPM; SFS:(10009020)(6009001)(6049001)(377454003)(479174003)(189002)(5423002)(199003)(24454002)(40100003)(64126003)(21056001)(120916001)(80316001)(122386002)(77156002)(50466002)(36756003)(47776003)(66066001)(64706001)(4396001)(77096003)(23676002)(97736003)(65806001)(20776003)(62966003)(95666004)(102836001)(87266999)(54356999)(76176999)(65816999)(101416001)(107046002)(33656002)(106356001)(87976001)(110136001)(42186005)(93886004)(99396003)(19580395003)(19580405001)(105586002)(50986999)(83506001)(92566001)(46102003)(92726001)(31966008)(74482002)(86362001)(117156001)(230783001)(59896002)(19627235001); DIR:OUT; SFP:1101; SCL:1; SRVR:AMSPR04MB389; H:[192.168.1.168]; FPR:; MLV:sfv; PTR:InfoNoRecords; MX:1; A:1; LANG:en; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:AMSPR04MB389; X-OriginatorOrg: giuneco.it Cc: "meta-freescale@yoctoproject.org" Subject: Re: [meta-fsl-arm] [linux-2.6.35-r45] amd-gpu : patch proposal / discussion (imx53 + Qt 5.3 + 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, 17 Nov 2014 13:13:43 -0000 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit On 13/11/2014 11:18, Otavio Salvador wrote: > On Thu, Nov 13, 2014 at 6:22 AM, Gianluca Cinci > wrote: >> sure , the patch is attached to this mail (let me know if I must to change >> it) > I think Daiane meant for you to include the patch in the kernel recipe > so we could test / review it for inclusion. > >> About the cinematicexperience + eglfs dependecies: >> With the only inclusion of cinematicexperience the "EGL..." error come out >> , so i must to add the "amd-gpu-bin-mx51" package to have all the necessary >> library on my fs. > Could you use strace to see which library it is trying to load and missing? > Hi Otavio i made some much accurate tests and I can't notice the previously mentioned problem (EGL....Error surface) , probably a miss configuration in my cooked image recipe. But , i found this behaviour :(this are the basic steps) 1) cooked fsl-image-multimedia-full and add only the cinamaticexperience: CORE_IMAGE_EXTRA_INSTALL += " \ packagegroup-fsl-gstreamer-full \ cinematicexperience \ " 2) ~# Qt5_CinematicExperience -platform eglfs This application failed to start because it could not find or load the Qt platform plugin "eglfs". Reinstalling the application may fix this problem. Aborted 3) root@aepimx53:~# opkg install qtbase-plugins 4) root@aepimx53:~# Qt5_CinematicExperience -platform eglfs QFontDatabase: Cannot find font directory /usr/lib/fonts - is Qt installed correctly? Aborted 5) opkg install qtbase-fonts -> resolvs the last missing qtbase dependencies and QtCinematicExperience runs. If you want to investigate about the EGL... surface error , I can try to reproduce the problem again by removing the egls libraries. I'll send the kernel and sources patch early to Daiane and meta-freescale about the amd-gpu driver Best Regards Gianluca