Skip to content

Commit

Permalink
base: lmp: enable sstate hash equivalence
Browse files Browse the repository at this point in the history
Detects build tasks that have the same output even though the input
signatures (hash) differ.

Signed-off-by: Jose Quaresma <[email protected]>
  • Loading branch information
quaresmajose committed Jul 12, 2023
1 parent 63898f5 commit f16740e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions meta-lmp-base/conf/distro/include/lmp.inc
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ INHERIT += "lmp"
INHERIT += "lmp-staging"
INHERIT += "uninative"

# OEEquivHash
BB_SIGNATURE_HANDLER ?= "OEEquivHash"
BB_HASHSERVE ??= "auto"

# Clang toolchain
TOOLCHAIN ?= "clang"
RUNTIME = "llvm"
Expand Down

0 comments on commit f16740e

Please sign in to comment.