From: Alexander Kanavin Date: Mon, 27 Jan 2020 14:19:05 +0000 (+0100) Subject: lttng-tools: install additional scripts needed for ptests X-Git-Tag: uninative-2.8~385 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fec25d9bfd7119d6ccccadd5109b8a09683fba5e;p=openembedded-core.git lttng-tools: install additional scripts needed for ptests Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- 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