summaryrefslogtreecommitdiffstats
path: root/src/build/mkrules
diff options
context:
space:
mode:
authorNick Bofferding <bofferdn@us.ibm.com>2017-11-14 09:48:55 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-11-14 16:09:57 -0500
commit70c697000c8a24f3d777eefcc1d632164fe6e7f5 (patch)
treeeb632a372687169bf646f7e8bd0d0cd8d7d4d599 /src/build/mkrules
parentf7dfd17dfc996414b5989aa464817dd595b5623b (diff)
downloadtalos-hostboot-70c697000c8a24f3d777eefcc1d632164fe6e7f5.tar.gz
talos-hostboot-70c697000c8a24f3d777eefcc1d632164fe6e7f5.zip
Secure Boot: Fix parallel and multiple pass image signing issues
Change-Id: Id88717a7647cf916a4aaad652d70807d5027cb33 RTC: 180781 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49655 Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/build/mkrules')
-rwxr-xr-xsrc/build/mkrules/hbfw/img/makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/build/mkrules/hbfw/img/makefile b/src/build/mkrules/hbfw/img/makefile
index d3bb9347c..60e5ec083 100755
--- a/src/build/mkrules/hbfw/img/makefile
+++ b/src/build/mkrules/hbfw/img/makefile
@@ -31,6 +31,12 @@
.include <${RULES_MK}>
+# TODO RTC 182358
+# It's not clear that the open source signing tooling can tolerate parallelism
+# when building the signature cache, so force sequential mode until that aspect
+# is 100% verified
+.NOTPARALLEL:
+
.if($(CONTEXT:R) == "ppc")
VPATH += ../fsp
OpenPOWER on IntegriCloud