[oe-commits] [openembedded-core] 02/26: insane.bbclass: add microblaze-*-elf to machine dictionary

git at git.openembedded.org git at git.openembedded.org
Tue Nov 21 13:11:29 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit a0104e47217e3a46d319a76929aec5b45c3ea6f9
Author: Nathan Rossi <nathan at nathanrossi.com>
AuthorDate: Sat Nov 11 02:58:16 2017 +1000

    insane.bbclass: add microblaze-*-elf to machine dictionary
    
    Add the definitions for microblaze-*-elf targets to the machine
    dictionary.
    
    Signed-off-by: Nathan Rossi <nathan at nathanrossi.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/classes/insane.bbclass | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index def9c70..535d410 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -68,6 +68,9 @@ def package_qa_get_machine_dict(d):
                         "epiphany":   (4643,   0,    0,          True,          32),
                         "mips":       ( 8,     0,    0,          False,         32),
                         "mipsel":     ( 8,     0,    0,          True,          32),
+                        "microblaze":  (189,   0,    0,          False,         32),
+                        "microblazeeb":(189,   0,    0,          False,         32),
+                        "microblazeel":(189,   0,    0,          True,          32),
                       },
             "linux" : { 
                         "aarch64" :   (183,    0,    0,          True,          64),

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list