diff options
| author | Adrian Freihofer <adrian.freihofer@siemens.com> | 2025-07-12 15:06:37 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-07-14 17:49:48 +0100 |
| commit | ad5df78c55481fccdae18f4303e5c04bea491467 (patch) | |
| tree | 0871c1e7e2fa07698c411253e4ba2429a979b1c6 | |
| parent | 55239572a41842ed91eab8f1123ceb4a0a60c83a (diff) | |
| download | poky-ad5df78c55481fccdae18f4303e5c04bea491467.tar.gz | |
oe-selftest: devtool: run without poky
If DISTRO is set to poky, the ptest DISTRO_FEATURE is enable. However,
without meta-poky layer, ptest packages are not compiled and the tests
fail with:
ERROR: Nothing RPROVIDES 'cmake-example-ptest'...
(From OE-Core rev: 7b5b0908a6acf43384a13f2e6801e014a61b8e8f)
Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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 | ||
