Change the default target to core-image-minimal. Keep the serial test only.
Signed-off-by: Pawel Zalewski pzalewski@thegoodpenguin.co.uk --- kas/morello-fvp.yml | 9 +-------- kas/morello-soc.yml | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-)
diff --git a/kas/morello-fvp.yml b/kas/morello-fvp.yml index cdcc001..7ccb36b 100644 --- a/kas/morello-fvp.yml +++ b/kas/morello-fvp.yml @@ -11,13 +11,6 @@ local_conf_header:
TESTIMAGE_AUTO = "1"
- TEST_TARGET_IP ?= "127.0.0.1:8022" - TEST_SERVER_IP ?= "127.0.1.1" - - PACKAGECONFIG:remove:pn-openssh = "rng-tools" - CORE_IMAGE_EXTRA_INSTALL:append = " ssh-pregen-hostkeys" - IMAGE_FEATURES:append = " ssh-server-dropbear" - IMAGE_CLASSES:append = " testimage" INHERIT += "fvpboot"
@@ -26,4 +19,4 @@ local_conf_header:
FVP_CONSOLES[default] = "terminal_uart_ap" target: - - morello-linux-image \ No newline at end of file + - core-image-minimal \ No newline at end of file diff --git a/kas/morello-soc.yml b/kas/morello-soc.yml index b46f836..6c6cf9c 100644 --- a/kas/morello-soc.yml +++ b/kas/morello-soc.yml @@ -4,4 +4,4 @@ header: - base.yml machine: morello-soc target: - - morello-linux-image \ No newline at end of file + - core-image-minimal \ No newline at end of file