Re: [yocto] Embedded Linux with Xenomai support

2013-09-02 Thread Wolfgang Denk
Dear Asier, In message camzj-5md+klf3jvs7mmyq-jfrekpdcoam0nfctrqsfw4bnr...@mail.gmail.com 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

[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

[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

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

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

2013-09-02 Thread Burton, Ross
On 28 August 2013 11:55, Gary Thomas g...@mlbassoc.com 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

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

2013-09-02 Thread Burton, 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 speed up the builds) - RAM: i don't really know,

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

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

[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

[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

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

[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 p...@paulbarker.me.uk --- README | 2 ++ classes/sdcard_image-rpi.bbclass | 20

[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 p...@paulbarker.me.uk --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 6f947c7..8fdfdd2 100644 ---

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

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

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 Elvis Dowson
Hi, On Sep 3, 2013, at 3:29 AM, Christian Gagneraud 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 in RAID 1 giving a theoretical write speed

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

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

Re: [linux-yocto] Rename branch standard/arm-versatile-926ejs to standard/qemuarm

2013-09-02 Thread Elvis Dowson
On Sep 2, 2013, at 7:16 AM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: kernel patches, definitely, send them here. If you are talking about patches to runqemu, and related infrastructure, to start the boot, then send them to oe-core, and chances are they won't be accepted at this