Skip to content

v0.1.10

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Aug 12:08

Changed

  • Documentation site moves from bmoczulski.github.io/yocache to
    yocache.dev. Old GitHub Pages URLs redirect
    automatically.

Added

  • YOCACHE_BLOCK_RECIPES now propagates downstream: a recipe that
    transitively DEPENDS on 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 (previously bb.note for the direct case) naming the
    responsible upstream recipe(s).

Full Changelog: v0.1.9...v0.1.10