mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
oe-selftest: devtool ide-sdk use modify debug-build
(From OE-Core rev: 1528d6aa060811402eaecb1a9fe16bfec0417c98) 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>
This commit is contained in:
committed by
Steve Sakoman
parent
04484c6dde
commit
37b09dcab5
@@ -2493,7 +2493,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',
|
||||
|
||||
Reference in New Issue
Block a user