[linux-yocto] git pull request output

2015-02-27 Thread Abhishek Paliwal
warn: No match for commit 3bab81113682d3a5ffc8ea60cf770beed4831492 found at g...@git.yoctoproject.org:linux-yocto-contrib warn: Are you sure you pushed 'HEAD' there? The following changes since commit f65678ef48c5d41af914d2769e4dd01411c1df96: mips: mm: fix merge issue (2015-02-06 16:00:19

[yocto] meta-lxcbench

2015-02-27 Thread Rickard Bremer
Hello, Encountering some problems while trying to build tools provided by the meta-lxcbench layer. rickardb@yocto:~/poky/build$ bitbake pts-stream Loading cache: 100% |##| ETA: 00:00:00 Loaded 2145 entries from dependency

Re: [yocto] Native version conflict with yocto version

2015-02-27 Thread Paul Eggleton
On Friday 27 February 2015 13:20:28 Parthiban Kandasamy wrote: i run yocto build on opensuse 12.3 which have version of make is 4.0 but my yocto project has version of 3.82.so it shows checking version of make... 4.0, bad. and other error logs are: ERROR: Function failed: do_configure

Re: [yocto] meta-lxcbench

2015-02-27 Thread Burton, Ross
Hi Rickard, This must be a very old layer, these syntax changes were made a long time ago... On 27 February 2015 at 09:22, Rickard Bremer rickard.bre...@tritech.se wrote: ERROR: There is a confusing multiline, partially commented expression on line 27 of file

Re: [yocto] Native version conflict with yocto version

2015-02-27 Thread Paul Eggleton
If by package updating you mean migrating to a newer release, I would suggest you consult the reference manual section on this: http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#migration Cheers, Paul PS please keep replies on-list, thanks. On Friday 27 February 2015

Re: [yocto] [PATCH] bitbake: fetch2: Revalidate checksums, YOCTO #5571

2015-02-27 Thread Clemens Lang
Hi Alejandro, On Thu, Feb 26, 2015 at 04:17:23PM -0600, Alejandro Hernandez wrote: This is the problem I see, I am not sure we want to import extra libraries here, as you state the use of pickle might be ok since it avoids the overhead of calculating the checksums each time, but I don't know