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
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
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
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
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
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
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
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
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
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
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
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
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
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 --
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
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.
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
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
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
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.:
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 -
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
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
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
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
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
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
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
28 matches
Mail list logo