summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2021-05-03 19:19:09 -0500
committerPraneeth Bajjuri <praneeth@ti.com>2021-05-04 10:51:54 -0500
commit492dc9ebe71db9df0712d05845fea827d690a81a (patch)
treef9b953e45b43ac5f1bfa60144f61aa4e181bac21
parent78e05140912c31b003fb84c54798bceab51f07de (diff)
downloadmeta-ti-492dc9ebe71db9df0712d05845fea827d690a81a.tar.gz
recipes-kernel: perf: Add a perf.bbappend to handle RDEPENDS on newer kernel
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>
-rw-r--r--recipes-kernel/perf/perf.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/perf/perf.bbappend b/recipes-kernel/perf/perf.bbappend
new file mode 100644
index 00000000..9818a3b9
--- /dev/null
+++ b/recipes-kernel/perf/perf.bbappend
@@ -0,0 +1 @@
RDEPENDS_${PN}-tests_ti-soc += "bash"