mbox series

[v2,0/9] devtool: ide-sdk: bug fixes, do_install-through-bitbake, NFS deploy prep

Message ID 20260907063720.56742-1-adrian.freihofer@siemens.com
Headers show
Series devtool: ide-sdk: bug fixes, do_install-through-bitbake, NFS deploy prep | expand

Message

AdrianF Sept. 7, 2026, 6:36 a.m. UTC
From: Adrian Freihofer <adrian.freihofer@siemens.com>


v1 -> v2: Patchwork complained because the Signed-off-by line was missing:
  FAIL: test Signed-off-by presence: Mbox is missing Signed-off-by.
        Add it manually or with "git commit --amend -s"
        (test_mbox.TestMbox.test_signed_off_by_presence)


Mix of three things:

1. Bug fixes (1-2): stale-lib GDB fix, don't guess the slirp SSH port in the selftest.
2. Resend of patches sent a few days ago (3-6), rebased to apply in a
   different order and independently of the more controversial
   attach-mode/port-allocation work: attach process pre-selection via
   `processFilter`, and running `do_install` through BitBake (plus its
   tinfoil/selftest coverage).
3. Cleanup/prep for the upcoming NFS rootfs export patches (7-9), which
   will be resent separately once reworked: `PSEUDO_INCLUDE_PATHS` for
   `unfsd`, decoupling deploy's pseudo calls from `bitbake.conf`, and
   dropping a dead `files_list` computation.

Adrian Freihofer (9):
  devtool: ide-sdk: fix GDB loading stale libs instead of recipe's own
    build
  oe-selftest: devtool ide-sdk: do not guess the slirp SSH port
  devtool: ide-sdk: pre-select attach process with processFilter
  oe-selftest: tinfoil: test prepared task runner
  devtool: ide-sdk: run do_install through BitBake
  oe-selftest: devtool ide-sdk: test install task
  runqemu-export-rootfs: set PSEUDO_INCLUDE_PATHS for unfsd
  devtool: deploy: make pseudo calls independent of bitbake.conf
  devtool: deploy: remove dead files_list computation

 .../pseudo-pyc-test/pseudo-pyc-test.bb        |  45 ++++++++
 meta/conf/bitbake.conf                        |   2 +-
 meta/lib/oeqa/selftest/cases/devtool.py       |  95 +++++++++++++---
 meta/lib/oeqa/selftest/cases/tinfoil.py       |  60 ++++++++++
 scripts/lib/devtool/__init__.py               |  11 +-
 scripts/lib/devtool/deploy.py                 |  17 ++-
 scripts/lib/devtool/ide_plugins/ide_code.py   |   1 +
 scripts/lib/devtool/ide_sdk.py                | 104 +++++++++++-------
 scripts/runqemu-export-rootfs                 |   2 +
 9 files changed, 270 insertions(+), 67 deletions(-)