aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-02-21 11:03:10 -0700
committerTom Rini <tom_rini@mentor.com>2011-02-21 11:03:10 -0700
commitd74ffffd27ce2e3b75a6009f680e4e35d0b6ef85 (patch)
treef04d2318479545c88ec93d428246763706acb6f5 /classes
parenta81045fc1ed12c39e51ae9389151826e7e7b320a (diff)
downloadopenembedded-d74ffffd27ce2e3b75a6009f680e4e35d0b6ef85.tar.gz
insane.bbclass: Fix a thinko in powerpc64 support
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'classes')
-rw-r--r--classes/insane.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/insane.bbclass b/classes/insane.bbclass
index 014dafc355..11e671c7ce 100644
--- a/classes/insane.bbclass
+++ b/classes/insane.bbclass
@@ -52,7 +52,7 @@ def package_qa_get_machine_dict():
"mips64el": ( 8, 0, 0, True, False),
"nios2": ( 113, 0, 0, True, True),
"powerpc": ( 20, 0, 0, False, True),
- "powerpc64": ( 20, 0, 0, False, False),
+ "powerpc64": ( 21, 0, 0, False, False),
"s390": ( 22, 0, 0, False, True),
"sh4": ( 42, 0, 0, True, True),
"sparc": ( 2, 0, 0, False, True),
@@ -72,7 +72,7 @@ def package_qa_get_machine_dict():
"mips64el": ( 8, 0, 0, True, False),
"nios2": ( 113, 0, 0, True, True),
"powerpc": ( 20, 0, 0, False, True),
- "powerpc64": ( 20, 0, 0, False, False),
+ "powerpc64": ( 21, 0, 0, False, False),
"sh4": ( 42, 0, 0, True, True),
},
"uclinux-uclibc" : {