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 <pete...@gmail.com>
---
 meta/classes/insane.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index 3592575..56ee37d 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -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),
-- 
2.1.0

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to