diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2014-07-30 20:16:26 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-02 09:26:17 +0100 |
commit | 8034d7726c28fcd3f0af1c6d942602179d9d6e0c (patch) | |
tree | a4a43c8241b420d69d491c9411883310456ed4a3 /meta/conf/machine/include/tune-mips64.inc | |
parent | fb8e2a860e0b61e27e5af114d83939720f11de2d (diff) | |
download | poky-8034d7726c28fcd3f0af1c6d942602179d9d6e0c.tar.gz |
tune-mips*: Ensure tunes are inherited in order
Without this, you are not able to use mips32r2 on a mips64 based tune.
We want to be able to do a tri-lib system of mips64, mips64-n32 and mips32r2.
(From OE-Core rev: ccacfd3460b47494f687c696ff985b7c1c6ca1cd)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/include/tune-mips64.inc')
-rw-r--r-- | meta/conf/machine/include/tune-mips64.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/tune-mips64.inc b/meta/conf/machine/include/tune-mips64.inc index ba79e2b53f..9be0e0f8d9 100644 --- a/meta/conf/machine/include/tune-mips64.inc +++ b/meta/conf/machine/include/tune-mips64.inc | |||
@@ -1,3 +1,3 @@ | |||
1 | DEFAULTTUNE ?= "mips64" | 1 | DEFAULTTUNE ?= "mips64" |
2 | 2 | ||
3 | require conf/machine/include/mips/arch-mips.inc | 3 | require conf/machine/include/tune-mips32r2.inc |