Changed
- Documentation site moves from
bmoczulski.github.io/yocacheto
yocache.dev. Old GitHub Pages URLs redirect
automatically.
Added
YOCACHE_BLOCK_RECIPESnow propagates downstream: a recipe that
transitivelyDEPENDSon a blocked recipe is skipped too, using
BB_TASKDEPDATA(bitbake's own recursive per-task dependency closure) to
find it — no separate graph walk needed. A blocked recipe's own build
output can be non-deterministic in ways its taskhash never reflects, so a
downstream consumer's sstate can silently inherit that same problem even
though its own taskhash looks stable across machines. Both the directly
blocked recipe and any downstream recipe skipped because of it now log a
bb.warn(previouslybb.notefor the direct case) naming the
responsible upstream recipe(s).
Full Changelog: v0.1.9...v0.1.10