From fec25d9bfd7119d6ccccadd5109b8a09683fba5e Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 27 Jan 2020 15:19:05 +0100 Subject: lttng-tools: install additional scripts needed for ptests Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-kernel/lttng/lttng-tools_2.11.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel') diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.11.0.bb b/meta/recipes-kernel/lttng/lttng-tools_2.11.0.bb index a279756741..639d4b6211 100644 --- a/meta/recipes-kernel/lttng/lttng-tools_2.11.0.bb +++ b/meta/recipes-kernel/lttng/lttng-tools_2.11.0.bb @@ -66,7 +66,7 @@ do_install_append () { } do_install_ptest () { - for f in Makefile tests/Makefile tests/utils/utils.sh tests/regression/tools/save-load/load-42*.lttng tests/regression/tools/save-load/configuration/load-42*.lttng ; do + for f in Makefile tests/Makefile tests/utils/utils.sh tests/regression/tools/save-load/load-42*.lttng tests/regression/tools/save-load/configuration/load-42*.lttng tests/regression/tools/health/test_health.sh tests/regression/tools/metadata/utils.sh tests/regression/tools/rotation/rotate_utils.sh; do install -D "${B}/$f" "${D}${PTEST_PATH}/$f" done -- cgit 1.2.3-korg