summaryrefslogtreecommitdiff
path: root/recipes-kernel/perf/perf.bbappend
blob: f63e5ccdab543d09c43756eb92f00c29ebc841d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Unfortunately perf in such obsolete kernels is not yet as nicely separated
# therefore just copy over some more stuff for it to compile again
PERF_SRC_LEGACY_TEGRAS = "Makefile \
                          arch/arm/include \
                          include \
                          lib \
                          tools \
"
PERF_SRC_apalis-tk1 = "${PERF_SRC_LEGACY_TEGRAS}"

do_configure_prepend_apalis-tk1 () {
    sed -i 's$I/usr/include/slang$I=/usr/include/slang$' tools/perf/Makefile
}