[oe-commits] Khem Raj : insane.bbclass: Use linux-gnu for TARGET_OS

git version control git at git.openembedded.org
Wed Oct 7 19:41:22 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d685ab28a425740b4d6c98abb1423d7904240724
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d685ab28a425740b4d6c98abb1423d7904240724

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Oct  7 12:39:04 2009 -0700

insane.bbclass: Use linux-gnu for TARGET_OS

* Add linux-uclibcspe

Signed-off-by: Søren Holm <sgh at sgh.dk>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 classes/insane.bbclass |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/classes/insane.bbclass b/classes/insane.bbclass
index c41b84a..a6e4b6d 100644
--- a/classes/insane.bbclass
+++ b/classes/insane.bbclass
@@ -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),
+                      },
 
        }
 





More information about the Openembedded-commits mailing list