insane.bbclass: Use linux-gnu for TARGET_OS
authorKhem Raj <raj.khem@gmail.com>
Wed, 7 Oct 2009 19:39:04 +0000 (12:39 -0700)
committerKhem Raj <raj.khem@gmail.com>
Wed, 7 Oct 2009 19:39:04 +0000 (12:39 -0700)
* Add linux-uclibcspe

Signed-off-by: Søren Holm <sgh@sgh.dk>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
classes/insane.bbclass

index c41b84a..a6e4b6d 100644 (file)
@@ -34,7 +34,7 @@ def package_qa_get_machine_dict():
             "darwin9" : { 
                         "arm" :       (40,     0,    0,          True,          True),
                       },
-            "linux" : { 
+            "linux-gnu" : { 
                         "arm" :       (40,    97,    0,          True,          True),
                         "armeb":      (40,    97,    0,          False,         True),
                         "powerpc":    (20,     0,    0,          False,         True),
@@ -80,6 +80,9 @@ def package_qa_get_machine_dict():
             "linux-gnuspe" : {
                         "powerpc":    (20,     0,    0,          False,         True),
                       },
+            "linux-uclibcspe" : {
+                        "powerpc":    (20,     0,    0,          False,         True),
+                      },
 
        }