mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-01-12 01:00:15 +00:00
fixup! meta-secure-core: use bb.fatal instead of bb.build.FuncFailed
This commit is contained in:
@@ -220,7 +220,7 @@ def pem2der(input, output, d):
|
||||
try:
|
||||
result, _ = bb.process.run(cmd)
|
||||
except bb.process.ExecutionError:
|
||||
raise bb.fatal('Unable to convert %s to %s' % (input, output))
|
||||
bb.fatal('Unable to convert %s to %s' % (input, output))
|
||||
|
||||
# Convert the certificate (PEM formatted) to ESL.
|
||||
__pem2esl() {
|
||||
|
||||
Reference in New Issue
Block a user