[yocto] [meta-qt5] SDK missing python-json (QtCreator)

2017-07-20 Thread Christian Gagneraud
Hi there, Since v3.6, QtCreator requires python-json for use with GDB. The Qt5 SDK doesn't ship this python package (tested with Pyro) and so it is impossible to debug a program due to the missing python package. (QtC 4.4 (to be released) should contain a workaround) Can this dependency be added

Re: [yocto] Yocto Project 1.5_M5.rc6

2013-10-10 Thread Christian Gagneraud
in touch with the right maintainers who can guide you through the process. Chris. [1] https://github.com/meta-qt5 -- Cheeky Chris Random community dude @nocompany http://catb.org/jargon/html/T/top-post.html On Thu, Oct 10, 2013 at 2:37 PM, Christian Gagneraud chg...@gna.org wrote: On 09/10/13 11

Re: [yocto] Yocto Project 1.5_M5.rc6

2013-10-10 Thread Christian Gagneraud
. However, we only have so many resources, so we have to focus on the core right now. I'd be happy to talk offline about finding ways to locate new resources. On Thu, Oct 10, 2013 at 5:01 PM, Otavio Salvador ota...@ossystems.com.br wrote: On Thu, Oct 10, 2013 at 7:26 PM, Christian Gagneraud chg...@gna.org

Re: [yocto] Yocto Project 1.5_M5.rc6

2013-10-10 Thread Christian Gagneraud
On 11/10/13 14:55, Otavio Salvador wrote: On Thu, Oct 10, 2013 at 10:45 PM, Saul Wold s...@linux.intel.com wrote: Sorry for the top post here. The real reason we still have Qt3 is because it's required part of the LSB spec. OE-Core contains Qt4 and we know that meta-qt5 exists from Otavio and

Re: [yocto] Server specs for a continuous integration system

2013-09-03 Thread Christian Gagneraud
On 04/09/13 07:22, Chris Tapp wrote: On 3 Sep 2013, at 00:29, Christian Gagneraud wrote: On 03/09/13 10:16, Chris Tapp wrote: On 2 Sep 2013, at 22:45, Christian Gagneraud wrote: On 03/09/13 00:35, Burton, Ross wrote: Hi Ross, On 2 September 2013 06:05, Christian Gagneraud chg

Re: [yocto] Server specs for a continuous integration system

2013-09-03 Thread Christian Gagneraud
On 03/09/13 20:55, Elvis Dowson wrote: I use a 3770K i7 quad-core processor, 16GB RAM, with a liquid cooled solution running at 3.8GHz. I've overclocked the CPU to 4.5GHz, but I end up shaving only 2 minutes off build times, so I just run it at 3.8GHz. A core-image-minimal build takes around

Re: [yocto] Server specs for a continuous integration system

2013-09-02 Thread Christian Gagneraud
On 03/09/13 00:35, Burton, Ross wrote: Hi Ross, On 2 September 2013 06:05, Christian Gagneraud chg...@gna.org wrote: So right now, I'm thinking about: - CPU: Xeon E5, maybe 2 x E5-2670/90, for a total of 16 cores (32 threads) - Hard drives: 500GB, 1 TB or 2 TB (ideally with RAID if it can

Re: [yocto] Server specs for a continuous integration system

2013-09-02 Thread Christian Gagneraud
On 03/09/13 10:16, Chris Tapp wrote: On 2 Sep 2013, at 22:45, Christian Gagneraud wrote: On 03/09/13 00:35, Burton, Ross wrote: Hi Ross, On 2 September 2013 06:05, Christian Gagneraud chg...@gna.org wrote: So right now, I'm thinking about: - CPU: Xeon E5, maybe 2 x E5-2670/90, for a total

Re: [yocto] Server specs for a continuous integration system

2013-09-02 Thread Christian Gagneraud
On 03/09/13 13:04, Elvis Dowson wrote: Hi, On Sep 3, 2013, at 3:29 AM, Christian Gagneraud chg...@gna.org mailto:chg...@gna.org wrote: Isn't RAID-5 going to be slower, especially if it's software? RAID 1 is probably better as you'll potentially double the write speed to disk. I use a couple

