Re: [yocto] [OE-core] glibc 2.22

2015-07-13 Thread Robert Yang
I will try this, and something is wrong with mips when upgraded gcc from 4.9.2 to 4.9.3: please see my reply to [OE-core] [PATCH 1/3] gcc-4.9: Upgrade to 4.9.3 // Robert On 07/14/2015 01:37 AM, Khem Raj wrote: Hi All glibc 2.22 will release end of this month. For some time I have put

Re: [yocto] External toolchains

2015-07-13 Thread Luke (Lucas) Starrett
Nikolay, While that might work, it seems like this is more an issue of installation in the improper place. I was hoping there surely there would be someone who is using the stock Linaro aarch64 toolchains and had tackled this issue. Thanks, Luke. -Original Message- From: Nikolay

[yocto] Which is the best strategy to customize Qt configuration?

2015-07-13 Thread Pampolini Matteo
Hello everybody, my name is Matteo and I'm writing from Italy. I'm involved in a project that requires a very customized Linux installation and I think Yocto is the best choice for this purpose. I was able to build and run some images from Poky 1.8 reference and now I'm trying to create my

Re: [yocto] Which is the best strategy to customize Qt configuration?

2015-07-13 Thread Elvis Dowson
On Jul 13, 2015, at 22:04, Martin Jansa martin.ja...@gmail.com wrote: Will this work if gstreamer gst-plugins-base aren't next to each other in DEPENDS? I think good convention is to use: DEPENDS_remove = gstreamer DEPENDS_remove = gst-plugins-base for it to work even after original

Re: [yocto] Which is the best strategy to customize Qt configuration?

2015-07-13 Thread Martin Jansa
On Mon, Jul 13, 2015 at 05:38:59PM +0100, Paul Eggleton wrote: On Monday 13 July 2015 16:18:55 Pampolini Matteo wrote: It was also my idea to override QT_PHONON variable inside my .bbappend file, but the fact is that this does not prevent BitBake from downloading and compiling

[yocto] glibc 2.22

2015-07-13 Thread Khem Raj
Hi All glibc 2.22 will release end of this month. For some time I have put together the update here http://git.openembedded.org/openembedded-core-contrib/commit/?h=kraj/masterid=02e73ea526d94f21c7ef82eb96b062eff8ebb825 It works pretty well for machines I have tested it on ( arm/x86 ) but would

Re: [yocto] Which is the best strategy to customize Qt configuration?

2015-07-13 Thread Leonardo Sandoval
On 07/13/2015 09:23 AM, Pampolini Matteo wrote: Hello everybody, my name is Matteo and I'm writing from Italy. I'm involved in a project that requires a very customized Linux installation and I think Yocto is the best choice for this purpose. I was able to build and run some images from

Re: [yocto] Which is the best strategy to customize Qt configuration?

2015-07-13 Thread Pampolini Matteo
Many thanks Leonardo. However I still have some doubts: as far as I understood I should remove the dependencies from glib and gstreamer inside DEPENDS variable as it appears in qt4.inc file, otherwise BitBake, correctly, downloads and compiles them to satisfy Qt requirements, am I right? If

Re: [yocto] Which is the best strategy to customize Qt configuration?

2015-07-13 Thread Paul Eggleton
On Monday 13 July 2015 16:18:55 Pampolini Matteo wrote: It was also my idea to override QT_PHONON variable inside my .bbappend file, but the fact is that this does not prevent BitBake from downloading and compiling glib/gstreamer. In my first hack, when I modified the original qt.inc file, I

Re: [yocto] Which is the best strategy to customize Qt configuration?

2015-07-13 Thread Paul Eggleton
On Monday 13 July 2015 10:47:45 Leonardo Sandoval wrote: On 07/13/2015 09:23 AM, Pampolini Matteo wrote: I'm involved in a project that requires a very customized Linux installation and I think Yocto is the best choice for this purpose. I was able to build and run some images from Poky

Re: [yocto] Which is the best strategy to customize Qt configuration?

2015-07-13 Thread Pampolini Matteo
Thanks Paul. It was also my idea to override QT_PHONON variable inside my .bbappend file, but the fact is that this does not prevent BitBake from downloading and compiling glib/gstreamer. In my first hack, when I modified the original qt.inc file, I had to make both changes, DEPENDS variable