From b35745be233dd7f85189540c5bfa89fe427a9771 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 18 Oct 2021 16:40:54 +0100 Subject: [PATCH] arm-bsp/fvp-common: set TEST_TARGET to OEFVPTarget Set TEST_TARGET so that all FVP machines use the new FVP target out of the box, instead of attempting to use qemu. Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- meta-arm-bsp/conf/machine/fvp-common.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-arm-bsp/conf/machine/fvp-common.inc b/meta-arm-bsp/conf/machine/fvp-common.inc index 2579d94a..9adb4309 100644 --- a/meta-arm-bsp/conf/machine/fvp-common.inc +++ b/meta-arm-bsp/conf/machine/fvp-common.inc @@ -25,3 +25,5 @@ EXTRA_IMAGEDEPENDS += "virtual/trusted-firmware-a u-boot" # initialise) and install the pre-generated keys. PACKAGECONFIG:remove:pn-openssh = "rng-tools" MACHINE_EXTRA_RRECOMMENDS += "ssh-pregen-hostkeys" + +TEST_TARGET = "OEFVPTarget"