summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2013-04-08 16:28:38 +1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-08 16:56:45 +0100
commit647caeb0fbed502f7710af57cb0afe055cc631cb (patch)
tree3e7ee1572fa0f404b1491087e9515068ce00e7e2 /meta
parent6d4d42d63db4c3fcffd831ce359599f3ee1d710e (diff)
downloadpoky-647caeb0fbed502f7710af57cb0afe055cc631cb.tar.gz
insane.bbclass: Updated MicroBlaze machine definitions
* Removed existing definition with machine 47787, this definition is outdated, a sanity error should occur if an ELF uses this value. * Added new definition with machine 189. This value replaces the existing value since August 2009. See binutils thread for more information. (http://sourceware.org/ml/binutils/2009-08/msg00127.html) (From OE-Core rev: 0c60d3b04eb77629abc3bbc2a6d8a2b8f0a44309) Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/insane.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index 2f10688909..75db7a2d8a 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -60,6 +60,8 @@ def package_qa_get_machine_dict():
60 "s390": (22, 0, 0, False, 32), 60 "s390": (22, 0, 0, False, 32),
61 "sh4": (42, 0, 0, True, 32), 61 "sh4": (42, 0, 0, True, 32),
62 "sparc": ( 2, 0, 0, False, 32), 62 "sparc": ( 2, 0, 0, False, 32),
63 "microblaze": (189, 0, 0, False, 32),
64 "microblazeel":(189, 0, 0, True, 32),
63 }, 65 },
64 "linux-uclibc" : { 66 "linux-uclibc" : {
65 "arm" : ( 40, 97, 0, True, 32), 67 "arm" : ( 40, 97, 0, True, 32),
@@ -97,8 +99,6 @@ def package_qa_get_machine_dict():
97 }, 99 },
98 "linux-gnu" : { 100 "linux-gnu" : {
99 "powerpc": (20, 0, 0, False, 32), 101 "powerpc": (20, 0, 0, False, 32),
100 "microblaze": (47787, 0, 0, False, 32),
101 "microblazeel": (47787, 0, 0, True, 32),
102 "sh4": (42, 0, 0, True, 32), 102 "sh4": (42, 0, 0, True, 32),
103 }, 103 },
104 "linux-gnux32" : { 104 "linux-gnux32" : {