]> code.ossystems Code Review - openembedded-core.git/commitdiff
insane: add microblaze little endian target info
authorAdrian Alonso <aalonso@secretlab.ca>
Tue, 5 Jul 2011 19:38:09 +0000 (14:38 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Jul 2011 12:40:38 +0000 (13:40 +0100)
* Add microblaze little endian target info to
  package_qa_get_machine_dict

Signed-off-by: Adrian Alonso <aalonso@secretlab.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/insane.bbclass

index ec9886b96ee7c38044afdf88425d5defa73c3852..c1db1ca99bb793969497904ad7f71b417bf18890 100644 (file)
@@ -86,7 +86,8 @@ def package_qa_get_machine_dict():
                         "powerpc":    (20,     0,    0,          False,         32),
                       },
             "linux-gnu" :       {
-                        "microblaze": (47787,  0,    0,          False,         32),
+                        "microblaze":   (47787,  0,    0,          False,         32),
+                        "microblazeel": (47787,  0,    0,          True,          32),
                       },
        }