summaryrefslogtreecommitdiffstats
path: root/meta/classes/testimage.bbclass
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2021-10-20 18:30:08 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-23 17:42:28 +0100
commit00372aa2f556d333285a084767cadba3f823bd99 (patch)
tree320a1dfcdc2a56e7a7ee967514aed34b15400d66 /meta/classes/testimage.bbclass
parent9fa83474ada96064b577b57c57c7dea0306467b9 (diff)
downloadpoky-00372aa2f556d333285a084767cadba3f823bd99.tar.gz
testimage: remove target_modules_path
There is no need to pass target_modules_path anymore, so remove it. (From OE-Core rev: 3d579fb7e4eb96fe0e20e2a7a5948940ca086f99) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/testimage.bbclass')
-rw-r--r--meta/classes/testimage.bbclass4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass
index 4db05a4af4..9980b3f626 100644
--- a/meta/classes/testimage.bbclass
+++ b/meta/classes/testimage.bbclass
@@ -317,10 +317,6 @@ def testimage_main(d):
317 if d.getVar("TESTIMAGE_BOOT_PATTERNS"): 317 if d.getVar("TESTIMAGE_BOOT_PATTERNS"):
318 target_kwargs['boot_patterns'] = get_testimage_boot_patterns(d) 318 target_kwargs['boot_patterns'] = get_testimage_boot_patterns(d)
319 319
320 # TODO: Currently BBPATH is needed for custom loading of targets.
321 # It would be better to find these modules using instrospection.
322 target_kwargs['target_modules_path'] = d.getVar('BBPATH')
323
324 # hardware controlled targets might need further access 320 # hardware controlled targets might need further access
325 target_kwargs['powercontrol_cmd'] = d.getVar("TEST_POWERCONTROL_CMD") or None 321 target_kwargs['powercontrol_cmd'] = d.getVar("TEST_POWERCONTROL_CMD") or None
326 target_kwargs['powercontrol_extra_args'] = d.getVar("TEST_POWERCONTROL_EXTRA_ARGS") or "" 322 target_kwargs['powercontrol_extra_args'] = d.getVar("TEST_POWERCONTROL_EXTRA_ARGS") or ""