[oe-commits] Nathan Rossi : insane.bbclass: Add MicroBlaze big endian target info

git at git.openembedded.org git at git.openembedded.org
Tue May 5 21:15:54 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 9c02b5af28f43b0b8ac825dffdbfa49a71c63132
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=9c02b5af28f43b0b8ac825dffdbfa49a71c63132

Author: Nathan Rossi <nathan.rossi at xilinx.com>
Date:   Tue May  5 14:27:54 2015 +1000

insane.bbclass: Add MicroBlaze big endian target info

* Add the target info for the 'microblazeeb' target which matches the
  default MicroBlaze target info

Signed-off-by: Nathan Rossi <nathan.rossi at xilinx.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/insane.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index 56ee37d..ab4bd78 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -85,6 +85,7 @@ def package_qa_get_machine_dict():
                         "sh4":        (42,     0,    0,          True,          32),
                         "sparc":      ( 2,     0,    0,          False,         32),
                         "microblaze":  (189,   0,    0,          False,         32),
+                        "microblazeeb":(189,   0,    0,          False,         32),
                         "microblazeel":(189,   0,    0,          True,          32),
                       },
             "linux-uclibc" : { 



More information about the Openembedded-commits mailing list