diff options
Diffstat (limited to 'meta/classes/insane.bbclass')
-rw-r--r-- | meta/classes/insane.bbclass | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index f6fd7c74d8..7444c58c28 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
@@ -103,23 +103,6 @@ def package_qa_get_machine_dict(d): | |||
103 | "microblazeeb":(189, 0, 0, False, 32), | 103 | "microblazeeb":(189, 0, 0, False, 32), |
104 | "microblazeel":(189, 0, 0, True, 32), | 104 | "microblazeel":(189, 0, 0, True, 32), |
105 | }, | 105 | }, |
106 | "linux-uclibc" : { | ||
107 | "arm" : ( 40, 97, 0, True, 32), | ||
108 | "armeb": ( 40, 97, 0, False, 32), | ||
109 | "powerpc": ( 20, 0, 0, False, 32), | ||
110 | "i386": ( 3, 0, 0, True, 32), | ||
111 | "i486": ( 3, 0, 0, True, 32), | ||
112 | "i586": ( 3, 0, 0, True, 32), | ||
113 | "i686": ( 3, 0, 0, True, 32), | ||
114 | "x86_64": ( 62, 0, 0, True, 64), | ||
115 | "mips": ( 8, 0, 0, False, 32), | ||
116 | "mipsel": ( 8, 0, 0, True, 32), | ||
117 | "mips64": ( 8, 0, 0, False, 64), | ||
118 | "mips64el": ( 8, 0, 0, True, 64), | ||
119 | "avr32": (6317, 0, 0, False, 32), | ||
120 | "sh4": (42, 0, 0, True, 32), | ||
121 | |||
122 | }, | ||
123 | "linux-musl" : { | 106 | "linux-musl" : { |
124 | "aarch64" : (183, 0, 0, True, 64), | 107 | "aarch64" : (183, 0, 0, True, 64), |
125 | "aarch64_be" :(183, 0, 0, False, 64), | 108 | "aarch64_be" :(183, 0, 0, False, 64), |
@@ -151,19 +134,12 @@ def package_qa_get_machine_dict(d): | |||
151 | "arm" : (40, 0, 0, True, 32), | 134 | "arm" : (40, 0, 0, True, 32), |
152 | "armeb" : (40, 0, 0, False, 32), | 135 | "armeb" : (40, 0, 0, False, 32), |
153 | }, | 136 | }, |
154 | "linux-uclibceabi" : { | ||
155 | "arm" : (40, 0, 0, True, 32), | ||
156 | "armeb" : (40, 0, 0, False, 32), | ||
157 | }, | ||
158 | "linux-gnuspe" : { | 137 | "linux-gnuspe" : { |
159 | "powerpc": (20, 0, 0, False, 32), | 138 | "powerpc": (20, 0, 0, False, 32), |
160 | }, | 139 | }, |
161 | "linux-muslspe" : { | 140 | "linux-muslspe" : { |
162 | "powerpc": (20, 0, 0, False, 32), | 141 | "powerpc": (20, 0, 0, False, 32), |
163 | }, | 142 | }, |
164 | "linux-uclibcspe" : { | ||
165 | "powerpc": (20, 0, 0, False, 32), | ||
166 | }, | ||
167 | "linux-gnu" : { | 143 | "linux-gnu" : { |
168 | "powerpc": (20, 0, 0, False, 32), | 144 | "powerpc": (20, 0, 0, False, 32), |
169 | "sh4": (42, 0, 0, True, 32), | 145 | "sh4": (42, 0, 0, True, 32), |