From d45b60ceebf9612c6cb8c1d68f30aac654219861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20B=C3=A4r?= Date: Mon, 28 Feb 2022 21:37:17 +0100 Subject: [PATCH] sntp_client.run: redundant aritfacts in image build The run script uses core, ld.lib.so, and init from depot packages, thus these cannot be integrated in the image explicitly from the build directory. Also, removed special build of report_rom, which is not subject of the test. Fixes #4437 --- repos/libports/run/sntp_client.run | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/repos/libports/run/sntp_client.run b/repos/libports/run/sntp_client.run index 0fadaace08..ec86501fce 100644 --- a/repos/libports/run/sntp_client.run +++ b/repos/libports/run/sntp_client.run @@ -15,9 +15,10 @@ create_boot_directory import_from_depot [depot_user]/src/[base_src] \ [depot_user]/pkg/[drivers_nic_pkg] \ [depot_user]/src/nic_router \ - [depot_user]/src/init + [depot_user]/src/init \ + [depot_user]/src/report_rom -build { app/sntp_client server/report_rom } +build { app/sntp_client } append config { @@ -106,7 +107,7 @@ append config { } install_config $config -build_boot_image { core ld.lib.so init timer sntp_client report_rom } +build_boot_image { sntp_client } append qemu_args " -nographic " append_qemu_nic_args