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

[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] 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 wrote: > I

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

2015-04-02 Thread Yu, Chan KitX
Hello all, 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 the issue, I tried building a stock Yocto whose target platfo

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 n

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

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 > > 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. https://www.yoctoproject.org/irc/%23yocto.2

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

2015-04-02 Thread Burton, Ross
On 1 April 2015 at 08:59, PIEWALD Georg 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 most things you said not

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 wrote: > On Tue, 31 Mar 2015, Khem Raj wrote: > >> >> > On Mar 31, 2015, at 12:54 PM, Robert P. J. Day >> > wrote: >> > >> > >> > i asked about this a few weeks ago, finally getting back to it ... >> > for better or worse, i'm running fedora rawh

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

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

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 cross

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 cross

[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 . What do I put in my bb file? Many Thanks -- ___ yocto mailing list yocto@yoctoproject.org https://l

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

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 rec

[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 : bfe01a0ebde407086f4a7710ea165c6

Re: [yocto] Difference b/w yocto kernels and normal linux.org kernels

2015-04-02 Thread Raghavendra Kakarla
Hi Paul Eggleton, I have some doubts on the SDK and build errors. Could you please clarify my doubts. 1. Can we get the consolidated log/file for total installed packages for corresponding SDK. If user wants to know what packages are included in the SDK. 2. When trying to build the images alwa

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

2015-04-02 Thread Yu, Chan KitX
> -Original Message- > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > Sent: Thursday, April 02, 2015 7:37 PM > To: Yu, Chan KitX > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] Kernel Panic: /sbin/init not found > > Hi Chan Kit, > > On Thursday 02 April 2015 09:25:35 Y

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

2015-04-02 Thread Yu, Chan KitX
> -Original Message- > From: Yu, Chan KitX > Sent: Friday, April 03, 2015 2:30 PM > To: 'Paul Eggleton' > Cc: yocto@yoctoproject.org > Subject: RE: [yocto] Kernel Panic: /sbin/init not found > > > > > -Original Message- > > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.