public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 0/7] devtool ide-sdk: test improvements and basic kernel module development support
@ 2026-02-23 21:06 AdrianF
  2026-02-23 21:06 ` [PATCH 1/7] oe-selftest: devtool: add compile step in ide-sdk tests AdrianF
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: AdrianF @ 2026-02-23 21:06 UTC (permalink / raw)
  To: openembedded-core; +Cc: Adrian Freihofer

From: Adrian Freihofer <adrian.freihofer@siemens.com>

- Some improvements and fixes for the existing devtool ide-sdk tests
- Intial support for building and deploying kernel modules with devtool ide-sdk,
  including a new selftest-kmodule recipe and test cases

Adrian Freihofer (7):
  oe-selftest: devtool: add compile step in ide-sdk tests
  oe-selftest: devtool: improve test_devtool_ide_sdk_shared_sysroots
  devtool: ide-sdk gate gdbserver warnings on recipe need
  module.bbclass: move environment setup to kernel_module.py
  devtool: ide-sdk: support kernel module development
  meta-selftest: add test kernel module recipe
  oe-selftest: devtool: add ide-sdk test for kernel modules

 .../selftest-kmodule/files/Makefile           |  16 +
 .../selftest-kmodule/files/selftest-kmodule.c |  56 ++++
 .../selftest-kmodule/selftest-kmodule.bb      |  18 ++
 meta/classes-recipe/module.bbclass            |  21 +-
 meta/lib/oe/kernel_module.py                  |  22 ++
 meta/lib/oeqa/selftest/cases/devtool.py       | 288 +++++++++++++++++-
 scripts/lib/devtool/ide_plugins/__init__.py   |   7 +
 scripts/lib/devtool/ide_plugins/ide_code.py   | 189 ++++++++++--
 scripts/lib/devtool/ide_sdk.py                |  46 ++-
 9 files changed, 598 insertions(+), 65 deletions(-)
 create mode 100644 meta-selftest/recipes-test/selftest-kmodule/files/Makefile
 create mode 100644 meta-selftest/recipes-test/selftest-kmodule/files/selftest-kmodule.c
 create mode 100644 meta-selftest/recipes-test/selftest-kmodule/selftest-kmodule.bb
 create mode 100644 meta/lib/oe/kernel_module.py

-- 
2.53.0



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2026-03-05 10:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-23 21:06 [PATCH 0/7] devtool ide-sdk: test improvements and basic kernel module development support AdrianF
2026-02-23 21:06 ` [PATCH 1/7] oe-selftest: devtool: add compile step in ide-sdk tests AdrianF
2026-02-23 21:06 ` [PATCH 2/7] oe-selftest: devtool: improve test_devtool_ide_sdk_shared_sysroots AdrianF
2026-02-23 21:06 ` [PATCH 3/7] devtool: ide-sdk gate gdbserver warnings on recipe need AdrianF
2026-02-23 21:06 ` [PATCH 4/7] module.bbclass: move environment setup to kernel_module.py AdrianF
2026-03-05 10:46   ` [OE-core] " Antonin Godard
2026-02-23 21:06 ` [PATCH 5/7] devtool: ide-sdk: support kernel module development AdrianF
2026-02-23 21:06 ` [PATCH 6/7] meta-selftest: add test kernel module recipe AdrianF
2026-02-23 21:06 ` [PATCH 7/7] oe-selftest: devtool: add ide-sdk test for kernel modules AdrianF

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox