mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
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
This commit is contained in:
parent
4591d501b4
commit
d45b60ceeb
@ -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 {
|
||||
<config>
|
||||
@ -106,7 +107,7 @@ append config {
|
||||
</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
|
||||
|
Loading…
x
Reference in New Issue
Block a user