| Message ID | 20250712130650.3406826-3-adrian.freihofer@siemens.com |
|---|---|
| State | Accepted, archived |
| Commit | 7b5b0908a6acf43384a13f2e6801e014a61b8e8f |
| Headers | show |
| Series | oe-selftest: Add a test for devtool deploy-target --strip | expand |
diff --git a/meta/lib/oeqa/selftest/cases/devtool.py b/meta/lib/oeqa/selftest/cases/devtool.py index 32805da036e..d5715b328b6 100644 --- a/meta/lib/oeqa/selftest/cases/devtool.py +++ b/meta/lib/oeqa/selftest/cases/devtool.py @@ -2520,7 +2520,8 @@ class DevtoolIdeSdkTests(DevtoolBase): 'IMAGE_CLASSES += "image-combined-dbg"', 'IMAGE_GEN_DEBUGFS = "1"', 'IMAGE_INSTALL:append = " gdbserver %s"' % ' '.join( - [r + '-ptest' for r in recipe_names]) + [r + '-ptest' for r in recipe_names]), + 'DISTRO_FEATURES:append = " ptest"' ] self.write_config("\n".join(conf_lines))