[yocto] [meta-qt4][PATCH] qt4-embedded: remove dependency on DirectFB

2016-07-05 Thread Paul Eggleton
DirectFB is about to be removed from OE-Core, so we shouldn't (and don't need to) depend upon it here. Signed-off-by: Paul Eggleton --- recipes-qt4/qt4/qt4-embedded.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-qt4/qt4/qt4-embedded.inc b/recipes-qt4/qt4/qt4-

Re: [yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, July 5, 2016 8:00 AM US Pacific Time

2016-07-05 Thread akuster808
On 07/05/2016 08:25 AM, Saul Wold wrote: > Attendees: Saul, Richard, Randy, Armin, Joshua > > Agenda: > > Yocto Project: > - YP 2.2 M1 Build has gone through QA >- Issues with Toaster and Eclipse >- WIC Issues but not blockers >- Planning to release it regardless >- Very front

Re: [yocto] yocto build cross toolchain issue

2016-07-05 Thread Khem Raj
On Tue, Jul 5, 2016 at 6:10 AM, Daniel. wrote: > I faced problems with symbols being droped if -l option is passed > after -Wl,--as-needed. To circumvent this I changed my Makefiles to > add link options prior $(LDFLAGS) expansion. as Ross said, you managed to avoid the effects of as-needed. As-n

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, July 5, 2016 8:00 AM US Pacific Time

2016-07-05 Thread Saul Wold
Attendees: Saul, Richard, Randy, Armin, Joshua Agenda: Yocto Project:  - YP 2.2 M1 Build has gone through QA    - Issues with Toaster and Eclipse    - WIC Issues but not blockers    - Planning to release it regardless    - Very front loaded      - Number of enhancements for M1 uncompleted      -

Re: [yocto] yocto build cross toolchain issue

2016-07-05 Thread Khem Raj
On Tue, Jul 5, 2016 at 3:06 AM, Chandra Mishra (chanmish) < chanm...@cisco.com> wrote: > Thanks Ross for your suggestion. It worked for me. But in the past it > worked for me with old sequence but different gcc cross toolchain, so not > thinking of changing the order. > why wont you change the o

[yocto] Reminder: Yocto Project Technical Team Meeting - Tuesday, July 5, 2016 8:00 AM US Pacific Time

2016-07-05 Thread Jolley, Stephen K
Tuesday, June 7, 2016 8:00 AM US Pacific Time   Agenda:   * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v2.2_Status https://wiki.yoctoproject.org/wiki/Yocto_2.2_Schedule https://wiki.yoctoproject.org/wiki/Yocto_2.

Re: [yocto] baremetal cross-compiler

2016-07-05 Thread Daniel.
That would be interesting, please keep me in CC list :) 2016-07-05 6:02 GMT-03:00 Robert Berger : > Hi, > > According to the release notes it should be possible to build a > baremetal (no glibc/Linux) cross compiler with the YP. I just can't find > any information how this could be done. > > I wou

Re: [yocto] yocto build cross toolchain issue

2016-07-05 Thread Daniel.
I see, well I didn't know about that, thank you very much for pointing me that out. :) 2016-07-05 10:24 GMT-03:00 Burton, Ross : > > On 5 July 2016 at 14:10, Daniel. wrote: >> >> I faced problems with symbols being droped if -l option is passed >> after -Wl,--as-needed. To circumvent this I chang

Re: [yocto] yocto build cross toolchain issue

2016-07-05 Thread Burton, Ross
On 5 July 2016 at 14:10, Daniel. wrote: > I faced problems with symbols being droped if -l option is passed > after -Wl,--as-needed. To circumvent this I changed my Makefiles to > add link options prior $(LDFLAGS) expansion. > Note that --as-needed only applies to links specified after the optio

Re: [yocto] yocto build cross toolchain issue

2016-07-05 Thread Daniel.
I faced problems with symbols being droped if -l option is passed after -Wl,--as-needed. To circumvent this I changed my Makefiles to add link options prior $(LDFLAGS) expansion. Cheers 2016-07-05 7:16 GMT-03:00 Burton, Ross : > > On 5 July 2016 at 11:06, Chandra Mishra (chanmish) > wrote: >> >>

Re: [yocto] yocto build cross toolchain issue

2016-07-05 Thread Burton, Ross
On 5 July 2016 at 11:06, Chandra Mishra (chanmish) wrote: > Thanks Ross for your suggestion. It worked for me. But in the past it > worked for me with old sequence but different gcc cross toolchain, so not > thinking of changing the order. > > Newer toolchain may have different inter-dependencies

Re: [yocto] yocto build cross toolchain issue

2016-07-05 Thread Chandra Mishra (chanmish)
Thanks Ross for your suggestion. It worked for me. But in the past it worked for me with old sequence but different gcc cross toolchain, so not thinking of changing the order. Regards, [http://www.cisco.com/c/dam/assets/email-signature-tool/logo_01.png?ct=1443872971831] Chandra Mishra ENGINEER.

Re: [yocto] yocto build cross toolchain issue

2016-07-05 Thread Burton, Ross
On 5 July 2016 at 10:20, Chandra Mishra (chanmish) wrote: > * -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -static -lnsl -lpthread > -lm -lrt* > > */sysroots/corei7-64-poky-linux/usr/lib/../lib/librt.a(shm_open.o): > In function `shm_open': * > > * PATH>/build/tmp/w

[yocto] yocto build cross toolchain issue

2016-07-05 Thread Chandra Mishra (chanmish)
Hi, I build cross toolchain for corei7-64 arch based processor and getting build issue with the toolchain. Toolchain reports below error while linking static libraries, -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -static -lnsl -lpthread -lm -lrt /sysroots/corei7-64-poky-linux/usr/lib/../lib

[yocto] baremetal cross-compiler

2016-07-05 Thread Robert Berger
Hi, According to the release notes it should be possible to build a baremetal (no glibc/Linux) cross compiler with the YP. I just can't find any information how this could be done. I would like to build a native compiler e.g. for a Cortex-A3 and compile FreeRTOS with it. Please advise, Robert .