diff options
author | Ming Liu <liu.ming50@gmail.com> | 2021-05-22 10:25:41 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-25 10:05:19 +0100 |
commit | c20055e8bb90613985a23024602420313dc71906 (patch) | |
tree | b3aa75b9fdeaf5d25cf4acca8b3918f8bdce30c9 /meta/classes/devshell.bbclass | |
parent | 0ce91adbbf8d6a0ceb7c736e3e09b31f383215a8 (diff) | |
download | poky-c20055e8bb90613985a23024602420313dc71906.tar.gz |
uboot-sign/kernel-fitimage: split generate_rsa_keys task
Currently generate_rsa_keys tasks are being executed parallelly in
kernel and uboot's task list, and both of them are calling openssl to
generate rsa keys in same path, this can lead to race condition.
Let's split it to kernel_generate_rsa_keys and uboot_generate_rsa_keys.
(From OE-Core rev: 36814f5467c9abd84aeb05916b4fd49f766f4f9f)
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/devshell.bbclass')
0 files changed, 0 insertions, 0 deletions