mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-12 03:10:15 +00:00
arm-bsp/ssh-pregen-hostkeys: enable on virtual machines
As of oe-core b040597, the ssh-pregen-hostkeys recipe is limited to the qemu* machines only, so that it can only be used in development or emulation and not in production. We have some virtual machines in meta-arm-bsp which don't match the COMPATIBLE_MACHINE in the recipe but still benefit from this recipe, so add a bbappend to enable it. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# These machines cannot run in product as they are virtual
|
||||
# platforms, so allow ssh-pregen-hostkeys to be used.
|
||||
|
||||
COMPATIBLE_MACHINE:corestone1000-fvp = "corestone1000-fvp"
|
||||
COMPATIBLE_MACHINE:fvp-base = "fvp-base"
|
||||
COMPATIBLE_MACHINE:sbsa-ref = "sbsa-ref"
|
||||
Reference in New Issue
Block a user