All of lore.kernel.org
 help / color / mirror / Atom feed
* Finer build time dependencies to optimize sysroot preparation time
@ 2026-03-06 11:17 Jocelyn Meyron
  2026-03-07 16:50 ` [yocto] " Francesco Valla
  0 siblings, 1 reply; 3+ messages in thread
From: Jocelyn Meyron @ 2026-03-06 11:17 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 1026 bytes --]

Hello everyone,

I'm trying to solve the following problem (I'm using the latest scarthgap release):
- I have a recipe A whose job is to aggregate libraries produced by multiple recipes (basically aggregate a bunch of static libraries into a shared one to reduce the file system size).
- Right now, I added the list of recipes into the "DEPENDS" variable of recipe A. This works but this implies that all the files installed by the other recipes are copied into the sysroot of recipe A. The issue is that the other recipes package also header filers, source files, and other libraries, leading to slow downs in the build process (especially when ran under a static analysis tool).

I could have packaged the relevant files of the recipes into dedicated subpackages but the main recipe A can't depend on those packages (since only recipes can be used for build time dependencies).

Does someone have a proposal to work around this issue? Or maybe I need to redesign this "aggregation" recipe?

Thank you in advance.

[-- Attachment #2: Type: text/html, Size: 1171 bytes --]

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

end of thread, other threads:[~2026-03-09 17:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-06 11:17 Finer build time dependencies to optimize sysroot preparation time Jocelyn Meyron
2026-03-07 16:50 ` [yocto] " Francesco Valla
2026-03-09 17:28   ` Alexander Kanavin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.