aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro/recipes-kernel/perf
AgeCommit message (Collapse)Author
2015-02-19perf bbappend: move to 3.18.5Koen Kooi
Debian removed the 3.17 tarball. Also set B to a different dir, the OE-core recipe blows it away in do_configure_prepend. Change-Id: I80e34f86449a2e6fcaaafb6779f537a8d8f55cf3 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2015-01-06perf: ensure fetch/unpack/patch runsKoen Kooi
kernelsrc.bbclass tries hard to skip it since the upstream recipes (re)uses the kernel source in sysroot, but we provide our own perf tarball. Change-Id: Ic8be4667cd083d969a758365821b98b88d299270 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
2014-11-20Add standalone perf recipeRiku Voipio
This rule adds perf based on the linux-tools source from debian. We simply bbappend on the perf rule to get all the crosscompiling right. Perf for aarch64 doesn't compile on the included version (3.17) on aarch64, so we apply some patches as backports. Change-Id: I4cfc01b313c506b6921cd5838209a56c2c1423fe Signed-off-by: Riku Voipio <riku.voipio@linaro.org>