You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gateway-dk-ask: use new hook kernel_extra_create_patches to stage ask patch
- before this, ask extension would stage a userpatch during post_family_config,
if it was not in CONFIG_DEFS_ONLY mode
- this would cause hashing to differ between matrix-prepare and actual build
- matrix patches hash wouldn't have the patch
- actual-build patches hash would
- this caused infinite rebuilding of the kernel in CI
- previous commit introduced a new hook made for this purpose
- implement it here -- unconditionally, as it only ever run in actual build
- also implement a cleanup (in post_family_config) so any leftovers are
removed and won't affect further
- remove claims that userpatches are gitignored (they aren't) and that they
don't survive across builds (they do, unless handled as explained above)
0 commit comments