diff options
author | Peter Saunderson <peteasa@gmail.com> | 2015-04-12 18:27:38 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-24 11:06:55 +0100 |
commit | b16f22b5ecba8c6a64f2cb5483ef10a58a25e1a8 (patch) | |
tree | c388701b77fb49e36109f9bd0cee6153d1121eda /meta/classes | |
parent | 376b6b70680be04464293ef570b312ea7836952e (diff) | |
download | poky-b16f22b5ecba8c6a64f2cb5483ef10a58a25e1a8.tar.gz |
insane.bbclass: Added Epiphany machine definitions
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
(From OE-Core rev: 937471ff2c633865d68e6ee73e0ec462d3768116)
Signed-off-by: Peter Saunderson <peteasa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/insane.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 3592575d73..56ee37dfd0 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
@@ -59,6 +59,7 @@ def package_qa_get_machine_dict(): | |||
59 | "elf" : { | 59 | "elf" : { |
60 | "i586" : (3, 0, 0, True, 32), | 60 | "i586" : (3, 0, 0, True, 32), |
61 | "x86_64": (62, 0, 0, True, 64), | 61 | "x86_64": (62, 0, 0, True, 64), |
62 | "epiphany": (4643, 0, 0, True, 32), | ||
62 | }, | 63 | }, |
63 | "linux" : { | 64 | "linux" : { |
64 | "aarch64" : (183, 0, 0, True, 64), | 65 | "aarch64" : (183, 0, 0, True, 64), |