1
0
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:
Ross Burton
2024-05-14 10:49:51 +00:00
committed by Jon Mason
parent a6a4952e8c
commit f37a6b32ec

View File

@@ -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"