From: Adrian Freihofer Date: Mon, 16 Dec 2024 17:43:06 +0000 (+0100) Subject: oe-selftest: devtool ide-sdk use modify debug-build X-Git-Tag: uninative-4.7~560 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ab1e35a0969af144caedcc25cd095a17d758bf9;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git oe-selftest: devtool ide-sdk use modify debug-build Signed-off-by: Adrian Freihofer Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oeqa/selftest/cases/devtool.py b/meta/lib/oeqa/selftest/cases/devtool.py index 8d80501becb..fb9d7966eda 100644 --- a/meta/lib/oeqa/selftest/cases/devtool.py +++ b/meta/lib/oeqa/selftest/cases/devtool.py @@ -2533,7 +2533,7 @@ class DevtoolIdeSdkTests(DevtoolBase): self.track_for_cleanup(tempdir) self.add_command_to_tearDown('bitbake -c clean %s' % recipe_name) - result = runCmd('devtool modify %s -x %s' % (recipe_name, tempdir)) + result = runCmd('devtool modify %s -x %s --debug-build' % (recipe_name, tempdir)) self.assertExists(os.path.join(tempdir, build_file), 'Extracted source could not be found') self.assertExists(os.path.join(self.workspacedir, 'conf',