public inbox for bitbake-devel@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 0/1] bitbake --skip-deps feature
@ 2025-12-30  9:15 AdrianF
  2025-12-30  9:15 ` [PATCH 1/1] tests/runqueue: cover --skip-deps AdrianF
  2025-12-30 15:14 ` [bitbake-devel] [PATCH 0/1] bitbake --skip-deps feature Mathieu Dubois-Briand
  0 siblings, 2 replies; 3+ messages in thread
From: AdrianF @ 2025-12-30  9:15 UTC (permalink / raw)
  To: bitbake-devel; +Cc: Adrian Freihofer

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

Adds a "skip-deps" feature to run/build specific tasks without scheduling their
full dependency tree.

This is useful for devtool ide-sdk, which works like this:
- The IDE's native build system is used to build the code.
- bitbake my-recipe:do_install --skip-deps --force is run to install the built
  artifacts.
- A script based on devtool deploy-target is used to deploy the installed
  artifacts to the target device.
- The IDE's debugging features are used to debug the code on the target device.

One more commit to openembedded-core is needed to fully support this feature.
This is already prepared and tested. Branch is here:
https://git.openembedded.org/openembedded-core-contrib/log/?h=adrianf/ide-sdk-improvements

Adrian Freihofer (1):
  tests/runqueue: cover --skip-deps

 lib/bb/tests/runqueue.py | 9 +++++++++
 1 file changed, 9 insertions(+)

-- 
2.52.0



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

end of thread, other threads:[~2025-12-30 15:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-30  9:15 [PATCH 0/1] bitbake --skip-deps feature AdrianF
2025-12-30  9:15 ` [PATCH 1/1] tests/runqueue: cover --skip-deps AdrianF
2025-12-30 15:14 ` [bitbake-devel] [PATCH 0/1] bitbake --skip-deps feature Mathieu Dubois-Briand

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