Re: Launching script at the very end of the image process
Richard Purdie
On Wed, 2021-06-30 at 09:33 +0000, Cardaillac, Yann wrote:
I’m switching from buildroot to yocto and trying to figure out how to do the equivalent of aIn OE, the equivalent for that is probably the image types code. See http://git.yoctoproject.org/cgit.cgi/poky/tree/meta/classes/image_types.bbclass You can define your own custom image types to extend the system. Some of our defaults are quite simple (tar), some are quite complex (wic has its own bbclass). I’ve also tried to use IMAGE_POSTPROCESS_COMMAND without much success since itWhen is "the right moment"? :) Cheers, Richard
|
|