From f543969c149f86e30fd408017377ee08a68a786b Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Wed, 29 May 2013 10:10:01 -0500 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- meta/classes/siteinfo.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",