]> code.ossystems Code Review - openembedded-core.git/commitdiff
insane.bbclass: Recognise powerpc64
authorKumar Gala <galak@kernel.crashing.org>
Fri, 22 Jul 2011 09:24:52 +0000 (04:24 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Jul 2011 10:52:24 +0000 (11:52 +0100)
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/insane.bbclass

index 65eda9ee6f8418463c189b328765d7cb8ecf0648..d56c9edcc250e54f9ffe8950739b8fa6fbc05605 100644 (file)
@@ -38,6 +38,7 @@ def package_qa_get_machine_dict():
                         "arm" :       (40,    97,    0,          True,          32),
                         "armeb":      (40,    97,    0,          False,         32),
                         "powerpc":    (20,     0,    0,          False,         32),
+                        "powerpc64":  (21,     0,    0,          False,         64),
                         "i386":       ( 3,     0,    0,          True,          32),
                         "i486":       ( 3,     0,    0,          True,          32),
                         "i586":       ( 3,     0,    0,          True,          32),