diff options
| author | Anders Wallin <wallinux@gmail.com> | 2021-04-09 14:59:32 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-18 11:37:25 +0100 |
| commit | beb01f1820efd34b52e8d608394384fb000d1ad3 (patch) | |
| tree | 4d21c02d2552532c85766f87d7bbf83043b7cc09 /meta/recipes-kernel | |
| parent | 57652533447bb458d51e54f1f2bbee7e9522067a (diff) | |
| download | poky-beb01f1820efd34b52e8d608394384fb000d1ad3.tar.gz | |
lttng-tools: Fix missing legacy test files
tests/regression/tools/save-load
(From OE-Core rev: 2e892895e25d148b4c522e3a30bfb1bb4e9a9506)
Signed-off-by: Anders Wallin <anders.wallin@windriver.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.12.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.12.3.bb b/meta/recipes-kernel/lttng/lttng-tools_2.12.3.bb index 7074096ee7..281107db2c 100644 --- a/meta/recipes-kernel/lttng/lttng-tools_2.12.3.bb +++ b/meta/recipes-kernel/lttng/lttng-tools_2.12.3.bb | |||
| @@ -69,7 +69,7 @@ do_install_append () { | |||
| 69 | } | 69 | } |
| 70 | 70 | ||
| 71 | do_install_ptest () { | 71 | do_install_ptest () { |
| 72 | 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 | 72 | for f in Makefile tests/Makefile tests/utils/utils.sh tests/regression/tools/save-load/*.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 |
| 73 | install -D "${B}/$f" "${D}${PTEST_PATH}/$f" | 73 | install -D "${B}/$f" "${D}${PTEST_PATH}/$f" |
| 74 | done | 74 | done |
| 75 | 75 | ||
