From 00372aa2f556d333285a084767cadba3f823bd99 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 20 Oct 2021 18:30:08 +0100 Subject: 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 Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/classes/testimage.bbclass | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meta/classes/testimage.bbclass') 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): 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 "" -- cgit v1.2.3-54-g00ecf