Re: [yocto] fatal: A branch named 'meta-orig' already exists.

2015-04-02 Thread Robert P. J. Day
On Wed, 1 Apr 2015, Bruce Ashfield wrote: ... snip ... I completely agree .. better to sort this out sooner rather than later, I'm just trying to narrow down on a configuration that allows me to see the problem and poke at the smouldering pile. If git is doing something different now, it

Re: [yocto] Building crosswalk for armv7

2015-04-02 Thread Gaurang Shastri
Hi, I do not have too much info about this, but I hope you have already some fixes available from here for meta-crosswalk: https://github.com/crosswalk-project/meta-crosswalk/commit/362674ee6f838aafdaeae5b8bb035615330d243e //Gaurang Shastri On Thu, Apr 2, 2015 at 1:34 PM, Lev Lehn

[yocto] Building crosswalk for armv7

2015-04-02 Thread Lev Lehn
I’m having troubles building the crosswalk-project OE meta-layer for an armv7 target. I followed the short instructions from here: https://www.yoctoproject.org/blogs/jefro/2014/crosswalk-now-available-yocto-project However I’m getting this error in do_compile step from the crosswalk recipe: |

Re: [yocto] How to find libraries when building software

2015-04-02 Thread Andy Falanga (afalanga)
__ From: yocto-boun...@yoctoproject.org [yocto-boun...@yoctoproject.org] on behalf of Gary Thomas [g...@mlbassoc.com] Sent: Thursday, April 02, 2015 11:58 AM To: yocto@yoctoproject.org Subject: Re: [yocto] How to find libraries when building software On

Re: [yocto] Installing custom python packages

2015-04-02 Thread Tim Orling
Matthew, Please have a look at the python recipes in http://git.openembedded.org/meta-openembedded/tree/meta-python/recipes-devtools/python Creating your own similar recipe will allow you to add the python package to your built image, or load it an runtime as an rpm/ipk/deb. You could add this

Re: [yocto] what is the proper way to build with fedora rawhide/gcc-5.0?

2015-04-02 Thread Robert P. J. Day
On Tue, 31 Mar 2015, Khem Raj wrote: On Mar 31, 2015, at 12:54 PM, Robert P. J. Day rpj...@crashcourse.ca wrote: i asked about this a few weeks ago, finally getting back to it ... for better or worse, i'm running fedora rawhide, updated to the point where i have gcc-5.0.0: $ gcc

Re: [yocto] Kernel Panic: /sbin/init not found

2015-04-02 Thread Paul Eggleton
Hi Chan Kit, On Thursday 02 April 2015 09:25:35 Yu, Chan KitX wrote: My Yocto build environment was working perfectly until last week when I got kernel panic caused by missing/sbin/init. When I examined the image, I found that /sbin/init is indeed absent from the root image. To troubleshoot

Re: [yocto] python3-native problems

2015-04-02 Thread Matthew Karas
I've attempted through the icr channel to install python3 and pip such that I can install packages and use the standard library. It didn't look like the python 3 package group was setup. I attempted to do what khem` suggested to get around the problem.

Re: [yocto] fatal: A branch named 'meta-orig' already exists.

2015-04-02 Thread Robert P. J. Day
On Wed, 1 Apr 2015, Bruce Ashfield wrote: ... again, snip ... I completely agree .. better to sort this out sooner rather than later, I'm just trying to narrow down on a configuration that allows me to see the problem and poke at the smouldering pile. If git is doing something different now,

Re: [yocto] what is the proper way to build with fedora rawhide/gcc-5.0?

2015-04-02 Thread Robert P. J. Day
On Tue, 31 Mar 2015, Khem Raj wrote: On Mar 31, 2015, at 12:54 PM, Robert P. J. Day rpj...@crashcourse.ca wrote: i asked about this a few weeks ago, finally getting back to it ... for better or worse, i'm running fedora rawhide, updated to the point where i have gcc-5.0.0: $

[yocto] Release Candidate Build for yocto- now available.

2015-04-02 Thread Poky Build User
A release candidate build for yocto- is now available at: http://autobuilder.yoctoproject.org/pub/releases/yocto- Please begin QA on this build as soon as possible. Build hash information: meta-intel : 53eea4f12311b4808b3af9695ac822eea1fc60c2 meta-fsl-arm :

[yocto] Installing custom python packages

2015-04-02 Thread Matthew Karas
How do I install a custom python package in yocto? I've tried looking up google but nothing comes up. On my non-target machine I just do pip install package-folder. What do I put in my bb file? Many Thanks -- ___ yocto mailing list

Re: [yocto] Devshell configuration

2015-04-02 Thread Burton, Ross
On 1 April 2015 at 08:59, PIEWALD Georg georg.piew...@frequentis.com wrote: Ideally I would imagine that I can somewhere configure the exact command that is called when I execute bitbake xxx –c devshell. If that's not possible, can I at least change some of the points mentioned above? For

Re: [yocto] what is the proper way to build with fedora rawhide/gcc-5.0?

2015-04-02 Thread Robert P. J. Day
On Tue, 31 Mar 2015, Khem Raj wrote: On Mar 31, 2015, at 12:54 PM, Robert P. J. Day rpj...@crashcourse.ca wrote: i asked about this a few weeks ago, finally getting back to it ... for better or worse, i'm running fedora rawhide, updated to the point where i have gcc-5.0.0: $

Re: [yocto] what is the proper way to build with fedora rawhide/gcc-5.0?

2015-04-02 Thread Khem Raj
On Thu, Apr 2, 2015 at 6:12 AM, Robert P. J. Day rpj...@crashcourse.ca wrote: On Tue, 31 Mar 2015, Khem Raj wrote: On Mar 31, 2015, at 12:54 PM, Robert P. J. Day rpj...@crashcourse.ca wrote: i asked about this a few weeks ago, finally getting back to it ... for better or worse,

[yocto] Yocto 1.8_M4.rc1 Full Pass test report.

2015-04-02 Thread Georgescu, Alexandru C
Hello, Here is the Full pass test report for Yocto 1.8_M4.rc1. Below you can view the summary report. The full pass test report is available on the wiki: https://wiki.yoctoproject.org/wiki/WW13_-_2015-03-25_-_Full_Pass_1.8_M4.rc1 including the Distro test results and build performance test.

[yocto] How to find libraries when building software

2015-04-02 Thread Andy Falanga (afalanga)
HI, Thanks to Gary Thomas' response, I was able to get the python libraries from Boost built. Now, when I'm building my own library, which requires libboost_python, the configure script isn't able to find it. How do I work with these cross compilation environments? What I have is this. I

Re: [yocto] How to find libraries when building software

2015-04-02 Thread Gary Thomas
On 2015-04-02 11:36, Andy Falanga (afalanga) wrote: HI, Thanks to Gary Thomas' response, I was able to get the python libraries from Boost built. Now, when I'm building my own library, which requires libboost_python, the configure script isn't able to find it. How do I work with these

Re: [yocto] How to find libraries when building software

2015-04-02 Thread Gary Thomas
On 2015-04-02 11:36, Andy Falanga (afalanga) wrote: HI, Thanks to Gary Thomas' response, I was able to get the python libraries from Boost built. Now, when I'm building my own library, which requires libboost_python, the configure script isn't able to find it. How do I work with these