[yocto] sstate-cache and local files causing invalidation

2013-06-14 Thread Jate Sujjavanich
I am attempting to set up a shared sstate-cache directory. I added a SSTATE_MIRROS So far, it seems that recipes with local files in the SRC_URI are triggering a rebuild. The filename/checksum is stored with the filename as the full local path. Running bitbake-sigdiff on the fetch stamps yields

Re: [yocto] Custom recipe kernel 2.6.32 and depmodwrapper

2013-06-14 Thread Bruce Ashfield
On 13-06-14 04:09 PM, Javi Roman wrote: After hit my head against the wall over and over I realize the modules.dep file and so on is not deployed in the modules-xxx.tar.gz file at all. Only is deployed in the final rootfs image. Aha. That was going to be my next area to ask about. I wou

Re: [yocto] Custom recipe kernel 2.6.32 and depmodwrapper

2013-06-14 Thread Javi Roman
After hit my head against the wall over and over I realize the modules.dep file and so on is not deployed in the modules-xxx.tar.gz file at all. Only is deployed in the final rootfs image. I would swear this files were deployed in OE in the past. I apologize for the noise in the list! Javi R

Re: [yocto] [PATCH 0/7][eclipse-poky] Add target profile quick switch

2013-06-14 Thread Zhang, Jessica
Hi Timo, First thanks for continuous making improvement. Most of the patches looked fine, but when I tested the functionality, I noticed that in either cases, your list contains: Project Specific and my customized profiles e.g. Standard Profile and profile_static. I can toggle my customized p

Re: [yocto] Custom recipe kernel 2.6.32 and depmodwrapper

2013-06-14 Thread Bruce Ashfield
On 13-06-14 04:21 AM, Javi Roman wrote: Problably the issue about modules.builtin was a nosense, becasuse patching the kernel Makefile in order to include this file dosen't fix the problem. I can't recall. Did you say this was with yocto master ? That said, I am unable to make work properly

Re: [yocto] gcc enable-languages

2013-06-14 Thread Dat Tran
Khem Raj writes: > > > On Jun 14, 2013, at 10:53 AM, Dat Tran wrote: > > > Paul, thanks for your suggestions. I think you are right in that there are > > more settings we need to set. Here is what I had done with no success: > > > > > > diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b

Re: [yocto] gcc enable-languages

2013-06-14 Thread Khem Raj
On Jun 14, 2013, at 10:53 AM, Dat Tran wrote: > Paul, thanks for your suggestions. I think you are right in that there are > more settings we need to set. Here is what I had done with no success: > > > diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes- > devtools/gcc/gcc-4.7.i

Re: [yocto] gcc enable-languages

2013-06-14 Thread Dat Tran
Paul Eggleton writes: > > On Friday 14 June 2013 04:04:07 Dat Tran wrote: > > Anyone know of any clues that will help us? Thanks. > > > > Edward Vidal ...> writes: > > > Dat Tran wrote > > > > Hello, > > > > > > > > I want to add support for FORTRAN in my image. > > > > On target gcc -v sho

Re: [yocto] No crosscompiler in Toolchain

2013-06-14 Thread Zhang, Jessica
Hi Satya, If bitbake meta_toolchain didn't generate the correct cross compiler, then it's a bug, would you mind open a bug in bugzilla.yoctoproject.org for us with detailed info e.g. what release, what are the cross toolchain that you were trying to build, etc? As to your image particular to

Re: [yocto] Can not build (configure) a simple Hello world program in eclipse with ADT

2013-06-14 Thread Zhang, Jessica
Hi Tanassis, Can you install your sysroot setup by following the steps of ADT manual, either download a prebuild image.tar.gz file and use runqemu-extract-sdk to extract it under /home/user/sysroot_*** directory, or use adt_installer to set it up? Any of the sysroot that you got by building

Re: [yocto] Can not build (configure) a simple Hello world program in eclipse with ADT

2013-06-14 Thread Thanassis Silis
Hi Jessica, well I selected the toolchain from build dir and pointed both paths (toolchain and sysroots) to /home///build/tmp/ The rest is appended automatically I guess. The target showed up correctly in the dropdown box ( armv7a-vfp-neon-poky-linux-gnueabi ) . Following your advice, I chang

Re: [yocto] Can not build (configure) a simple Hello world program in eclipse with ADT

2013-06-14 Thread Zhang, Jessica
Hi Thanassis, How did you configure your toolchain and sysroot, in the windows->preference for ADT? I noticed from the commandling that your sysroot is sysroot=/home/nass/yocto/build/tmp/sysroots/imx6qsabrelite Typically we'd advise people not to directly use the sysroot under the build en

Re: [yocto] Recompile the recipe everytime

2013-06-14 Thread Richard Purdie
On Thu, 2013-06-13 at 20:54 +0530, Rohit2 Jindal wrote: > Please help me out I am stuck in some issue, actually I want my recipe to do > compilation everytime on every run of > > Bitbake linux-yocto > > ie can I remove stamping or sstate-cache that it allows me to run compilation > everytime on

Re: [yocto] gcc enable-languages

2013-06-14 Thread Paul Eggleton
On Friday 14 June 2013 04:04:07 Dat Tran wrote: > Anyone know of any clues that will help us? Thanks. > > Edward Vidal writes: > > Dat Tran wrote > > > Hello, > > > > > > I want to add support for FORTRAN in my image. > > > On target gcc -v shows --enable-languages=c,c++ > > > This needs to --

[yocto] Can not build (configure) a simple Hello world program in eclipse with ADT

