mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
poky: Default to enabling a local hash equivalence server
This doesn't particularly change performance but allows users to have build speedup doing rebuilds during local development so should be useful and enabled by default. (From meta-yocto rev: 6a6a8cb38899ee4c09bb2592a67085b422b6b525) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -89,3 +89,6 @@ require conf/distro/include/security_flags.inc
|
||||
INHERIT += "uninative"
|
||||
|
||||
INHERIT += "reproducible_build"
|
||||
|
||||
BB_SIGNATURE_HANDLER ?= "OEEquivHash"
|
||||
BB_HASHSERVE = "auto"
|
||||
|
||||
Reference in New Issue
Block a user