diff options
author | Adrian Freihofer <adrian.freihofer@gmail.com> | 2025-01-26 13:48:05 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-02-03 06:24:37 -0800 |
commit | a39666e2ad802c954957c8afb085586da727b2bd (patch) | |
tree | 829fa2de9e548635c9e275c543e6023204bed582 /meta/lib | |
parent | 8a4f813c867a7b1e20855dc381d7396ad98ae41f (diff) | |
download | poky-a39666e2ad802c954957c8afb085586da727b2bd.tar.gz |
oe-selftest: devtool ide-sdk use modify debug-build
(From OE-Core rev: c15220660b3c61f88a34cbc193afd875e5026704)
Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/lib')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/devtool.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/devtool.py b/meta/lib/oeqa/selftest/cases/devtool.py index 8e709944a8..a89f9edda3 100644 --- a/meta/lib/oeqa/selftest/cases/devtool.py +++ b/meta/lib/oeqa/selftest/cases/devtool.py | |||
@@ -2533,7 +2533,7 @@ class DevtoolIdeSdkTests(DevtoolBase): | |||
2533 | self.track_for_cleanup(tempdir) | 2533 | self.track_for_cleanup(tempdir) |
2534 | self.add_command_to_tearDown('bitbake -c clean %s' % recipe_name) | 2534 | self.add_command_to_tearDown('bitbake -c clean %s' % recipe_name) |
2535 | 2535 | ||
2536 | result = runCmd('devtool modify %s -x %s' % (recipe_name, tempdir)) | 2536 | result = runCmd('devtool modify %s -x %s --debug-build' % (recipe_name, tempdir)) |
2537 | self.assertExists(os.path.join(tempdir, build_file), | 2537 | self.assertExists(os.path.join(tempdir, build_file), |
2538 | 'Extracted source could not be found') | 2538 | 'Extracted source could not be found') |
2539 | self.assertExists(os.path.join(self.workspacedir, 'conf', | 2539 | self.assertExists(os.path.join(self.workspacedir, 'conf', |