mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-10 04:00:51 +00:00
CI: install pregenerated SSH keys to speed up boot
As we're in a CI environment there's no need to generate unique SSH keys on boot. Installing the pregenerated SSH keys means they don't need to be generated, which saves a reasonable amount of boot time due to the lack of entropy if virtio-rng isn't available. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -42,6 +42,8 @@ local_conf_header:
|
|||||||
QEMU_USE_KVM = ""
|
QEMU_USE_KVM = ""
|
||||||
perf: |
|
perf: |
|
||||||
CORE_IMAGE_EXTRA_INSTALL += "perf"
|
CORE_IMAGE_EXTRA_INSTALL += "perf"
|
||||||
|
sshkeys: |
|
||||||
|
CORE_IMAGE_EXTRA_INSTALL += "ssh-pregen-hostkeys"
|
||||||
machine: unset
|
machine: unset
|
||||||
|
|
||||||
target:
|
target:
|
||||||
|
|||||||
Reference in New Issue
Block a user