From 22a5264311d4a525f8c721f9a83cef753a75a95d Mon Sep 17 00:00:00 2001 From: Kyle Farnsworth Date: Wed, 27 Feb 2013 12:20:30 -0600 Subject: insane.bbclass: Merge linux-gnu entries in machine dictionary and add sh4 machine. (From OE-Core rev: 6e569c1aa66b2496b18d33803a18b99508152064) Signed-off-by: Kyle Farnsworth Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/classes/insane.bbclass | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'meta') diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 3eff4df420..bd6f1204ab 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), -- cgit v1.2.3-54-g00ecf