[oe-commits] Kyle Farnsworth : insane.bbclass: Merge linux-gnu entries in machine dictionary and add sh4 machine.

git at git.openembedded.org git at git.openembedded.org
Fri Mar 1 13:12:43 UTC 2013


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

Author: Kyle Farnsworth <kyle at farnsworthtech.com>
Date:   Wed Feb 27 12:20:30 2013 -0600

insane.bbclass: Merge linux-gnu entries in machine dictionary and add sh4 machine.

Signed-off-by: Kyle Farnsworth <kyle at farnsworthtech.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

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

diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index 3eff4df..bd6f120 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -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),





More information about the Openembedded-commits mailing list