]> code.ossystems Code Review - openembedded-core.git/commitdiff
insane.bbclass: Added Epiphany machine definitions
authorPeter Saunderson <peteasa@gmail.com>
Sun, 12 Apr 2015 17:27:38 +0000 (18:27 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 24 Apr 2015 10:05:58 +0000 (11:05 +0100)
Adding machine definitions for the epiphany (http://www.adapteva.com/) chip using https://github.com/adapteva/epiphany-binutils-gdb.
For binutils implementation that defines TARGET_ARCH MACHINE "epiphany": 4643 See https://github.com/adapteva/epiphany-binutils-gdb/blob/epiphany-binutils-2.24/bfd/elf32-epiphany.c
For example layer that uses these defines see https://github.com/peteasa/meta-epiphany.git

Signed-off-by: Peter Saunderson <peteasa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/insane.bbclass

index 3592575d73e888591e8c9a294fdd62de7d8e1546..56ee37dfd04a48758c4505653f0a880756bce0d4 100644 (file)
@@ -59,6 +59,7 @@ def package_qa_get_machine_dict():
             "elf" : {
                         "i586" :      (3,      0,    0,          True,          32),
                         "x86_64":     (62,     0,    0,          True,          64),
+                        "epiphany":   (4643,   0,    0,          True,          32),
                       },
             "linux" : { 
                         "aarch64" :   (183,    0,    0,          True,          64),