diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-11-07 15:55:04 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-01 19:35:10 +0000 |
| commit | a754c67e7c4ef7f9fde896425d6ebbde5fe2cd9a (patch) | |
| tree | b4cc461c5070875ff3538a2c4d50277fc871275f /meta/lib/oeqa | |
| parent | cf9b39e70dbc5b56aa84deb3468d99fde26c922f (diff) | |
| download | poky-a754c67e7c4ef7f9fde896425d6ebbde5fe2cd9a.tar.gz | |
selftest: add a copy of previous mtd-utils version to meta-selftest
The latest version update eliminated all custom patches, and the selftest
expects them.
(From OE-Core rev: fd70a508b75d403822448907033ed6f655fcbe9b)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 95298a7f1ad29c0fc0d02772d646116709ac355f)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa')
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/devtool.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/cases/devtool.py b/meta/lib/oeqa/selftest/cases/devtool.py index 142932e12f..0cb7403f16 100644 --- a/meta/lib/oeqa/selftest/cases/devtool.py +++ b/meta/lib/oeqa/selftest/cases/devtool.py | |||
| @@ -954,7 +954,7 @@ class DevtoolUpdateTests(DevtoolBase): | |||
| 954 | 954 | ||
| 955 | def test_devtool_update_recipe_git(self): | 955 | def test_devtool_update_recipe_git(self): |
| 956 | # Check preconditions | 956 | # Check preconditions |
| 957 | testrecipe = 'mtd-utils' | 957 | testrecipe = 'mtd-utils-selftest' |
| 958 | bb_vars = get_bb_vars(['FILE', 'SRC_URI'], testrecipe) | 958 | bb_vars = get_bb_vars(['FILE', 'SRC_URI'], testrecipe) |
| 959 | recipefile = bb_vars['FILE'] | 959 | recipefile = bb_vars['FILE'] |
| 960 | src_uri = bb_vars['SRC_URI'] | 960 | src_uri = bb_vars['SRC_URI'] |
| @@ -1075,7 +1075,7 @@ class DevtoolUpdateTests(DevtoolBase): | |||
| 1075 | 1075 | ||
| 1076 | def test_devtool_update_recipe_append_git(self): | 1076 | def test_devtool_update_recipe_append_git(self): |
| 1077 | # Check preconditions | 1077 | # Check preconditions |
| 1078 | testrecipe = 'mtd-utils' | 1078 | testrecipe = 'mtd-utils-selftest' |
| 1079 | bb_vars = get_bb_vars(['FILE', 'SRC_URI'], testrecipe) | 1079 | bb_vars = get_bb_vars(['FILE', 'SRC_URI'], testrecipe) |
| 1080 | recipefile = bb_vars['FILE'] | 1080 | recipefile = bb_vars['FILE'] |
| 1081 | src_uri = bb_vars['SRC_URI'] | 1081 | src_uri = bb_vars['SRC_URI'] |
