mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
9fa83474ad
commit
00372aa2f5
@@ -317,10 +317,6 @@ def testimage_main(d):
|
||||
if d.getVar("TESTIMAGE_BOOT_PATTERNS"):
|
||||
target_kwargs['boot_patterns'] = get_testimage_boot_patterns(d)
|
||||
|
||||
# TODO: Currently BBPATH is needed for custom loading of targets.
|
||||
# It would be better to find these modules using instrospection.
|
||||
target_kwargs['target_modules_path'] = d.getVar('BBPATH')
|
||||
|
||||
# hardware controlled targets might need further access
|
||||
target_kwargs['powercontrol_cmd'] = d.getVar("TEST_POWERCONTROL_CMD") or None
|
||||
target_kwargs['powercontrol_extra_args'] = d.getVar("TEST_POWERCONTROL_EXTRA_ARGS") or ""
|
||||
|
||||
Reference in New Issue
Block a user