summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d92b987)
raw | patch | inline | side by side (parent: d92b987)
author | Koen Kooi <koen@dominion.thruhere.net> | |
Mon, 24 Jan 2011 15:13:52 +0000 (16:13 +0100) | ||
committer | Koen Kooi <koen@dominion.thruhere.net> | |
Mon, 24 Jan 2011 15:13:52 +0000 (16:13 +0100) |
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
recipes-bsp/linux/linux-davinci_git.bb | patch | blob | history |
index e25a15ab1629e94eb58377ab52cd274c9b6dadc6..2c835b7927e11c28c88a86c902a5a2b84535e451 100644 (file)
do_configure_prepend_dm355-leopard() {
sed -i s:2138:1381:g ${S}/arch/arm/tools/mach-types
}
+
+# Perf in 2.6.33rc has broken perl handling, so disable it
+do_compile_perf() {
+ :
+}
+
+do_install_perf() {
+ :
+}
+