[oe-commits] Chris Larson : insane: add linux-gnu to the platform data

git version control git at git.openembedded.org
Fri Aug 12 16:20:27 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 206f1501b0ccdd971ee40f3d112b4756077a9af9
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=206f1501b0ccdd971ee40f3d112b4756077a9af9

Author: Chris Larson <chris_larson at mentor.com>
Date:   Thu Jun  2 12:27:02 2011 -0700

insane: add linux-gnu to the platform data

Signed-off-by: Chris Larson <chris_larson at mentor.com>

---

 meta/classes/insane.bbclass |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

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





More information about the Openembedded-commits mailing list