Re: [yocto] Embedded Linux with Xenomai support

2013-09-02 Thread Asier
> Does your RT-threads have access to the full linux userland? > I'm thinking about D-BUS comms, Qt framework, networking stuff, ... > Or do they live in their own shell and communicate with the non-rt world via a dedicated system? > As well, have you tried/use it in a multi core context, where one

Re: [yocto] Intel(R) Core(TM) i7-3612QM CPU @ 2.10GHz

2013-09-02 Thread Sean Liming
Katu, It has been awhile since I looked this one up. I believe the installer script is called init-install.sh under the /meta/recipes-core. If you don't use a serial debug port with a terminal to catch the boot menu, you will have to modify the syslinux.cfg file (or grub.cfg for EFI boot) to ru

[yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, September 03, 2013 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US & Canada).

2013-09-02 Thread Liu, Song
Agenda: * Opens collection - 5 min (Song) * Yocto 1.5 status - 10 min (Song/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.5_Status * SWAT team rotation: Nitin -> Beth * Opens - 10 min * Team Sharing - 20 min -Original Appointment- We encourage people attending the meeting

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 aw

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 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 of Vertex SSDs

Re: [yocto] header file missing in populated SDK

2013-09-02 Thread ChenQi
On 09/02/2013 10:56 PM, Hans Beckérus wrote: Hi. We are having some issues figuring out why one of our header files fails to be installed properly into the SDK. The header file is currently installed using a few lines in one of our recipe: do_install_append() { install -m 0644 ${S}/foo.

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

2013-09-02 Thread Elvis Dowson
Hi, On Sep 3, 2013, at 3:29 AM, Christian Gagneraud 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 of Vertex SSDs in RAID 1 giving a theoretical write speed >> near to 1G

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 wrote: So right now, I'm thinking about: - CPU: Xeon E5, maybe 2 x E5-2670/90, for a total of 16 cores (3

Re: [yocto] Intel(R) Core(TM) i7-3612QM CPU @ 2.10GHz

2013-09-02 Thread Katu Txakur
Thanks Sean, that's great help. Do you know where the installer script is located? I was hoping to find it in the yocto project scripts folder but I haven't seen any helpful script for partitioning the hard drive and installing the yocto distro. Regards, Katu 2013/9/2 Sean Liming > The BSP fo

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

2013-09-02 Thread Chris Tapp
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 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

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 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 speed up the buil

[yocto] [meta-raspberrypi][PATCH v2 2/2] README: Fix IMAGE_FSTYPES example

2013-09-02 Thread Paul Barker
The SD image is always created with the extension "rpi-sdimg" and this cannot be changed by editing IMAGE_FSTYPES. Signed-off-by: Paul Barker --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 6f947c7..8fdfdd2 100644 --- a/README +++ b/README @@

[yocto] [meta-raspberrypi][PATCH v2 0/2] rpi-sdimg compression

2013-09-02 Thread Paul Barker
I've incorporated the changes recommended by Andrei against the first version of the patch. Whilst editing the README file I noticed that the IMAGE_FSTYPES example didn't make sense (or include a closing double-quote) so I've fixed this as well. Currently running a build test with a 3.8.y series k

[yocto] [meta-raspberrypi][PATCH v2 1/2] sdcard_image-rpi.bbclass: Allow optional compression

2013-09-02 Thread Paul Barker
Image files will typically contain lots of null blocks and should compress well. This will help with distribution of images over slow network links. Signed-off-by: Paul Barker --- README | 2 ++ classes/sdcard_image-rpi.bbclass | 20 2 files change

Re: [yocto] Intel(R) Core(TM) i7-3612QM CPU @ 2.10GHz

2013-09-02 Thread Sean Liming
The BSP for 3rd Generation iCore is this one: https://www.yoctoproject.org/download/intel-3rd-generation-core-platforms-co re-i3-i5-i7-ivy-bridge . of course, you will need the core Yocto Project release - https://www.yoctoproject.org/downloads Yes, you can install the distro on the machine.

[yocto] Intel(R) Core(TM) i7-3612QM CPU @ 2.10GHz

2013-09-02 Thread Katu Txakur
Hello, What is the best stable BSP for a Intel(R) Core(TM) i7-3612QM CPU @ 2.10GHz? I have a computer with 4 cpus and I would like to compile a Linux distro with the Yocto project. I've read about booting with a live usb but, how can I install the distro in the machine? Can I automatize the hard d

[yocto] header file missing in populated SDK

2013-09-02 Thread Hans Beckérus
Hi. We are having some issues figuring out why one of our header files fails to be installed properly into the SDK. The header file is currently installed using a few lines in one of our recipe: do_install_append() { install -m 0644 ${S}/foo.h ${STAGING_DIR}/${MACHINE}${includedir}/linux/f

Re: [yocto] Embedded Linux with Xenomai support

2013-09-02 Thread Asier
Thank you for all your answers. As Robert Berger wrote, Xenomai is a patch that you need to apply to the kernel and then compile it. I haven't done it yet, but I think there might be some difficulty if patching an already patched kernel. Is this the case in the Yocto distributions? Building the u

Re: [yocto] confusion about DEPENDS vs RDEPENDS

2013-09-02 Thread Paul Eggleton
Hi Lothar, On Monday 02 September 2013 15:17:28 lot...@denx.de wrote: > I followed this very interesting thread, and have a question on the last > statement, just for understanding: > > Are the limitations you are explaining here, the same as mentioned in... > http://www.yoctoproject.org/docs/cur

Re: [yocto] confusion about DEPENDS vs RDEPENDS

2013-09-02 Thread lothar
Hello Paul, I followed this very interesting thread, and have a question on the last statement, just for understanding: Are the limitations you are explaining here, the same as mentioned in... http://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html ...under "Checksums (Signatures

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

2013-09-02 Thread Burton, Ross
On 2 September 2013 06:05, Christian Gagneraud 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 speed up the > builds) > - RAM: i don't really know, maybe 8 or 1

Re: [yocto] Can anything be done about do_rootfs speed?

2013-09-02 Thread Burton, Ross
On 28 August 2013 11:55, Gary Thomas wrote: > > In the case of 'ipk' packages, you'll need to set up the board to make use > of > the exported package sets. There are a number of ways to do this, but in > the > case of 'ipk' you can do it all in a single file. Here's an example on my > SabreLite

Re: [yocto] [FIXED] Partitioned Image Creation and Initramfs Problem for ALIX3D3

2013-09-02 Thread Eren Türkay
On Thu, Aug 29, 2013 at 06:20:14PM +0200, Eren Türkay wrote: > Hello all, Hi again, > The possible solution that came to my mind is to get > "boot-directdisk.bbclass", add initramfs installation, put the code > in a seperate bbclass, rename the function as IMAGE_CMD_alix-hddimage, > and add "alix

[yocto] [Package Report System]Upgrade recipes name list

2013-09-02 Thread Yocto Project Package Report System
This mail was sent out by Package Report System. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade this time, they can fill in RECIPE_NO_UPDATE_REASON_pn-"xxx" in upstream_tracking files to ignore this recipe remainder until newer u

[yocto] [Package Report System]Manual check recipes name list

2013-09-02 Thread Yocto Project Package Report System
This mail was sent out by Package Report System. It will list all the recipes which can't check upstream version by script, and will show how long it is since their last mannual version check. You can check the detail information at http://packages.yoctoproject.org/manuallychkinfo PackageName

Re: [yocto] Embedded Linux with Xenomai support

2013-09-02 Thread Wolfgang Denk
Dear Asier, In message you 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? ELDK adds full Xenomai support starting with release v5.4 ;