-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add PKG_STAMP to trigger a package rebuild #2431
Conversation
Could this be expanded so if there is changes to initramfs to rebuild busybox/initramfs/linux? |
No because you'll likely be caught in a circular dependency - initramfs is built from within linux so it's not possible for initramfs to rebuild linux. There also comes a point where you can only go so far with automated cleaning before you might as well clean build every time. |
@Kwiboo can you rebase against changes in |
This is something useful - can be merged? |
Rebased on latest LE master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Kwiboo Is this still a WIP? It works for me just fine. 👍
This PR adds support for using
PKG_STAMP
to trigger a package rebuild (extracted from #2328)u-boot
package is changed to usePKG_STAMP
instead of a specialUBOOT_SYSTEM
hack inscripts/build
to trigger package rebuild whenUBOOT_SYSTEM
changeslinux
package will be rebuild when changes is made to make targets parameters inoptions
-fileAnother example of usage is for the
mali-rockchip
package, see Kwiboo@505b753 (triggers a package rebuild ifoptions
is changed to use another x11/wayland/gbm driver)