diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-01-27 15:19:05 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-28 11:11:20 +0000 |
commit | 8d1195d9e6e6e55cc3699701103bc1870b503663 (patch) | |
tree | fe874419f715d6647cf4ad2132bb1f95ba9c6c95 /meta/recipes-kernel | |
parent | 3360ba56664cd3e26cb0e4237af0a2ea76b19dd4 (diff) | |
download | poky-8d1195d9e6e6e55cc3699701103bc1870b503663.tar.gz |
lttng-tools: install additional scripts needed for ptests
(From OE-Core rev: fec25d9bfd7119d6ccccadd5109b8a09683fba5e)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-tools_2.11.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { | |||
66 | } | 66 | } |
67 | 67 | ||
68 | do_install_ptest () { | 68 | do_install_ptest () { |
69 | 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 | 69 | 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 |
70 | install -D "${B}/$f" "${D}${PTEST_PATH}/$f" | 70 | install -D "${B}/$f" "${D}${PTEST_PATH}/$f" |
71 | done | 71 | done |
72 | 72 | ||