summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/devtool.py
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-11-07 15:55:04 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-08 22:47:17 +0000
commitb3d0e068f72b79f868940877b147fcfda67623a7 (patch)
tree330dc4a366301a2fe3c528e98936cd7658a8b900 /meta/lib/oeqa/selftest/cases/devtool.py
parentc750c1f473d2bdc026bcb99442a979424f6fabcc (diff)
downloadpoky-b3d0e068f72b79f868940877b147fcfda67623a7.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: 95298a7f1ad29c0fc0d02772d646116709ac355f) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/devtool.py')
-rw-r--r--meta/lib/oeqa/selftest/cases/devtool.py4
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']