I have a recipe abc_1.0.bb. It generates a txt contains all layers git commit ID into /etc. It is installed into image by IMAGE_INSTALL:append = " abc".
I want to rebuild abc every time I execute bitbake <image>. So I set nostamp to 1 in abc_1.0.bb. It served my purpose. When I execute bitbake core-image-minimal, abc_1.0 is always rebuilt, even if it was built last time without any changes. But, it leads to re-do_rootfs every time, and repackages images in formats such as tar. I expect that when the txt generated by abc_1.0 has not changed, do_rootfs should not be re-executed, what should I do?
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#60776): https://lists.yoctoproject.org/g/yocto/message/60776 Mute This Topic: https://lists.yoctoproject.org/mt/100677035/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