Re: [yocto] Embedded Linux with Xenomai support

2013-09-02 Thread Christian Gagneraud
On 02/09/13 03:07, Robert Berger wrote: Hi, On 08/30/2013 07:56 PM, Darren Hart wrote: Is there any Linux distribution based on the Yocto project that lets me configure my embedded kernel with Xenomai? If not, has anybody got any experinece in adding Xenomai to the Yocto project? I am not

[yocto] Server specs for a continuous integration system

2013-09-01 Thread Christian Gagneraud
Hi all, I'm currently looking at server specs for a good continuous integration server to be used for a project using Yocto and other things as well. The definition of good in my context is something that allows me to: - Build 2 images for 2 different products that will interact with each

[yocto] GCC SVN repo too slow?

2013-08-18 Thread Christian Gagneraud
Hi all, I'm having problems with the GCC SVN repo being so slow to checkout, that svn failed (and so my build too). I first suspected the proxy we have here, but i tried a checkout from an outside machine (but still in New Zealand) and it seems the problem comes from gcc.gnu.org. I am using

Re: [yocto] GCC SVN repo too slow?

2013-08-18 Thread Christian Gagneraud
CC: meta-ar...@arago-project.org On 19/08/13 17:16, Khem Raj wrote: On Aug 18, 2013, at 7:34 PM, Christian Gagneraud chg...@gna.org wrote: Hi all, I'm having problems with the GCC SVN repo being so slow to checkout, that svn failed (and so my build too). I first suspected the proxy we

[yocto] Detecting build type within recipe (target, native or nativesdk)

2013-07-25 Thread Christian Gagneraud
Hi there, Is there a way to detect what kind of build is going on (target, native or nativesdk) from within a recipe or a class? Basically when using 'BBCLASSEXTEND = native nativesdk', how can I tweak the build behaviour depending of the build type? Does anyone know an example recipe I

Re: [yocto] External toolchain (sourcery)

2013-07-24 Thread Christian Gagneraud
On 25/07/13 02:49, Laszlo Papp wrote: Hi, is this officially supported by the Yocto project? I would not like to use Yocto for my own purposes if it is something unsupported, and I would need to put a significant investment into to it to make the releases buildable, et cetera. FYI, The arago

Re: [yocto] Generating an image with systemd and connman

2013-07-24 Thread Christian Gagneraud
On 24/07/13 19:31, Jukka Rissanen wrote: Hi Christian, On 24.07.2013 05:51, Christian Gagneraud wrote: Hi there, I have successfully generated Dylan core-image-minimal with the meta-ti layer. I would like to know what is the procedure to select systemd for the init process and connman

Re: [yocto] Should I be worried about this nativesdk-packagegroup-sdk-host warning while building meta-toolchain

2013-07-23 Thread Christian Gagneraud
On 24/07/13 03:34, Denys Dmytriyenko wrote: On Tue, Jul 23, 2013 at 04:13:18PM +0100, Paul Eggleton wrote: On Tuesday 23 July 2013 10:13:10 Brian Hutchinson wrote: I'm using master branch of Yocto and meta-ti (and meta-openembedded). I built meta-toolchain for beaglebone machine type and then

[yocto] Generating an image with systemd and connman

2013-07-23 Thread Christian Gagneraud
Hi there, I have successfully generated Dylan core-image-minimal with the meta-ti layer. I would like to know what is the procedure to select systemd for the init process and connman as the network manager. It seems to me that systemd can be selected using EXTRA_IMAGE_FEATURES from

Re: [yocto] what's the proper value for BB_NUMBER_THREADS?

2011-10-30 Thread Christian Gagneraud
On 30/10/11 15:32, Robert P. J. Day wrote: all the docs recommend twice the number of cores (AFAICT), yet the template local.conf file suggests that, for a quad core, the value of 4 would be appropriate. shouldn't that say 8? same with PARALLEL_MAKE? Hi Robert, The Poky ref manual says