Re: [yocto] Run a post-processing step after image generation

2024-05-27 Thread Alexander Kanavin
Yes that :) I didn’t remember the exact name, just that it does exist and I used it. Alex On Mon 27. May 2024 at 8.53, Jocelyn Meyron via Lists.Yoctoproject.Org wrote: > Thanks, that looks like a good solution for me. > > Just to be sure, when you mention that "there's a way to extend what

Re: [yocto] Run a post-processing step after image generation

2024-05-27 Thread Jocelyn Meyron
Thanks, that looks like a good solution for me. Just to be sure, when you mention that "t here's a way to extend what gets copied there beyond the standard set of headers/libraries", you are about modifying the "SYSROOT_DIRS" variable? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages

Re: [yocto] Run a post-processing step after image generation

2024-05-23 Thread Alexander Kanavin
One option is to install the files into sysroot-destdir/ (there's a way to extend what gets copied there beyond the standard set of headers/libraries) in addition to packaging them, then make a new recipe that DEPENDS on all the recipes that do that sysroot installation, and then it will have the

[yocto] Run a post-processing step after image generation

2024-05-23 Thread Jocelyn Meyron
Hi everyone, I'm wondering if there is a canonical way in Yocto to "aggregate" files installed by recipes and running a post processing step on them. Let me go into a bit more details by mimicking my use case: 1. Let's say I have some of my recipes in my image which install some HTML files BUT