summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/perf
Commit message (Collapse)AuthorAgeFilesLines
* recipes-kernel: perf: Add a perf.bbappend to handle RDEPENDS on newer kernelNishanth Menon2021-05-041-0/+1
Commit 159cdb159ad0 ("perf-tests: add bash into RDEPENDS (v5.12-rc5+)") in upstream openembedded-core layer. Copying over a snippet of description over: Commit 1dc481c0b0cf perf test: Change to use bash for daemon test in upstream kernel Changes tools/perf/tests/shell/daemon.sh to be explicitly bash (it was already required, but was just skipped on various distros). We add it into our RDEPENDS for perf-tests to fixup 5.12+ builds. We already have relatively heavy RDEPENDS for perf tests (python3), so adding bash into the RDEPENDS isn't signifcant even for older perf builds that use the same recipe. [OE patch by: Bruce Ashfield <bruce.ashfield@gmail.com>] Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>