mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
linux-omap-psp 2.6.32: disable perf, it doesn't cross-compile
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -168,6 +168,15 @@ do_quiltfixup() {
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
# Perf in 2.6.32 has broken perl handling, so disable it
|
||||
do_compile_perf() {
|
||||
:
|
||||
}
|
||||
|
||||
do_install_perf() {
|
||||
:
|
||||
}
|
||||
|
||||
do_install_append() {
|
||||
install -d ${D}/boot
|
||||
install -m 0644 Documentation/arm/OMAP/DSS ${D}/boot/
|
||||
|
||||
Reference in New Issue
Block a user