]> code.ossystems Code Review - openembedded-core.git/commitdiff
insane.bbclass: Merge linux-gnu entries in machine dictionary and add sh4 machine.
authorKyle Farnsworth <kyle@farnsworthtech.com>
Wed, 27 Feb 2013 18:20:30 +0000 (12:20 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Mar 2013 12:53:45 +0000 (12:53 +0000)
Signed-off-by: Kyle Farnsworth <kyle@farnsworthtech.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/insane.bbclass

index 3eff4df420046a8a0aa45564a049bb76fd8c2865..bd6f1204ab1d28e82a3e46e4163b5fb1575ea584 100644 (file)
@@ -89,9 +89,6 @@ def package_qa_get_machine_dict():
                         "arm" :       (40,     0,    0,          True,          32),
                         "armeb" :     (40,     0,    0,          False,         32),
                       },
-            "linux-gnu" : {
-                        "powerpc":    (20,     0,    0,          False,         32),
-                      },
             "linux-gnuspe" : {
                         "powerpc":    (20,     0,    0,          False,         32),
                       },
@@ -99,8 +96,10 @@ def package_qa_get_machine_dict():
                         "powerpc":    (20,     0,    0,          False,         32),
                       },
             "linux-gnu" :       {
+                        "powerpc":    (20,     0,    0,          False,         32),
                         "microblaze":   (47787,  0,    0,          False,         32),
                         "microblazeel": (47787,  0,    0,          True,          32),
+                        "sh4":        (42,     0,    0,          True,          32),
                       },
             "linux-gnux32" :       {
                         "x86_64":     (62,     0,    0,          True,          32),