summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2021-08-25 09:16:26 +0300
committerAndrew Jeffery <andrew@aj.id.au>2021-08-30 09:52:26 +0300
commit50e2234e380c6deca02bd98a1643a95cd8d0dfa7 (patch)
tree962abd5bbded8dd9072ec3c83fac08fa11382742 /meta
parentfc192996873a3cc63d7fd1128626c0a72797783e (diff)
downloadopenbmc-50e2234e380c6deca02bd98a1643a95cd8d0dfa7.tar.xz
meta-aspeed: u-boot-aspeed-sdk: Ensure SOCSEC_SIGN defaults are set
Include the socsec-sign class after the conditional assignments to ensure the values we might assign are considered by the functions of socsec-sign. Without this, u-boot-aspeed-sdk do_deploy logs show: ``` DEBUG: Executing python function sstate_task_prefunc DEBUG: Python function sstate_task_prefunc finished DEBUG: Executing shell function do_deploy Copying u-boot-nodtb binary... Warning: Invalid socsec signing key - SPL verified boot won't be available ``` Adjusting the location of the include gives: ``` DEBUG: Executing python function sstate_task_prefunc DEBUG: Python function sstate_task_prefunc finished DEBUG: Executing shell function do_deploy Copying u-boot-nodtb binary... check header PASS Found PEM header at position 381 check integrity PASS ``` Change-Id: I15cac4c315a6ceaeb69b0c02ba0b7d05e54f6e15 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Diffstat (limited to 'meta')
0 files changed, 0 insertions, 0 deletions