[linux-yocto] Perf compile issue with kernel 4.1-rc7

2015-06-22 Thread Yu, Chan KitX
Hi all, I recently found some compile issue whilst compiling perf in Yocto version Fido in kernel 4.1.0-rc7. The error log is at http://pastebin.com/mMBEDdsJ . The error log might have seem to suggest that the configure process (or compile) failed to detect the presence of Glibc libraries.

Re: [linux-yocto] Perf compile issue with kernel 4.1-rc7

2015-06-17 Thread Yu, Chan KitX
Bumping this up in case you don't see this. From: Yu, Chan KitX Sent: Tuesday, June 16, 2015 8:03 AM To: linux-yocto@yoctoproject.org Subject: Perf compile issue with kernel 4.1-rc7 Hi all, I recently found some compile issue whilst compiling perf in Yocto version Fido in kernel 4.1.0-rc7

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

2015-04-06 Thread Yu, Chan KitX
...@flir.com] Sent: Tuesday, April 07, 2015 1:13 AM To: Paul Eggleton Cc: Yu, Chan KitX; yocto@yoctoproject.org Subject: RE: [yocto] Kernel Panic: /sbin/init not found This is not true in the general case. You definitely can use IMAGE_INSTALL_append with a leading space to add items to an image

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

2015-04-03 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 Yu, Chan

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

2015-04-03 Thread Yu, Chan KitX
-Original Message- From: ChenQi [mailto:qi.c...@windriver.com] Sent: Friday, April 03, 2015 3:03 PM To: Yu, Chan KitX; Paul Eggleton Cc: yocto@yoctoproject.org Subject: Re: [yocto] Kernel Panic: /sbin/init not found On 04/03/2015 02:43 PM, Yu, Chan KitX wrote: -Original

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

2015-04-03 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.com] Sent

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

2015-04-03 Thread Yu, Chan KitX
-Original Message- From: Yu, Chan KitX Sent: Friday, April 03, 2015 3:06 PM To: Chen, Qi (Wind River); Paul Eggleton Cc: yocto@yoctoproject.org Subject: RE: [yocto] Kernel Panic: /sbin/init not found -Original Message- From: ChenQi [mailto:qi.c...@windriver.com

[yocto] LLVM/CLang only works in Multilib x64

2015-03-03 Thread Yu, Chan KitX
Hi all, As some of you might know through IRC and the mailing list itself, I'm trying to get LLVM/CLang to work in Yocto in platforms other than x64 multilib. To set the purpose of this email clear, I am only trying to get LLVM to work as host-only compiler. As much as I want to get LLVM cross

Re: [yocto] Building clang with Yocto

2014-12-23 Thread Yu, Chan KitX
/BranchProbability.h:27:3: error: 'uint32_t' does not name a type uint32_t N; I tried adding #include cstdint to that header but no luck. -Original Message- From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] Sent: Monday, December 22, 2014 7:22 PM To: Yu, Chan KitX Cc: 'Liviu

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

Re: [yocto] Building clang with Yocto

2014-12-21 Thread Yu, Chan KitX
I can specify some other configuration options there but I have no idea what to specify the configure parameter --target=TARGET . x64 did not do any good. So any idea? Thanks, Chan Kit From: Yu, Chan KitX Sent: Wednesday, December 10, 2014 11:25 AM To: Liviu Gheorghisan; Jim Rafert; yocto

Re: [yocto] Building clang with Yocto

2014-12-09 Thread Yu, Chan KitX
[mailto:liviu.gheorghi...@enea.com] Sent: Wednesday, December 10, 2014 12:27 AM To: Yu, Chan KitX; Jim Rafert; yocto@yoctoproject.org Subject: Re: [yocto] Building clang with Yocto Hello Yu, Jim I think you can get the clang executable into the SDK installer script with something like this: 1. Add

[yocto] Need guidance on compiling clang+rt-compiler+llvm 3.3

2014-12-08 Thread Yu, Chan KitX
Hi guys, Before I go to my errors let me outline the steps I took. I started off with the LLVM recipe that I got from http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-core/llvm . Then I added the following to llvm.inc's do_configure_prepend() because I wanted to compile

Re: [yocto] Building clang with Yocto

2014-12-08 Thread Yu, Chan KitX
Hi Jim, How did you jam the clang compiler into the SDK tarball? Chan Kit -Original Message- From: Jim Rafert [mailto:j...@spectralogic.com] Sent: Tuesday, December 09, 2014 1:48 AM To: yocto@yoctoproject.org; Yu, Chan KitX Subject: Building clang with Yocto Hello Chan, I have been

Re: [yocto] Building clang with Yocto

2014-12-08 Thread Yu, Chan KitX
Message- From: Yu, Chan KitX Sent: Tuesday, December 09, 2014 9:19 AM To: 'Jim Rafert'; yocto@yoctoproject.org Subject: RE: Building clang with Yocto Hi Jim, How did you jam the clang compiler into the SDK tarball? Chan Kit -Original Message- From: Jim Rafert [mailto:j...@spectralogic.com

[yocto] do_fetch() with svn which has http prefix

2014-12-04 Thread Yu, Chan KitX
Hi, I need to do svn checkout http://llvm.org/svn/llvm-project/llvm/trunk but since that repo has a http prefix, I don't think it's smart enough to recognize that the link is actually an SVN repo. So how do I work around this problem? Thanks, Chan Kit --

[yocto] Issue with compiling x264 package in Yocto

2014-12-03 Thread Yu, Chan KitX
Hi all, I had the following issues with building x264 package in Yocto ERROR: Fetcher failure: Fetch command failed with exit code 128, output: Cloning into bare repository '/home/autoeye/daisy/poky/mybuilds/downloads/git2/git.videolan.org.x264.git'... FATAL: Failed to determine SOCKS server.

Re: [yocto] Issue with compiling x264 package in Yocto

2014-12-03 Thread Yu, Chan KitX
. So I’m stuck here now getting x264 to git clone ☹ I also added GIT_PROXY_COMMAND to oe-git-proxy but no luck. Chan Kit From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Thursday, December 04, 2014 7:17 AM To: Yu, Chan KitX Cc: yocto@yoctoproject.orgmailto:yocto@yoctoproject.org; yuchan

Re: [yocto] Issue with compiling x264 package in Yocto

2014-12-03 Thread Yu, Chan KitX
I got it to compile thanks to Boon Leong. Consider this issue resolved for now. Chan Kit From: Ong, Boon Leong Sent: Thursday, December 04, 2014 2:49 PM To: Yu, Chan KitX; Burton, Ross Cc: 'yocto@yoctoproject.org'; 'yuchan...@gmail.com' Subject: RE: [yocto] Issue with compiling x264 package