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
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:
>
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
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
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
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
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
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
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