mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 01:12:50 +00: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:
parent
d61727185a
commit
1fb4aa42f9
@ -89,3 +89,6 @@ require conf/distro/include/security_flags.inc
|
||||
INHERIT += "uninative"
|
||||
|
||||
INHERIT += "reproducible_build"
|
||||
|
||||
BB_SIGNATURE_HANDLER ?= "OEEquivHash"
|
||||
BB_HASHSERVE = "auto"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user