Re: [yocto] Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor

2012-08-12 Thread Elvis Dowson
Hi Khem, I've made tangential progress!! I found out that Denx had a bunch of pre-built rootfilesystems, generated from yocto/denzil branch. I took the core-image-core-generic-powerpc-4xx-softfloat.tar.gz from the following location: ftp://ftp.denx.de/pub/eldk/5.2.1/target

Re: [yocto] Over-riding insane LDFLAGS check

2012-08-12 Thread Chris Larson
On Sun, Aug 12, 2012 at 10:10 AM, Elvis Dowson wrote: > > On Aug 12, 2012, at 8:20 PM, Chris Larson wrote: > >> On Sun, Aug 12, 2012 at 9:17 AM, Elvis Dowson wrote: >>> >>> On Aug 12, 2012, at 8:14 PM, Chris Larson wrote: >>> On Sun, Aug 12, 2012 at 4:45 AM, Elvis Dowson wrote: >

Re: [yocto] Over-riding insane LDFLAGS check

2012-08-12 Thread Elvis Dowson
On Aug 12, 2012, at 8:20 PM, Chris Larson wrote: > On Sun, Aug 12, 2012 at 9:17 AM, Elvis Dowson wrote: >> >> On Aug 12, 2012, at 8:14 PM, Chris Larson wrote: >> >>> On Sun, Aug 12, 2012 at 4:45 AM, Elvis Dowson >>> wrote: Is there anyway I can over-ride the insane LDFLAGS check fo

Re: [yocto] Over-riding insane LDFLAGS check

2012-08-12 Thread Chris Larson
On Sun, Aug 12, 2012 at 9:17 AM, Elvis Dowson wrote: > > On Aug 12, 2012, at 8:14 PM, Chris Larson wrote: > >> On Sun, Aug 12, 2012 at 4:45 AM, Elvis Dowson wrote: >>> Is there anyway I can over-ride the insane LDFLAGS check for >>> GNU_HASH? >> >> Remove it from ERROR_QA and (optionally) a

Re: [yocto] Over-riding insane LDFLAGS check

2012-08-12 Thread Elvis Dowson
On Aug 12, 2012, at 8:14 PM, Chris Larson wrote: > On Sun, Aug 12, 2012 at 4:45 AM, Elvis Dowson wrote: >> Is there anyway I can over-ride the insane LDFLAGS check for >> GNU_HASH? > > Remove it from ERROR_QA and (optionally) add it to WARN_QA instead. If > you're using an external toolch

Re: [yocto] Over-riding insane LDFLAGS check

2012-08-12 Thread Chris Larson
On Sun, Aug 12, 2012 at 4:45 AM, Elvis Dowson wrote: >Is there anyway I can over-ride the insane LDFLAGS check for > GNU_HASH? Remove it from ERROR_QA and (optionally) add it to WARN_QA instead. If you're using an external toolchain, see what I did at https://github.com/MentorEmbedded/met

Re: [yocto] layer.conf: "packages" directory

2012-08-12 Thread Paul Eggleton
On Sunday 12 August 2012 08:34:36 Trevor Woerner wrote: > Hi, > > In the Yocto Project Development Manual, section 4.1.2 "Creating Your > Own Layer" it shows an example layer.conf file. In this example, right > before adding the recipes to BBFILES, appears the comment: "We have a > packages direct

[yocto] layer.conf: "packages" directory

2012-08-12 Thread Trevor Woerner
Hi, In the Yocto Project Development Manual, section 4.1.2 "Creating Your Own Layer" it shows an example layer.conf file. In this example, right before adding the recipes to BBFILES, appears the comment: "We have a packages directory". The problem is, I can't find a directory named "packages" anyw

[yocto] Over-riding insane LDFLAGS check

2012-08-12 Thread Elvis Dowson
Hi, Is there anyway I can over-ride the insane LDFLAGS check for GNU_HASH? gcc-4.5.1 doesn't generate the hashes, and at the moment, I've had to temporarily hack by getting the check to return, as follows: meta/classes/insane.bbclass |2 ++ 1 file changed, 2 insertions(+) diff --gi