96boards / oe-rpb-manifest

RPB development environment setup using Android repo tool
MIT License
17 stars 58 forks source link

local.conf: enable hash equivalence #156

Closed lumag closed 1 year ago

lumag commented 2 years ago

Enable hash equivalence to speed up repetitive builds. This mechanism detects build tasks that have the same output even though the input signatures (hash) differ and skips rebuilding tasks depending on the detected ones.

Signed-off-by: Dmitry Baryshkov dmitry.baryshkov@linaro.org