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

Khem Raj raj.khem at gmail.com
Sat May 7 23:14:46 PDT 2011


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 ?
>          }
>
>




More information about the poky mailing list