]> code.ossystems Code Review - openembedded-core.git/commitdiff
insane: add linux-gnu to the platform data
authorChris Larson <chris_larson@mentor.com>
Thu, 2 Jun 2011 19:27:02 +0000 (12:27 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 Aug 2011 16:11:21 +0000 (17:11 +0100)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
meta/classes/insane.bbclass

index 0267fadc0394cb9258d4bd3bc33632835f66ee46..a660a0697658af12645d9780083e6f6b64fc9e90 100644 (file)
@@ -80,6 +80,9 @@ 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),
                       },