diff options
| author | Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> | 2016-09-08 14:14:17 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-14 22:22:12 +0100 |
| commit | 5d13da49deb346273cc5085a79d75ed7973a257f (patch) | |
| tree | 21a5ea881bbc6df3e311260444919ca2f13152e9 | |
| parent | f6030023fcca058592e7e29cc92548d4336ed036 (diff) | |
| download | poky-5d13da49deb346273cc5085a79d75ed7973a257f.tar.gz | |
valgrind: MIPS: Make toolchain basename generic
For the hard float case, COMPATIBLE_HOST should be set to ".*-linux"
since OE can support multiple distro layers, not just poky.
(From OE-Core rev: ddcb08c6a8cb2187e98aa225b86777bb52c1d21e)
Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/valgrind/valgrind_3.11.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.11.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.11.0.bb index 3d49131cba..42fd27f537 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.11.0.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.11.0.bb | |||
| @@ -39,8 +39,8 @@ COMPATIBLE_HOST_armv5 = 'null' | |||
| 39 | COMPATIBLE_HOST_armv6 = 'null' | 39 | COMPATIBLE_HOST_armv6 = 'null' |
| 40 | 40 | ||
| 41 | # valgrind doesn't like mips soft float | 41 | # valgrind doesn't like mips soft float |
| 42 | COMPATIBLE_HOST_mips = "${@bb.utils.contains("TARGET_FPU", "soft", "null", "mips-poky-linux", d)}" | 42 | COMPATIBLE_HOST_mips = "${@bb.utils.contains("TARGET_FPU", "soft", "null", ".*-linux", d)}" |
| 43 | COMPATIBLE_HOST_mipsel = "${@bb.utils.contains("TARGET_FPU", "soft", "null", "mipsel-poky-linux", d)}" | 43 | COMPATIBLE_HOST_mipsel = "${@bb.utils.contains("TARGET_FPU", "soft", "null", ".*-linux", d)}" |
| 44 | 44 | ||
| 45 | inherit autotools ptest | 45 | inherit autotools ptest |
| 46 | 46 | ||
