* master-next branch from 20130620
@ 2013-06-20 20:44 Otavio Salvador
2013-06-21 16:10 ` Thomas Senyk
2013-06-24 17:48 ` Robert Winkler
0 siblings, 2 replies; 7+ messages in thread
From: Otavio Salvador @ 2013-06-20 20:44 UTC (permalink / raw)
To: meta-freescale@yoctoproject.org
Hello,
Currently, master-next has:
Andrei Gherzan (1):
gpu-viv-bin-mx6q.inc: Add linked libraries to libGAL to DEPENDS
Andy Voltz (3):
linux-vybrid: Add Timesys-based kernel for VF600 based machines
u-boot-vybrid: Add Timesys-based u-boot for Vf600-based machines
twr-vf65gs10: Add machine support for Vybrid Tower VF65GS10
Daiane Angolini (1):
amd-gpu-mx51.inc: install dev symbolic link
Eric BENARD (2):
layer.conf: handle dynamic layer configuration
qt5: add mx5 and mx6 support
Otavio Salvador (2):
u-boot-fslc: Update to 2013.07-rc1 release
linux-fslc: Update to patches-3.9's branch 20130620 snapshot
Thomas Senyk (1):
gpu-viv-bin-mx6q: Add -lEGL and -lGAL to glesv2.pc
Please give it a good test.
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://projetos.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: master-next branch from 20130620
2013-06-20 20:44 master-next branch from 20130620 Otavio Salvador
@ 2013-06-21 16:10 ` Thomas Senyk
2013-06-21 17:57 ` Robert Winkler
2013-06-24 17:48 ` Robert Winkler
1 sibling, 1 reply; 7+ messages in thread
From: Thomas Senyk @ 2013-06-21 16:10 UTC (permalink / raw)
To: meta-freescale; +Cc: Otavio Salvador
I've tested a most recent checkout of master-next.
I've done a non-x11 build on a yocto-deviate, for nitrogen6x
It boots and a (externaly build) Qt5 works as well.
That's all I'm going to test for now.
Greets
Thomas
On Thursday, 20 June, 2013 17:44:34 Otavio Salvador wrote:
> Hello,
>
> Currently, master-next has:
>
> Andrei Gherzan (1):
> gpu-viv-bin-mx6q.inc: Add linked libraries to libGAL to DEPENDS
>
> Andy Voltz (3):
> linux-vybrid: Add Timesys-based kernel for VF600 based machines
> u-boot-vybrid: Add Timesys-based u-boot for Vf600-based machines
> twr-vf65gs10: Add machine support for Vybrid Tower VF65GS10
>
> Daiane Angolini (1):
> amd-gpu-mx51.inc: install dev symbolic link
>
> Eric BENARD (2):
> layer.conf: handle dynamic layer configuration
> qt5: add mx5 and mx6 support
>
> Otavio Salvador (2):
> u-boot-fslc: Update to 2013.07-rc1 release
> linux-fslc: Update to patches-3.9's branch 20130620 snapshot
>
> Thomas Senyk (1):
> gpu-viv-bin-mx6q: Add -lEGL and -lGAL to glesv2.pc
>
> Please give it a good test.
>
> --
> Otavio Salvador O.S. Systems
> http://www.ossystems.com.br http://projetos.ossystems.com.br
> Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: master-next branch from 20130620
2013-06-21 16:10 ` Thomas Senyk
@ 2013-06-21 17:57 ` Robert Winkler
2013-06-21 18:21 ` Otavio Salvador
0 siblings, 1 reply; 7+ messages in thread
From: Robert Winkler @ 2013-06-21 17:57 UTC (permalink / raw)
To: Thomas Senyk; +Cc: meta-freescale, Otavio Salvador
Thanks Thomas.
By the way, what is yocto-deviate?
On Fri, Jun 21, 2013 at 9:10 AM, Thomas Senyk
<thomas.senyk@pelagicore.com> wrote:
> I've tested a most recent checkout of master-next.
>
> I've done a non-x11 build on a yocto-deviate, for nitrogen6x
> It boots and a (externaly build) Qt5 works as well.
>
> That's all I'm going to test for now.
>
> Greets
> Thomas
>
> On Thursday, 20 June, 2013 17:44:34 Otavio Salvador wrote:
>> Hello,
>>
>> Currently, master-next has:
>>
>> Andrei Gherzan (1):
>> gpu-viv-bin-mx6q.inc: Add linked libraries to libGAL to DEPENDS
>>
>> Andy Voltz (3):
>> linux-vybrid: Add Timesys-based kernel for VF600 based machines
>> u-boot-vybrid: Add Timesys-based u-boot for Vf600-based machines
>> twr-vf65gs10: Add machine support for Vybrid Tower VF65GS10
>>
>> Daiane Angolini (1):
>> amd-gpu-mx51.inc: install dev symbolic link
>>
>> Eric BENARD (2):
>> layer.conf: handle dynamic layer configuration
>> qt5: add mx5 and mx6 support
>>
>> Otavio Salvador (2):
>> u-boot-fslc: Update to 2013.07-rc1 release
>> linux-fslc: Update to patches-3.9's branch 20130620 snapshot
>>
>> Thomas Senyk (1):
>> gpu-viv-bin-mx6q: Add -lEGL and -lGAL to glesv2.pc
>>
>> Please give it a good test.
>>
>> --
>> Otavio Salvador O.S. Systems
>> http://www.ossystems.com.br http://projetos.ossystems.com.br
>> Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
>> _______________________________________________
>> meta-freescale mailing list
>> meta-freescale@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-freescale
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: master-next branch from 20130620
2013-06-21 17:57 ` Robert Winkler
@ 2013-06-21 18:21 ` Otavio Salvador
2013-06-24 8:17 ` Thomas Senyk
0 siblings, 1 reply; 7+ messages in thread
From: Otavio Salvador @ 2013-06-21 18:21 UTC (permalink / raw)
To: Robert Winkler; +Cc: meta-freescale@yoctoproject.org
On Fri, Jun 21, 2013 at 2:57 PM, Robert Winkler
<robert.winkler@boundarydevices.com> wrote:
> Thanks Thomas.
>
> By the way, what is yocto-deviate?
He mean an internal Yocto-based project, I think.
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://projetos.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: master-next branch from 20130620
2013-06-21 18:21 ` Otavio Salvador
@ 2013-06-24 8:17 ` Thomas Senyk
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Senyk @ 2013-06-24 8:17 UTC (permalink / raw)
To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org
On Friday, 21 June, 2013 15:21:39 Otavio Salvador wrote:
> On Fri, Jun 21, 2013 at 2:57 PM, Robert Winkler
>
> <robert.winkler@boundarydevices.com> wrote:
> > Thanks Thomas.
> >
> > By the way, what is yocto-deviate?
>
> He mean an internal Yocto-based project, I think.
Yes, correct, and it was a typo, I meant to write 'derivate'
>
> --
> Otavio Salvador O.S. Systems
> http://www.ossystems.com.br http://projetos.ossystems.com.br
> Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: master-next branch from 20130620
2013-06-20 20:44 master-next branch from 20130620 Otavio Salvador
2013-06-21 16:10 ` Thomas Senyk
@ 2013-06-24 17:48 ` Robert Winkler
2013-06-25 18:00 ` Otavio Salvador
1 sibling, 1 reply; 7+ messages in thread
From: Robert Winkler @ 2013-06-24 17:48 UTC (permalink / raw)
To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org
On Thu, Jun 20, 2013 at 1:44 PM, Otavio Salvador
<otavio@ossystems.com.br> wrote:
> Hello,
>
> Currently, master-next has:
>
> Andrei Gherzan (1):
> gpu-viv-bin-mx6q.inc: Add linked libraries to libGAL to DEPENDS
>
> Andy Voltz (3):
> linux-vybrid: Add Timesys-based kernel for VF600 based machines
> u-boot-vybrid: Add Timesys-based u-boot for Vf600-based machines
> twr-vf65gs10: Add machine support for Vybrid Tower VF65GS10
>
> Daiane Angolini (1):
> amd-gpu-mx51.inc: install dev symbolic link
>
> Eric BENARD (2):
> layer.conf: handle dynamic layer configuration
> qt5: add mx5 and mx6 support
>
> Otavio Salvador (2):
> u-boot-fslc: Update to 2013.07-rc1 release
> linux-fslc: Update to patches-3.9's branch 20130620 snapshot
>
> Thomas Senyk (1):
> gpu-viv-bin-mx6q: Add -lEGL and -lGAL to glesv2.pc
>
> Please give it a good test.
Should graphics acceleration be working with these changes? I get
this in my Xorg.0.log:
...
[1999660.342] (EE) AIGLX error: vivante exports no extensions
(/usr/lib/dri/vivante_dri.so: undefined symbol: __driDriverExtensions)
[1999660.343] (EE) AIGLX: reverting to software rendering
[1999660.476] (II) AIGLX: Loaded and initialized swrast
...
I ran repo sync this morning. My manifest.xml looks like this:
<remote fetch="git://git.yoctoproject.org" name="yocto"/>
<remote fetch="git://github.com/Freescale" name="freescale"/>
<remote fetch="git://git.openembedded.org" name="oe"/>
<project remote="yocto" revision="master-next" name="poky"
path="sources/poky"/>
<project remote="yocto" revision="master-next" name="meta-fsl-arm"
path="sources/meta-fsl-arm"/>
<project remote="oe" revision="master" name="meta-openembedded"
path="sources/meta-openembedded"/>
<project remote="freescale" revision="master"
name="fsl-community-bsp-base" path="sources/base">
<copyfile dest="README" src="README"/>
<copyfile dest="setup-environment" src="setup-environment"/>
</project>
<project remote="freescale" revision="master-next"
name="meta-fsl-arm-extra" path="sources/meta-fsl-arm-extra"/>
<project remote="freescale" revision="master-next"
name="meta-fsl-demos" path="sources/meta-fsl-demos"/>
My build configuration output:
Build Configuration:
BB_VERSION = "1.19.1"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "LinuxMint-14"
TARGET_SYS = "arm-poky-linux-gnueabi"
MACHINE = "nitrogen6x"
DISTRO = "poky"
DISTRO_VERSION = "1.4+snapshot-20130624"
TUNE_FEATURES = "armv7a vfp neon"
TARGET_FPU = "vfp-neon"
meta
meta-yocto =
"(detachedfrom87da290):87da29080429f1793845978901f5160701648c21"
meta-oe =
"(detachedfromf7278f7):f7278f7900b98497bb900b004d727efba06773c1"
meta-fsl-arm =
"(detachedfrom3999919):3999919bc06a18c7fac2869b33a422dee71423f7"
meta-fsl-arm-extra =
"(detachedfrom831b85e):831b85e76a3b56f45024ff84c005afee08251c47"
meta-fsl-demos =
"(detachedfromf650007):f6500074866b697592243a371b0ea92d09e402b7"
NOTE: Resolving any missing task queue dependencies
NOTE: multiple providers are available for jpeg (jpeg, libjpeg-turbo)
NOTE: consider defining a PREFERRED_PROVIDER entry to match jpeg
NOTE: multiple providers are available for jpeg-native (jpeg-native,
libjpeg-turbo-native)
NOTE: consider defining a PREFERRED_PROVIDER entry to match jpeg-native
NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
WARNING: QA Issue: ELF binary
'/home/robert/work/yocto-fresh/build/tmp/work/nitrogen6x-poky-linux-gnueabi/libfslparser/3.0.7-r0/packages-split/libfslparser/usr/lib/lib_mp3_parser_arm11_elinux.so.3.1'
has relocations in .text
NOTE: Tasks Summary: Attempted 6610 tasks of which 6405 didn't need to
be rerun and all succeeded.
>
> --
> Otavio Salvador O.S. Systems
> http://www.ossystems.com.br http://projetos.ossystems.com.br
> Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: master-next branch from 20130620
2013-06-24 17:48 ` Robert Winkler
@ 2013-06-25 18:00 ` Otavio Salvador
0 siblings, 0 replies; 7+ messages in thread
From: Otavio Salvador @ 2013-06-25 18:00 UTC (permalink / raw)
To: Robert Winkler; +Cc: meta-freescale@yoctoproject.org
On Mon, Jun 24, 2013 at 2:48 PM, Robert Winkler
<robert.winkler@boundarydevices.com> wrote:
> On Thu, Jun 20, 2013 at 1:44 PM, Otavio Salvador
> <otavio@ossystems.com.br> wrote:
...
> Should graphics acceleration be working with these changes? I get
> this in my Xorg.0.log:
>
> ...
> [1999660.342] (EE) AIGLX error: vivante exports no extensions
> (/usr/lib/dri/vivante_dri.so: undefined symbol: __driDriverExtensions)
> [1999660.343] (EE) AIGLX: reverting to software rendering
> [1999660.476] (II) AIGLX: Loaded and initialized swrast
> ...
No; this issue is not yet fixed.
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://projetos.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-06-25 18:00 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-20 20:44 master-next branch from 20130620 Otavio Salvador
2013-06-21 16:10 ` Thomas Senyk
2013-06-21 17:57 ` Robert Winkler
2013-06-21 18:21 ` Otavio Salvador
2013-06-24 8:17 ` Thomas Senyk
2013-06-24 17:48 ` Robert Winkler
2013-06-25 18:00 ` Otavio Salvador
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.