Re: [yocto] Building clang with Yocto

2014-12-08 Thread Yu, Chan KitX
I **think** I'm just inches away from success. I think I just need to invoke a correct install command somewhere in the do_install function but so far I have not managed to do so. But right now the alternative way of jamming the compiler into the SDK sounds tempting to me. -Original Message

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 wo

Re: [yocto] [PATCH 1/7] ProvisionGoogleVM.py: Initial commit

2014-12-08 Thread Flanagan, Elizabeth
Pulled into master, thanks! -b On Tue, Dec 2, 2014 at 3:31 PM, wrote: > From: California Sullivan > > This build step provisions a Google VM using the gcloud command line tool. > > Signed-off-by: California Sullivan > --- > .../autobuilder/buildsteps/ProvisionGoogleVM.py| 85 > +

Re: [yocto] [autobuilder][PATCH 0/2] GitPoller changesource improvements

2014-12-08 Thread Flanagan, Elizabeth
Pulled into master, thanks! -b On Fri, Dec 5, 2014 at 3:26 PM, Bryan Evenson wrote: > These are fixes on top of California Sullivan's work for adding the > GitPoller changesource. With my testing, I was unable to get the GitPoller > changesource to work until I added the first patch. The secon

Re: [yocto] .bbappend and require

2014-12-08 Thread Nicolas Dechesne
On Mon, Dec 8, 2014 at 8:27 PM, Gary Thomas wrote: > I have a base image in my distribution (e.g. xyz-image-base.bb). > Many of my layers will build on this using 'require', e.g. > require recipes-base/images/xyz-image-base.bb > > Sometimes a given layer may create many such image recipes, each

[yocto] .bbappend and require

2014-12-08 Thread Gary Thomas
I have a base image in my distribution (e.g. xyz-image-base.bb). Many of my layers will build on this using 'require', e.g. require recipes-base/images/xyz-image-base.bb Sometimes a given layer may create many such image recipes, each using 'require' to fill in the base. It would be nice to be

[yocto] Debugging opkg installs

2014-12-08 Thread Matt Schuckmann
I'm looking for some tips on debugging package install problems. Recently I've had a problem where edits to a pkg_postinst function in one of my recipes was not getting run when rebuilding my image. The only way I could get the pkg_postinst() function to run was to wipe out my complete openembed

[yocto] Building clang with Yocto

2014-12-08 Thread Jim Rafert
Hello Chan, I have been working to a similar goal, to include clang in the toolchain to be used for compiling applications to run on the target. Using clang to compile the OS and kernel are not required or desired by me. You may get some insight from the thread I started in November on the

Re: [yocto] [meta-cgl][PATCH] openais: upgrade to 1.1.4

2014-12-08 Thread Alexandru Vaduva
Thank you for the help.I will try to test and apply it as soon as possible.  Alex Vaduva On Monday, December 8, 2014 12:35 PM, Li xin wrote: Signed-off-by: Li Xin --- meta-cgl-common/recipes-cgl/openais/openais_1.1.3.bb | 18 -- meta-cgl-common/recipes-cgl/openais

Re: [yocto] regarding yocto installation

2014-12-08 Thread Sandeep G.R
Hi Shalini, Your repo url in not a valid one ( https://dl-ssl.google.com/dl/googlesource/git-repo/repo) Please follow this link https://github.com/Freescale/fsl-community-bsp-platform On Mon, Dec 8, 2014 at 1:57 AM, Shalini K P wrote: > > > Hi, > > > >M trying to install yocto

[yocto] regarding yocto installation

2014-12-08 Thread Shalini K P
Hi, M trying to install yocto on host Ubuntu 12.04. I m following these steps. mkdir ~/bin $ curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo $ chmod a+x ~/bin/repo $ PATH=${PATH}:~/bin * Download the BSP metadata (recipes + configuration files + classes) $ mkdir fsl-c

[yocto] [meta-cgl][PATCH] openais: upgrade to 1.1.4

2014-12-08 Thread Li xin
Signed-off-by: Li Xin --- meta-cgl-common/recipes-cgl/openais/openais_1.1.3.bb | 18 -- meta-cgl-common/recipes-cgl/openais/openais_1.1.4.bb | 16 2 files changed, 16 insertions(+), 18 deletions(-) delete mode 100644 meta-cgl-common/recipes-cgl/openais/openais_1.

[yocto] Problem building image with opkg and gpg support

2014-12-08 Thread Lars Michael
Hi all, On daisy I have switched to opkg, this works fine (target wandboard). To support signed packages I have added gpg to the PACKAGECONFIG for opkg. I have done this by creating a opkg_0.2.1.bbappend file with the line:  PACKAGECONFIG += "gpg" In my image recipe I added:IMAGE_INSTALL_append =

Re: [yocto] prelink & mklibs problem

2014-12-08 Thread Jegan Chandru
I recommend you to file a bug here https://bugzilla.yoctoproject.org/ if not done already. You may get a proper answer on armhf support there. From what I see, (someone please correct me if I am wrong), there is no prelink dynamic link armhf patch. You can also create and submit the patch for revie

Re: [yocto] Using anonymous python function to define variables

2014-12-08 Thread Paul Eggleton
Hi Ulf, On Sunday 07 December 2014 12:22:06 Ulf Winberg wrote: > I'm struggling with trying to dynamically set a file name, to be used with > "require". See code below: > > python () { >TA = d.getVar('TARGET_ARCH', True) >if TA == "arm": >javaPkg = "oracle-jse-ejre

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

[yocto] Release Candidate Build for yocto-1.8_M1.rc1 now available.

2014-12-08 Thread Poky Build User
-e A release candidate build for yocto-1.8_M1.rc1 is now available at: http://autobuilder.yoctoproject.org/pub/releases/yocto-1.8_M1.rc1 Please begin QA on this build as soon as possible. Build hash information: meta-intel : a72da6350e7a77256ad597e8e8c40909590a2a40 meta-fsl-arm : a593ac48

Re: [yocto] u-boot precompiled ?

2014-12-08 Thread Matthias.Heise
> -Ursprüngliche Nachricht- > Von: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] Im Auftrag von Gary Thomas > Gesendet: Freitag, 5. Dezember 2014 15:22 > An: yocto@yoctoproject.org > Betreff: Re: [yocto] u-boot precompiled ? > > On 2014-12-05 05:48, matthias.h

Re: [yocto] prelink & mklibs problem

2014-12-08 Thread Qiang Yu
Thanks for your reply. I almost give up. You mean that current yocto build doesn't support hard float ABI prelink, and the prelink source code needs to be modified to use ld-linux-armhf.so.3? So this problem affect all armhf build of yocto, in other words prelink doesn't work for yocto armhf at a