Skip to content

Commit 34ad8bf

Browse files
[bazel] disable signing emulation perso images
This disables signing of emulation perso images, which are signed on the fly by Bazel using fake keys. Signed-off-by: Tim Trippel <[email protected]>
1 parent 0365a22 commit 34ad8bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sw/device/silicon_creator/manuf/base/provisioning_inputs.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ EARLGREY_SKUS = {
9090
def disqualified_for_signing(name, data):
9191
if "staging" in name:
9292
return True
93+
if "emulation" in name:
94+
return True
9395
if "em00" in data["otp"]:
9496
return True
9597
return False

0 commit comments

Comments
 (0)