From: Mark Hatle Date: Wed, 29 May 2013 15:10:01 +0000 (-0500) Subject: siteinfo.bbclass: Add mips64 common siteinfo X-Git-Tag: 2015-4~6391 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b6107abd50da651596c43119001cfc80fdf87554;p=openembedded-core.git siteinfo.bbclass: Add mips64 common siteinfo There is no mips64-common file, replace the definition with mips-common. Signed-off-by: Mark Hatle Signed-off-by: Richard Purdie --- diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass index 09f88c6539..8705eaa243 100644 --- a/meta/classes/siteinfo.bbclass +++ b/meta/classes/siteinfo.bbclass @@ -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",