[yocto-announce] 1.8_M1 released

2014-12-23 Thread Flanagan, Elizabeth
The first milestone release for the upcoming Yocto Project 1.8 release is now available at: http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-1.8_M1/ Thank you everyone for all your contributions. eclipse-poky-juno 26bfc407781aa185f244a47ba63120343cee4a37 eclipse-poky-kepler

Re: [yocto] Building clang with Yocto

2014-12-23 Thread Yu, Chan KitX
I tried ldd-ing my binary on my build machine since it doesn't work on my image and it was built on glibc indeed. Since yocto is based on ulibc so it won't work even my target platform is roughly the same as my build platform. I wonder what options should I specify to get llvm to build against

Re: [yocto] Cross compiler which runs on the target architecture.

2014-12-23 Thread Richard Purdie
On Sat, 2014-12-20 at 14:43 +, Peter Saunderson wrote: I have seen a brief IRC chat (https://www.yoctoproject.org/irc/%23yocto.2013-09-23.log.html talking about https://github.com/nathanrossi/meta-parallella) about this question but nothing much else so this is an attempt to get more

Re: [yocto] Cross compiler which runs on the target architecture.

2014-12-23 Thread Nathan Rossi
On Tue, Dec 23, 2014 at 12:53 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: Hi, On Sat, 2014-12-20 at 14:43 +, Peter Saunderson wrote: I have seen a brief IRC chat (https://www.yoctoproject.org/irc/%23yocto.2013-09-23.log.html talking about

Re: [yocto] Cross compiler which runs on the target architecture.

2014-12-23 Thread Peter Saunderson
Hi Richard, Thanks for the samples. I have been taking a slightly different approach. It seems to me that poky/cross-canadian.bbclass is very specific to SDK generation, and could almost be called cross-canadian-sdk.bbclass where the sdk reflects the choice of host architecture. There are

Re: [yocto] autobuilder: How to set PREMIRRORS?

2014-12-23 Thread Bryan Evenson
Elizabeth, Thanks for the tips. I think I have something close to working, just need to finish testing. I should have a patch for you the first week of January. Thanks, Bryan E. -Original Message- From: Flanagan, Elizabeth [mailto:elizabeth.flana...@intel.com] Sent: Tuesday,

Re: [yocto] RFC - enable toaster on the autobuilder

2014-12-23 Thread Damian, Alexandru
Hi Beth, The bitbake patchset was merged last week, and I've made the requested changes to the autobuilder patchset. Can you please review and pull *poky-contrib: adamian/autobuilder-enable-toaster *at your convenience ? Thanks, Alex On Wed, Dec 10, 2014 at 11:13 AM, Damian, Alexandru

[yocto] Setting up an init other than SysVinit or systemd?

2014-12-23 Thread Bryan Evenson
All, I am in the process of upgrading core items in my image (core-image-minimal with a few additional packages), and one item I am taking a look at is changing my init from SysVinit. I know the other easily supported option for init is systemd, but if I change to systemd I want to do it

Re: [yocto] Building clang with Yocto

2014-12-23 Thread Jim Rafert
Hi Chan, The errors that you are experiencing point to a mismatch between the target architecture of the compiler, and the headers and libraries that the compiler finds. There are several steps that are necessary to get right before you can produce correct code with the compiler. 1.

[yocto] 1.8_M1 released

2014-12-23 Thread Flanagan, Elizabeth
The first milestone release for the upcoming Yocto Project 1.8 release is now available at: http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-1.8_M1/ Thank you everyone for all your contributions. eclipse-poky-juno 26bfc407781aa185f244a47ba63120343cee4a37 eclipse-poky-kepler

Re: [yocto] RFC - enable toaster on the autobuilder

2014-12-23 Thread Flanagan, Elizabeth
On 23 December 2014 at 07:20, Damian, Alexandru alexandru.dam...@intel.com wrote: Hi Beth, The bitbake patchset was merged last week, and I've made the requested changes to the autobuilder patchset. Sure, this will probably not be until during the holidays (26thish or so). Can you please

[yocto] [ANNOUNCEMENT] Intel(R) Valley Island BSP for Yocto 1.6.2 dizzy

2014-12-23 Thread Flanagan, Elizabeth
All, We are pleased to announce the updated release of the IntelĀ® Valley Island BSP for the Yocto Project daisy 1.6.2 release. https://www.yoctoproject.org/downloads/bsps/daisy162/valley-island-64-bit Supported Platforms: - Bayley Bay CRB - Bakersport CRB - Valley Island

Re: [yocto] Building clang with Yocto

2014-12-23 Thread Yu, Chan KitX
Question: Does the fact that Yocto is based on elibc rather than libc be the cause of the incompatibility here? -Original Message- From: Jim Rafert [mailto:j...@spectralogic.com] Sent: Wednesday, December 24, 2014 12:58 AM To: Yu, Chan KitX; Paul Eggleton Cc: yocto@yoctoproject.org