]> code.ossystems Code Review - openembedded-core.git/commitdiff
insane: add micrblaze target info
authorAdrian Alonso <aalonso@secretlab.ca>
Thu, 5 May 2011 16:26:28 +0000 (11:26 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 May 2011 08:51:41 +0000 (09:51 +0100)
* 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@secretlab.ca>
meta/classes/insane.bbclass

index 742be5e66a2b0f20f0357dc1d5ca48ddec6542ce..e9d4bfab08c99426692f80110daf1895f9f757b5 100644 (file)
@@ -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),
+                      },
        }