diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-07-22 04:24:52 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-22 11:56:49 +0100 |
commit | ea82abad76876963ca9dac09c5db8206a5f05cad (patch) | |
tree | 2b48f2264a70f7e0ce69461a4de5245b039bc553 | |
parent | da07669b02da23e401cd2b8a444b08f0d6a9b47e (diff) | |
download | poky-ea82abad76876963ca9dac09c5db8206a5f05cad.tar.gz |
insane.bbclass: Recognise powerpc64
(From OE-Core rev: a7a03e7c683b30f525a5858f586f3f99ce2daf57)
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/classes/insane.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 65eda9ee6f..d56c9edcc2 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
@@ -38,6 +38,7 @@ def package_qa_get_machine_dict(): | |||
38 | "arm" : (40, 97, 0, True, 32), | 38 | "arm" : (40, 97, 0, True, 32), |
39 | "armeb": (40, 97, 0, False, 32), | 39 | "armeb": (40, 97, 0, False, 32), |
40 | "powerpc": (20, 0, 0, False, 32), | 40 | "powerpc": (20, 0, 0, False, 32), |
41 | "powerpc64": (21, 0, 0, False, 64), | ||
41 | "i386": ( 3, 0, 0, True, 32), | 42 | "i386": ( 3, 0, 0, True, 32), |
42 | "i486": ( 3, 0, 0, True, 32), | 43 | "i486": ( 3, 0, 0, True, 32), |
43 | "i586": ( 3, 0, 0, True, 32), | 44 | "i586": ( 3, 0, 0, True, 32), |