mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
insane.bbclass: fix x86_64 arch name (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2910 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -42,7 +42,7 @@ def package_qa_get_machine_dict():
|
||||
"i486": ( 3, 0, 0, True, True),
|
||||
"i586": ( 3, 0, 0, True, True),
|
||||
"i686": ( 3, 0, 0, True, True),
|
||||
"x64_64": (62, 0, 0, True, False),
|
||||
"x86_64": (62, 0, 0, True, False),
|
||||
"ia64": (50, 0, 0, True, False),
|
||||
"alpha": (36902, 0, 0, True, False),
|
||||
"hppa": (15, 3, 0, False, True),
|
||||
|
||||
Reference in New Issue
Block a user