diff options
author | Nick Bofferding <bofferdn@us.ibm.com> | 2017-11-14 09:48:55 -0600 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-11-14 16:09:57 -0500 |
commit | 70c697000c8a24f3d777eefcc1d632164fe6e7f5 (patch) | |
tree | eb632a372687169bf646f7e8bd0d0cd8d7d4d599 /src/build/mkrules/hbfw | |
parent | f7dfd17dfc996414b5989aa464817dd595b5623b (diff) | |
download | talos-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/hbfw')
-rwxr-xr-x | src/build/mkrules/hbfw/img/makefile | 6 |
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 |