Re: [yocto] How to build two images with different settings of a recipe in Yocto

2024-01-28 Thread Martin Jansa
On Sun, Jan 28, 2024 at 7:59 PM Alexander Kanavin wrote: > That said, if the difference between distros is only in specific > recipe settings, then I think the builds will reuse each other's > sstate, other than the recipes that differ, and their consumers. > Except for example when e.g. icecc

Re: [yocto] How to build two images with different settings of a recipe in Yocto

2024-01-28 Thread Alexander Kanavin
That said, if the difference between distros is only in specific recipe settings, then I think the builds will reuse each other's sstate, other than the recipes that differ, and their consumers. Alex On Sun, 28 Jan 2024 at 13:48, Alexander Kanavin via lists.yoctoproject.org wrote: > > There's

[yocto] [meta-security][PATCH] scap-security-guide: update to 0.1.71

2024-01-28 Thread Armin Kuster
change branch name to stable. Signed-off-by: Armin Kuster --- ...curity-guide_0.1.69.bb => scap-security-guide_0.1.71.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename recipes-compliance/scap-security-guide/{scap-security-guide_0.1.69.bb => scap-security-guide_0.1.71.bb}

Re: [yocto] How to build two images with different settings of a recipe in Yocto

2024-01-28 Thread Alexander Kanavin
There's no way around this: you can't build the same recipe in two different ways for two different images in the same DISTRO. The different behavior has to be specified through config files and picked up at runtime, and not through build time settings. All products and builds and CI

Re: [yocto] How to build two images with different settings of a recipe in Yocto

2024-01-28 Thread Jörg Sommer via lists . yoctoproject . org
Thanks for your reply. It helps, but I see some issues with the ROOTFS_POSTPROCESS_COMMAND. For the config file this is a possible solution. But what can I do if I need code changes? SSH announced they'll disable DSA support by default in a few months and for all other images except one I