summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/perf
Commit message (Collapse)AuthorAgeFilesLines
* perf: Do not use clang override to add clang-cross depKhem Raj2019-05-101-1/+1
| | | | | | | | | perf uses gcc as default compiler to toolchain-clang will not be set hence this dependency wont be added, so we assume that when meta-clang is used then you want to use clang as cross compiler and hence its added as dependency in addition to gcc cross compiler Signed-off-by: Khem Raj <raj.khem@gmail.com>
* perf: Do not pin toolchain to gccKhem Raj2018-12-091-1/+1
| | | | | | Correct the dependency for clang-cross Signed-off-by: Khem Raj <raj.khem@gmail.com>
* perf.bbappend: Add clang-cross dep only when using clang as default compilerKhem Raj2018-09-091-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* perf,mdadm: Fix build with clangKhem Raj2017-02-111-0/+1
When clang is used to compile python then it needs to be there for building python extentions of perf Signed-off-by: Khem Raj <raj.khem@gmail.com>