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 8143FE006F7 for ; Thu, 30 Jan 2014 13:55:13 -0800 (PST) Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id s0ULtAJv030292 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 30 Jan 2014 21:55:11 GMT Received: from aserz7021.oracle.com (aserz7021.oracle.com [141.146.126.230]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s0ULt961021753 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 30 Jan 2014 21:55:10 GMT Received: from abhmp0012.oracle.com (abhmp0012.oracle.com [141.146.116.18]) by aserz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s0ULt9mT017314; Thu, 30 Jan 2014 21:55:09 GMT Received: from ddhill-mac.local (/76.28.28.227) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 30 Jan 2014 13:55:09 -0800 Message-ID: <52EACA3C.8090701@Oracle.com> Date: Thu, 30 Jan 2014 16:55:08 -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: Lauren Post , meta-freescale Mailing List References: <52D59C91.8090802@Oracle.com> <236451bb90b4484c82efde5489a7dbde@BY2PR03MB144.namprd03.prod.outlook.com> In-Reply-To: <236451bb90b4484c82efde5489a7dbde@BY2PR03MB144.namprd03.prod.outlook.com> X-Source-IP: acsinet22.oracle.com [141.146.126.238] 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: Thu, 30 Jan 2014 21:55:16 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 1/14/14, Jan 14, 9:25 PM, Lauren Post wrote: > You can use the one in our meta-fsl-bsp-release layer. There is one being reviewed based on the one Freescale released in the meta-fsl-bsp-release layer. Our current 3.10.17-1.0.0 beta has support for all the graphical backends including the related image recipes for each backend. > > Get meta-fsl-release-layer from git.freescale.com. Hi Lauren, could I trouble you for a quick question ? I am getting a build failure and have not a clue how to proceed. meta-fsl-bsp-release & git checkout origin/dora_3.10.17-1.0.0_beta MACHINE=imx6qsabrelite bitbake fsl-iamge-fb | arm-poky-linux-gnueabi-gcc --sysroot=/home/ddhill/yocto/fsl3/fsl-community-bsp/imx6qsabrelite/tmp/sysroots/imx6qsabrelite -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x17800000 -I/home/ddhill/yocto/fsl3/fsl-community-bsp/imx6qsabrelite/tmp/work/imx6qsabrelite-poky-linux-gnueabi/u-boot-imx/2013.04-r0/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/ddhill/yocto/fsl3/fsl-community-bsp/imx6qsabrelite/tmp/sysroots/i686-linux/usr/lib/cortexa9hf-vfp-neon-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.8.1/include -pipe -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage -o syslib.o syslib.c -c | soc.c: In function 'v7_outer_cache_enable': | soc.c:527:24: error: 'CONFIG_SYS_PL310_BASE' undeclared (first use in this function) | (struct pl310_regs *)CONFIG_SYS_PL310_BASE; | ^ | soc.c:527:24: note: each undeclared identifier is reported only once for each function it appears in | soc.c: In function 'v7_outer_cache_disable': | soc.c:535:24: error: 'CONFIG_SYS_PL310_BASE' undeclared (first use in this function) | (struct pl310_regs *)CONFIG_SYS_PL310_BASE; | ^ | make[1]: *** [soc.o] Error 1 | make[1]: Leaving directory `/home/ddhill/yocto/fsl3/fsl-community-bsp/imx6qsabrelite/tmp/work/imx6qsabrelite-poky-linux-gnueabi/u-boot-imx/2013.04-r0/git/arch/arm/cpu/armv7/mx6' | make: *** [arch/arm/cpu/armv7/mx6/libmx6.o] Error 2 | make: *** Waiting for unfinished jobs.... | arm-poky-linux-gnueabi-ld.bfd -r -o libarmv7.o cache_v7.o cpu.o syslib.o lowlevel_init.o | make[1]: Leaving directory `/home/ddhill/yocto/fsl3/fsl-community-bsp/imx6qsabrelite/tmp/work/imx6qsabrelite-poky-linux-gnueabi/u-boot-imx/2013.04-r0/git/arch/arm/cpu/armv7' | ERROR: oe_runmake failed | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_compile (log file is located at /home/ddhill/yocto/fsl3/fsl-community-bsp/imx6qsabrelite/tmp/work/imx6qsabrelite-poky-linux-gnueabi/u-boot-imx/2013.04-r0/temp/log.do_compile.4418) > > Lauren > > -----Original Message----- > From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale-bounces@yoctoproject.org] On Behalf Of David Hill > Sent: Tuesday, January 14, 2014 2:23 PM > To: meta-freescale Mailing List > Subject: [meta-freescale] fsl framebuffer image ? > > > > Hi, > 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 ? > > thanks! > -- David Hill Java Embedded Development There cannot be a crisis next week. My schedule is already full. -- Henry Kissinger (1923 - )