[poky] [PATCH 1/7] insane: add micrblaze target info

Adrian Alonso aalonso at secretlab.ca
Mon May 9 07:24:58 PDT 2011


Hi,

I'm integrating a third party toolchain which triplet is:
microblaze-unknown-linux-gnu-
Setting
TARGET_OS = "linux-gnu"; TARGET_VENDOR = "-unknown" resolves
the toolchain triplet in bitbake.conf and I'm able to integrate the
toolchain without
messing around with the third party toolchain.

Let me work if I can override insane.bbclass to be less third party
toolchain specific.

Regards


On Sun, May 8, 2011 at 1:14 AM, Khem Raj <raj.khem at gmail.com> wrote:

> On 5/5/2011 12:10 PM, Adrian Alonso wrote:
>
>> * package_qa_get_machine_dict
>> * Add microblaze dic entry for QA
>> * Prebuilt toolchain triplet microblaze-unknown-linux-gnu-
>> * TARGET_OS is linux-gnu for this toolchain
>>
>> Signed-off-by: Adrian Alonso<aalonso at secretlab.ca>
>> ---
>>  meta/classes/insane.bbclass |    4 +++-
>>  1 files changed, 3 insertions(+), 1 deletions(-)
>>
>> diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
>> index 742be5e..e9d4bfa 100644
>> --- a/meta/classes/insane.bbclass
>> +++ b/meta/classes/insane.bbclass
>> @@ -85,7 +85,9 @@ def package_qa_get_machine_dict():
>>              "linux-uclibcspe" : {
>>                          "powerpc":    (20,     0,    0,          False,
>>       32),
>>                        },
>> -
>> +            "linux-gnu" :       {
>> +                        "microblaze": (47787,  0,    0,          False,
>>       32),
>> +                      },
>>
>
>
> we generally use *-*-linux except for arm and ppc (with spe ) can
> microblaze just use the same triplet ?
>
>>         }
>>
>>
>>
> _______________________________________________
> poky mailing list
> poky at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>



-- 
Adrian Alonso
Secret Lab Technologies Ltd.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/poky/attachments/20110509/1f5d2fb5/attachment.html>


More information about the poky mailing list