diff options
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/devtool.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/devtool.py b/meta/lib/oeqa/selftest/cases/devtool.py index 4f02f4b68b..45263e1a3d 100644 --- a/meta/lib/oeqa/selftest/cases/devtool.py +++ b/meta/lib/oeqa/selftest/cases/devtool.py | |||
| @@ -2530,7 +2530,8 @@ class DevtoolIdeSdkTests(DevtoolBase): | |||
| 2530 | 'IMAGE_CLASSES += "image-combined-dbg"', | 2530 | 'IMAGE_CLASSES += "image-combined-dbg"', |
| 2531 | 'IMAGE_GEN_DEBUGFS = "1"', | 2531 | 'IMAGE_GEN_DEBUGFS = "1"', |
| 2532 | 'IMAGE_INSTALL:append = " gdbserver %s"' % ' '.join( | 2532 | 'IMAGE_INSTALL:append = " gdbserver %s"' % ' '.join( |
| 2533 | [r + '-ptest' for r in recipe_names]) | 2533 | [r + '-ptest' for r in recipe_names]), |
| 2534 | 'DISTRO_FEATURES:append = " ptest"' | ||
| 2534 | ] | 2535 | ] |
| 2535 | self.write_config("\n".join(conf_lines)) | 2536 | self.write_config("\n".join(conf_lines)) |
| 2536 | 2537 | ||
