Re: [yocto] [PATCH 0/2] Add support for MIPS32r2 and CI20 to Yocto

2014-09-15 Thread Andrea Adami
On Fri, Sep 12, 2014 at 6:35 PM, Vicente Olivert Riera vincent.ri...@imgtec.com wrote: Add support for the MIPS Creator CI20 machine. That board has a MIPS32r2 architecture so we also add support for that. Vicente Olivert Riera (2): Add support for MIPS32r2 Add MIPS Creator CI20 machine

Re: [yocto] Basic build fails

2014-09-15 Thread Burton, Ross
On 15 September 2014 06:45, arun kumar arunkr.li...@gmail.com wrote: My system has 4GB RAM and 2GB of swap space. i would also like to mention that the i could bake the recipe core-image-minimal sucessfully but baking core-image-sato still fails. The full log that the top of the output

[yocto] create_image.tar fail

2014-09-15 Thread Neil.Wu
Hello , I meet one problem like following when I compiling Yocto project 1.6.1. create_image.ext3 ... NOTE: Running image creation script for tar: /home/etcrs/poky-daisy-11.0.1/build/tmp/work/qemux86-poky-linux/core-image-sato/1.0-r0/temp/create_image.tar ... ERROR: Error: The image creation

Re: [yocto] create_image.tar fail

2014-09-15 Thread Burton, Ross
On 15 September 2014 09:48, neil...@emerson.com wrote: BusyBox v1.21.1 (Ubuntu 1:1.21.0-1ubuntu1) multi-call binary. Its using busybox's tar, don't do this. Either uninstall busybox, or change the alternatives so that /usr/bin/tar is GNU tar, not busybox tar. Ross --

Re: [yocto] [PATCH 0/2] Add support for MIPS32r2 and CI20 to Yocto

2014-09-15 Thread Vicente Olivert Riera
On 09/15/2014 07:54 AM, Andrea Adami wrote: On Fri, Sep 12, 2014 at 6:35 PM, Vicente Olivert Riera vincent.ri...@imgtec.com wrote: Add support for the MIPS Creator CI20 machine. That board has a MIPS32r2 architecture so we also add support for that. Vicente Olivert Riera (2): Add support

Re: [yocto] Basic build fails

2014-09-15 Thread Arun Kumar
Just a heads up. I successfully baked core-image-sato. This time no issues, I just reinitialized the environment an it was done. I am still clueless about the reason though. can available memory be an issue? On Monday 15 September 2014 01:35 PM, Burton, Ross wrote: On 15 September 2014 06:45,

Re: [yocto] Basic build fails

2014-09-15 Thread Burton, Ross
On 15 September 2014 16:27, Arun Kumar arunkr.li...@gmail.com wrote: I am still clueless about the reason though. can available memory be an issue? Yes, if it's doing multiple builds then you may run out of memory and the compiler gets killed. Ross --

[yocto] [meta-selinux][PATCH] selinux-userspace: update userspace SRC_URI and checksums

2014-09-15 Thread Joe MacDonald
Trac has been turned off on OSS. Update all SRC_URI links for the userspace components to point at the github project releases. The github releases also have a slightly different directory structure in the tarballs, requiring an update of the checksums as well. Signed-off-by: Joe MacDonald

[yocto] Eclipse plug-in

2014-09-15 Thread Nemicolopterus Crypticus
I'm having issues getting the eclipse plug-in to work. The script that initializes the environment gets built properly, and I am able to run make from the command line. But for some reason, Eclipse seems to be configured incorrectly. Background: |--- Kepler 4.3.2 installed. |---

Re: [yocto] create_image.tar fail

2014-09-15 Thread Neil.Wu
Hi Burton : You are so great! Thank you very much .My problem has resolved. Although I don't install the busybox, but I find the busybox-static and ubuntu-standard in my system. Afer remove them , compiling is successful. busybox-static: