insane.bbclass: add support for ARM EABI/uclibc
authorKoen Kooi <koen@openembedded.org>
Sat, 12 May 2007 19:51:53 +0000 (19:51 +0000)
committerKoen Kooi <koen@openembedded.org>
Sat, 12 May 2007 19:51:53 +0000 (19:51 +0000)
classes/insane.bbclass

index c3a211e..385db31 100644 (file)
@@ -63,7 +63,12 @@ def package_qa_get_machine_dict():
                         "arm" :       (40,     0,    0,          True,          True),
                         "armeb" :     (40,     0,    0,          False,         True),
                       },
-        }
+            "linux-uclibcgnueabi" : {
+                        "arm" :       (40,     0,    0,          True,          True),
+                        "armeb" :     (40,     0,    0,          False,         True),
+                      },
+       }
 
 # factory for a class, embedded in a method
 def package_qa_get_elf(path, bits32):