2013-06-14 Thread Thanassis Silis
hello everyone, I am following the yocto Project Devel Manual ( http://www.yoctoproject.org/docs/1.4/dev-manual/dev-manual.html#adt-eclipse ) to set up eclipse for use with an embedded target . I am stuck in section 4.2.2.2 trying to make a simple autotools hello world application. The build fa

Re: [yocto] Yocto - eclipse ADT plugin , missing autotools dependency

2013-06-14 Thread Thanassis Silis
Hi Adrian, well I built the plugin locally, too, using the information from http://www.yoctoproject.org/docs/1.4/dev-manual/dev-manual.html#adt-eclipse . It is also not very clear to me how the autotools version 3.0.1.xx is not sufficient for ADT, when the latter requires autotools version 1.

Re: [yocto] Yocto - eclipse ADT plugin , missing autotools dependency

2013-06-14 Thread Adrian Dudau
Hi Thanassis, On Fri, 2013-06-14 at 14:16 +, Thanassis Silis wrote: > Hello everyone, > I am using ubuntu 12.04, eclipse indigo, and have bitbaked rootfs & > toolchain from yocto meta-freescale 'dylan (v1.4.1)'. > I then went on to setup eclipse for yocto devel & debug. followed the > procedur

[yocto] Yocto - eclipse ADT plugin , missing autotools dependency

2013-06-14 Thread Thanassis Silis
Hello everyone, I am using ubuntu 12.04, eclipse indigo, and have bitbaked rootfs & toolchain from yocto meta-freescale 'dylan (v1.4.1)'. I then went on to setup eclipse for yocto devel & debug. followed the procedures from : Yocto Project Development Manual (section 4.2.2.1.3.) When I try to i

Re: [yocto] No crosscompiler in Toolchain

2013-06-14 Thread Hans Beckérus
On Fri, Jun 14, 2013 at 1:20 PM, DAMARLA Satya Swaroop wrote: > Hi Everyone, > > I solved the issue, but I don't know if its right or wrong but for the > moment I am happy... The following didnot work for me > > bitbake core-image-skidata -c populate_sdk > nor > bitbake meta-toolchai

Re: [yocto] Recompile the recipe everytime

2013-06-14 Thread Paul Eggleton
On Friday 14 June 2013 13:30:20 Paul Eggleton wrote: > > I tried do_compile[nostamp] ="1" but it did not work but same thing worked > > for do_install[nostamp]="1" > > If you really want to do this, I think you'll need to mark all tasks in the > normal flow from do_compile onwards as nostamp i.e.:

Re: [yocto] recipe using waf installation location

2013-06-14 Thread Paul Eggleton
On Friday 14 June 2013 12:36:22 Burton, Ross wrote: > On 13 June 2013 17:08, Katu Txakur wrote: > > Thanks a lot Ross, > > you are absolutely right. Just that the --prefix in waf it's done in the > > configure so I now have > > > > do_configure() { > > ./waf configure --prefix=${prefix} --debug -

Re: [yocto] Recompile the recipe everytime

2013-06-14 Thread Paul Eggleton
Hi Rohit, On Thursday 13 June 2013 20:54:08 Rohit2 Jindal wrote: > Please help me out I am stuck in some issue, actually I want my recipe to do > compilation everytime on every run of > > Bitbake linux-yocto > > ie can I remove stamping or sstate-cache that it allows me to run > compilation ever

Re: [yocto] recipe using waf installation location

2013-06-14 Thread Burton, Ross
On 13 June 2013 17:08, Katu Txakur wrote: > Thanks a lot Ross, > you are absolutely right. Just that the --prefix in waf it's done in the > configure so I now have > > do_configure() { > ./waf configure --prefix=${prefix} --debug --alsa --clients=128 > } At this point it would be sensible to writ

Re: [yocto] No crosscompiler in Toolchain

2013-06-14 Thread Rifenbark, Scott M
Glad the problem was solved. I am currently working on a detailed section to address toolchain concepts and generation that will eventually reside in the reference manual. Thanks, Scott From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of DAMARLA Satya Swa

Re: [yocto] No crosscompiler in Toolchain

2013-06-14 Thread DAMARLA Satya Swaroop
Hi Everyone, I solved the issue, but I don't know if its right or wrong but for the moment I am happy... The following didnot work for me *bitbake core-image-skidata -c populate_sdk* * *nor *bitbake meta-toolchain* * * but *bitbake meta-toolchain-sdk * worked for me and created a too

Re: [yocto] Compliance program questions

2013-06-14 Thread Nicolas Dechesne
Hi there, > > > Jeff, > > On Thu, Apr 25, 2013 at 7:52 PM, Jeff Osier-Mixon wrote: > > Hi Nicolas, thanks for asking these questions. We are in the process > > of revising the documentation and application forms for that program, > > so your questions come at a very good time. > > thanks a lot

Re: [yocto] Custom recipe kernel 2.6.32 and depmodwrapper

2013-06-14 Thread Javi Roman
Problably the issue about modules.builtin was a nosense, becasuse patching the kernel Makefile in order to include this file dosen't fix the problem. That said, I am unable to make work properly the /lib/modules folder. The problem is the "make modules_install" is not putting all the files in the

Re: [yocto] Where do image names come from?

2013-06-14 Thread Paul Eggleton
On Thursday 13 June 2013 18:26:10 Khem Raj wrote: > On Thu, Jun 13, 2013 at 4:04 PM, Paul D. DeRocco > wrote: > > Where does the base name of the image files in build/tmp/deploy/images > > come from? More to the point, if I create my own image recipe in my own > > layer, what control do I have ove