Hi yall,
I’m switching from buildroot to yocto and trying to figure out how to do the equivalent of a POST_BUILD_SCRIPT.
Indeed I want to format the images built in a specific format for latter use and CI needs.
I’ve made a recipe (.inc) that I’m able to access directly doing so:
bitbake ycn-image -c release_ycn
To give a bit more context here’s how I’ve made it :
File ycn-image.bb:
SUMMARY = "Ycn image"
…
require recipes-core/images/core-image-base.bb
inherit package-list
require ycn-release.inc
File ycn-release.inc:
do_release_ycn() {
}
addtask release_ycn after do_image_complete after do_deploy_kernelmodules
I’ve also tried to use IMAGE_POSTPROCESS_COMMAND without much success since it wasn’t running at the proper moment.
If you happen to have any leads on the subject please don’t hesitate to share!
Best regards,
Yann
© 2023 Groups.io