From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from userp1040.oracle.com (userp1040.oracle.com [156.151.31.81]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 998ACE007E2 for ; Wed, 15 Jan 2014 08:08:06 -0800 (PST) Received: from ucsinet22.oracle.com (ucsinet22.oracle.com [156.151.31.94]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id s0FG83C5014775 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 15 Jan 2014 16:08:04 GMT Received: from aserz7021.oracle.com (aserz7021.oracle.com [141.146.126.230]) by ucsinet22.oracle.com (8.14.5+Sun/8.14.5) with ESMTP id s0FG82Hc029929 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 15 Jan 2014 16:08:03 GMT Received: from abhmp0013.oracle.com (abhmp0013.oracle.com [141.146.116.19]) by aserz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s0FG821S002153; Wed, 15 Jan 2014 16:08:02 GMT Received: from ddhill-mac.local (/76.28.28.227) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 15 Jan 2014 08:08:02 -0800 Message-ID: <52D6B261.4020507@Oracle.com> Date: Wed, 15 Jan 2014 11:08:01 -0500 From: David Hill User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Otavio Salvador References: <52D59C91.8090802@Oracle.com> In-Reply-To: X-Source-IP: ucsinet22.oracle.com [156.151.31.94] Cc: meta-freescale Mailing List Subject: Re: fsl framebuffer image ? 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: Wed, 15 Jan 2014 16:08:07 -0000 Content-Type: multipart/alternative; boundary="------------060500030409070003030404" --------------060500030409070003030404 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 1/14/14, Jan 14, 8:39 PM, Otavio Salvador wrote: > Hello David, > > On Tue, Jan 14, 2014 at 6:22 PM, David Hill > wrote: > > I am interested in using imx6 in accelerated framebuffer mode. Currently I have a running fsl-image-gui, but that does not have the two accelerated framebuffer versions of libEGL.so & libGAL.so installed (at least that I could find. > > I have heard that there is a fsl-image-fb in the works. Is that likely to be mainlined anytime soon ? > > Any other suggestions on how to obtain the two shared libs ? > > > Adding: > > DISTRO_FEATURES_remove = "x11 wayland" > > to your local.conf should do the trick. If you want directfb, use: > > DISTRO_FEATURES += "directfb" > > I hope it works for you. Otavio, Not quite... $ bitbake $ bitbake fsl-image-gui ERROR: Nothing PROVIDES 'virtual/libx11' (but /home/ddhill/yocto/sources/poky/meta/recipes-qt/qt4/qt4-x11-free_4.8.5.bb DEPENDS on or otherwise requires it) ERROR: nativesdk-libx11 PROVIDES virtual/libx11 but was skipped: 'x11' not in DISTRO_FEATURES ERROR: libx11 PROVIDES virtual/libx11 but was skipped: 'x11' not in DISTRO_FEATURES ERROR: libx11-diet PROVIDES virtual/libx11 but was skipped: 'x11' not in DISTRO_FEATURES NOTE: Runtime target 'qt4-plugin-phonon-backend-gstreamer' is unbuildable, removing... Missing or unbuildable dependency chain was: ['qt4-plugin-phonon-backend-gstreamer', 'virtual/libx11'] ERROR: Required build target 'fsl-image-gui' has no buildable providers. Missing or unbuildable dependency chain was: ['fsl-image-gui', 'qt4-plugin-phonon-backend-gstreamer', 'virtual/libx11'] "fsl-image-gui" seems odd here of course, but did not know what else to use, and you did not mention another target. Looks like this is more complicated than just pulling a couple of features out. As I am not doing a production image, I would be happy just adding the to fb libraries to an X11 image. Guess I will have to try Lauren stuff next (again as I could not get it to build last year). Dave > > -- > Otavio Salvador O.S. Systems > http://www.ossystems.com.br http://code.ossystems.com.br > Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 -- David Hill Java Embedded Development "The problm with computers is they do what you tell them." --------------060500030409070003030404 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit
On 1/14/14, Jan 14, 8:39 PM, Otavio Salvador wrote:
Hello David,

On Tue, Jan 14, 2014 at 6:22 PM, David Hill <David.Hill@oracle.com> wrote:
   I am interested in using imx6 in accelerated framebuffer mode. Currently I have a running fsl-image-gui, but that does not have the two accelerated framebuffer versions of libEGL.so & libGAL.so installed (at least that I could find.

I have heard that there is a fsl-image-fb in the works. Is that likely to be mainlined anytime soon ?

Any other suggestions on how to obtain the two shared libs ?

Adding:

DISTRO_FEATURES_remove = "x11 wayland" 

to your local.conf should do the trick. If you want directfb, use:

DISTRO_FEATURES += "directfb" 

I hope it works for you.

Otavio,
  Not quite...
$ bitbake $ bitbake fsl-image-gui

ERROR: Nothing PROVIDES 'virtual/libx11' (but /home/ddhill/yocto/sources/poky/meta/recipes-qt/qt4/qt4-x11-free_4.8.5.bb DEPENDS on or otherwise requires it)
ERROR: nativesdk-libx11 PROVIDES virtual/libx11 but was skipped: 'x11' not in DISTRO_FEATURES
ERROR: libx11 PROVIDES virtual/libx11 but was skipped: 'x11' not in DISTRO_FEATURES
ERROR: libx11-diet PROVIDES virtual/libx11 but was skipped: 'x11' not in DISTRO_FEATURES
NOTE: Runtime target 'qt4-plugin-phonon-backend-gstreamer' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['qt4-plugin-phonon-backend-gstreamer', 'virtual/libx11']
ERROR: Required build target 'fsl-image-gui' has no buildable providers.
Missing or unbuildable dependency chain was: ['fsl-image-gui', 'qt4-plugin-phonon-backend-gstreamer', 'virtual/libx11']

"fsl-image-gui" seems odd here of course, but did not know what else to use, and you did not mention another target. Looks like this is more complicated than just pulling a couple of features out.

As I am not doing a production image, I would be happy just adding the to fb libraries to an X11 image. Guess I will have to try Lauren stuff next (again as I could not get it to build last year).

Dave



--
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


-- 
David Hill <David.Hill@Oracle.com>
Java Embedded Development

"The problm with computers is they do what you tell them."
--------------060500030409070003030404--