mbox series

[0/5] devtool ide-sdk: support --modified and --shared modes

Message ID 20260927174506.652690-1-adrian.freihofer@siemens.com
Headers show
Series devtool ide-sdk: support --modified and --shared modes | expand

Message

AdrianF Sept. 27, 2026, 5:44 p.m. UTC
From: Adrian Freihofer <adrian.freihofer@siemens.com>

Support the use of --mode modified and --mode shared modes together.
This allows users to work on certain recipes in a modified environment while
still benefiting from a shared sysroot for other recipes.
Additionally, it supports NFS exports in the shared mode. Having a rootfs-dbg
is also an enabler for configuring debugger support with IDE plugins for the
shared environment.

Adrian Freihofer (5):
  devtool: ide-sdk: support shared recipe IDE hooks
  devtool: ide-sdk: initialize shared images for IDE plugins
  devtool: ide-sdk: support NFS exports in shared mode
  devtool: ide-sdk: allow combining shared and modified modes
  oe-selftest: devtool ide-sdk: cover modified + shared + NFS

 meta/lib/oeqa/selftest/cases/devtool.py     | 16 +++-
 scripts/lib/devtool/ide_plugins/__init__.py | 12 +++
 scripts/lib/devtool/ide_sdk.py              | 85 ++++++++++++++-------
 3 files changed, 82 insertions(+), 31 deletions(-)