]> code.ossystems Code Review - openembedded-core.git/commitdiff
siteinfo.bbclass: Add mips64 common siteinfo
authorMark Hatle <mark.hatle@windriver.com>
Wed, 29 May 2013 15:10:01 +0000 (10:10 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 29 May 2013 21:08:54 +0000 (22:08 +0100)
There is no mips64-common file, replace the definition with mips-common.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/siteinfo.bbclass

index 09f88c653949c63583ec68ead0d25ff50ef7cf71..8705eaa243cc93f022577bfae870079c3eb2221d 100644 (file)
@@ -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",