[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

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

[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

Re: [linux-yocto] [PATCH] cpumask: Export cpumask_any_but()

2016-07-05 Thread Bruce Ashfield
On 2016-06-30 06:30 PM, Nilesh Bacchewar wrote: Almost every cpumask function is exported, just not the one I need to make the Intel uncore driver modular. Saul pointed out that I managed to miss this. Sorry about that. This is now merged to standard/base of linux-yocto-4.4 Bruce commit

[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

Re: [linux-yocto] Review request: [linux-yocto-4.1] Add the fsl-ls10xx bsp kernel meta

2016-07-05 Thread Bruce Ashfield
On 2016-07-05 06:32 AM, guojian.z...@windriver.com wrote: From: Guojian Zhou These patches will supply the fsl-ls10xx bsp scc/cfg kernel meta support for the linux-yocto-4.1 kernel. It looks like actual patches bounced for this. Can you ensure you are subscribed

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

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 >>

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

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

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

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

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': * >

[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

[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