mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02:00
siteinfo.bbclass: Add mips64 common siteinfo
There is no mips64-common file, replace the definition with mips-common. (From OE-Core rev: b6107abd50da651596c43119001cfc80fdf87554) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
aa6408b05c
commit
f543969c14
@@ -31,8 +31,8 @@ def siteinfo_data(d):
|
||||
"microblaze": "endian-big bit-32 microblaze-common",
|
||||
"microblazeel": "endian-little bit-32 microblaze-common",
|
||||
"mips": "endian-big bit-32 mips-common",
|
||||
"mips64": "endian-big bit-64 mips64-common",
|
||||
"mips64el": "endian-little bit-64 mips64-common",
|
||||
"mips64": "endian-big bit-64 mips-common",
|
||||
"mips64el": "endian-little bit-64 mips-common",
|
||||
"mipsel": "endian-little bit-32 mips-common",
|
||||
"powerpc": "endian-big bit-32 powerpc-common",
|
||||
"nios2": "endian-little bit-32 nios2-common",
|
||||
|
||||
Reference in New Issue
Block a user