diff --git a/run/audio_player.run b/run/audio_player.run index 10ec10b..877c651 100644 --- a/run/audio_player.run +++ b/run/audio_player.run @@ -9,7 +9,7 @@ if {[have_include power_on/qemu]} { set build_components { core init - drivers/timer + timer drivers/audio server/report_rom server/dynamic_rom diff --git a/run/avplay.run b/run/avplay.run index cf4e31b..25b4a6d 100644 --- a/run/avplay.run +++ b/run/avplay.run @@ -4,7 +4,7 @@ set build_components { core init - drivers/timer + timer drivers/framebuffer drivers/input drivers/audio app/avplay drivers/acpi } diff --git a/run/chocolate-doom.run b/run/chocolate-doom.run index 24aba3d..87b444f 100644 --- a/run/chocolate-doom.run +++ b/run/chocolate-doom.run @@ -17,7 +17,7 @@ set use_audio [expr ![have_spec arm]] set build_components { core init - drivers/timer + timer drivers/framebuffer drivers/input diff --git a/run/dosbox.run b/run/dosbox.run index fee0958..46d9994 100644 --- a/run/dosbox.run +++ b/run/dosbox.run @@ -4,7 +4,7 @@ set build_components { core init - drivers/timer + timer drivers/audio drivers/framebuffer drivers/input app/dosbox diff --git a/run/drill.run b/run/drill.run index a3a71ba..2349dfa 100644 --- a/run/drill.run +++ b/run/drill.run @@ -8,7 +8,7 @@ source ${genode_dir}/repos/base/run/platform_drv.inc set build_components { core init app/drill - drivers/timer + timer drivers/nic drivers/rtc lib/vfs/jitterentropy diff --git a/run/eigentor.run b/run/eigentor.run index 9bbbf2e..aa98664 100644 --- a/run/eigentor.run +++ b/run/eigentor.run @@ -18,7 +18,7 @@ set build_components { core drivers/nic drivers/rtc - drivers/timer + timer init lib/vfs/jitterentropy server/dynamic_rom diff --git a/run/glucose.run b/run/glucose.run index d1d0c29..903166f 100644 --- a/run/glucose.run +++ b/run/glucose.run @@ -1,4 +1,4 @@ -build "core init test/glucose drivers/timer" +build "core init test/glucose timer" create_boot_directory diff --git a/run/gmock.run b/run/gmock.run index 2263a53..48e7ce7 100644 --- a/run/gmock.run +++ b/run/gmock.run @@ -4,7 +4,7 @@ set build_components { core init - drivers/timer + timer drivers/rtc server/ram_fs test/gmock diff --git a/run/grafx2.run b/run/grafx2.run index 6aed95d..08ab75c 100644 --- a/run/grafx2.run +++ b/run/grafx2.run @@ -4,7 +4,7 @@ set build_components { core init - drivers/timer + timer app/grafx2 server/ram_fs drivers/framebuffer drivers/platform drivers/input } diff --git a/run/gtest-samples.run b/run/gtest-samples.run index 06ce297..d433bd0 100644 --- a/run/gtest-samples.run +++ b/run/gtest-samples.run @@ -4,7 +4,7 @@ set build_components { core init - drivers/timer + timer drivers/rtc test/gtest-samples } diff --git a/run/gtest.run b/run/gtest.run index 3181f90..ca89929 100644 --- a/run/gtest.run +++ b/run/gtest.run @@ -4,7 +4,7 @@ set build_components { core init - drivers/timer + timer drivers/rtc server/ram_fs test/gtest diff --git a/run/input_normalizer.run b/run/input_normalizer.run index 13ed628..0387c4b 100644 --- a/run/input_normalizer.run +++ b/run/input_normalizer.run @@ -6,7 +6,7 @@ assert_spec x86 set build_components { core init - drivers/timer + timer server/dynamic_rom server/input_normalizer test/input diff --git a/run/java.run b/run/java.run index 9cd6ae0..211ec61 100644 --- a/run/java.run +++ b/run/java.run @@ -1,7 +1,7 @@ set build_components { core init - drivers/timer + timer app/jdk/java } diff --git a/run/jitterentropy_testu01.inc b/run/jitterentropy_testu01.inc index 973f1b9..909cd24 100644 --- a/run/jitterentropy_testu01.inc +++ b/run/jitterentropy_testu01.inc @@ -11,7 +11,7 @@ # set build_components { - core init drivers/timer + core init timer lib/vfs/jitterentropy } diff --git a/run/libpq_create_db.run b/run/libpq_create_db.run index b279ea8..19d5f12 100644 --- a/run/libpq_create_db.run +++ b/run/libpq_create_db.run @@ -5,7 +5,7 @@ set build_components { core init - drivers/timer + timer test/libpq/db_create } diff --git a/run/libpq_createdb_db.run b/run/libpq_createdb_db.run index d858c0b..64e7bd3 100644 --- a/run/libpq_createdb_db.run +++ b/run/libpq_createdb_db.run @@ -5,7 +5,7 @@ set build_components { core init - drivers/timer + timer test/libpq/db_createdb } diff --git a/run/libpq_list_db.run b/run/libpq_list_db.run index f5b4945..23b2206 100644 --- a/run/libpq_list_db.run +++ b/run/libpq_list_db.run @@ -5,7 +5,7 @@ set build_components { core init - drivers/timer + timer test/libpq/db_list } diff --git a/run/libpq_update_db.run b/run/libpq_update_db.run index 67fec59..be29d8d 100644 --- a/run/libpq_update_db.run +++ b/run/libpq_update_db.run @@ -5,7 +5,7 @@ set build_components { core init - drivers/timer + timer test/libpq/db_update } diff --git a/run/libpqxx_conection.run b/run/libpqxx_conection.run index 6d1501f..849aea5 100644 --- a/run/libpqxx_conection.run +++ b/run/libpqxx_conection.run @@ -5,7 +5,7 @@ set build_components { core init - drivers/timer + timer test/libpqxx/conection_test } diff --git a/run/libpqxx_creation_table.run b/run/libpqxx_creation_table.run index de4c734..f43527c 100644 --- a/run/libpqxx_creation_table.run +++ b/run/libpqxx_creation_table.run @@ -5,7 +5,7 @@ set build_components { core init - drivers/timer + timer test/libpqxx/creation_table } diff --git a/run/libpqxx_delete_operation.run b/run/libpqxx_delete_operation.run index 9d5f3a0..e9fc3e6 100644 --- a/run/libpqxx_delete_operation.run +++ b/run/libpqxx_delete_operation.run @@ -5,7 +5,7 @@ set build_components { core init - drivers/timer + timer test/libpqxx/delete_operation } diff --git a/run/libpqxx_insert_operation.run b/run/libpqxx_insert_operation.run index 02790e8..54f3df7 100644 --- a/run/libpqxx_insert_operation.run +++ b/run/libpqxx_insert_operation.run @@ -5,7 +5,7 @@ set build_components { core init - drivers/timer + timer test/libpqxx/insert_operation } diff --git a/run/libpqxx_select_operation.run b/run/libpqxx_select_operation.run index ffb06ab..ee2c384 100644 --- a/run/libpqxx_select_operation.run +++ b/run/libpqxx_select_operation.run @@ -5,7 +5,7 @@ set build_components { core init - drivers/timer + timer test/libpqxx/select_operation } diff --git a/run/libpqxx_update_operation.run b/run/libpqxx_update_operation.run index 11f72b9..ad9e2d8 100644 --- a/run/libpqxx_update_operation.run +++ b/run/libpqxx_update_operation.run @@ -5,7 +5,7 @@ set build_components { core init - drivers/timer + timer test/libpqxx/update_operation } diff --git a/run/log_fader.run b/run/log_fader.run index 4d647f9..b3e68f8 100644 --- a/run/log_fader.run +++ b/run/log_fader.run @@ -19,7 +19,7 @@ set build_components { app/rom_logger app/global_keys_handler drivers/framebuffer - drivers/timer + timer server/log_tee server/nit_fader server/nit_fb diff --git a/run/lwext4_fs.run b/run/lwext4_fs.run index 386e756..7376148 100644 --- a/run/lwext4_fs.run +++ b/run/lwext4_fs.run @@ -11,7 +11,7 @@ set dd [installed_command dd] # set build_components { core init - drivers/timer + timer server/lwext4_fs server/lx_block server/report_rom diff --git a/run/lz_rom_noux.run b/run/lz_rom_noux.run index c1613d6..e75acba 100644 --- a/run/lz_rom_noux.run +++ b/run/lz_rom_noux.run @@ -2,7 +2,7 @@ set sha256sum [installed_command sha256sum] build { core init - drivers/timer + timer lib/libc_noux noux-pkg/coreutils noux/minimal diff --git a/run/pike_loader.run b/run/pike_loader.run index 321115a..0b0dca8 100644 --- a/run/pike_loader.run +++ b/run/pike_loader.run @@ -12,7 +12,7 @@ set build_components { app/pike_loader app/pointer drivers/framebuffer - drivers/timer + timer server/dynamic_rom server/loader server/nit_fb diff --git a/run/python3.run b/run/python3.run index 27cff3f..ff03b84 100644 --- a/run/python3.run +++ b/run/python3.run @@ -20,7 +20,7 @@ import_from_depot [depot_user]/pkg/python3 build { core init - drivers/timer + timer drivers/rtc server/dynamic_rom } diff --git a/run/remote_rom_backend_nic_ip.run b/run/remote_rom_backend_nic_ip.run index bda0c15..0b18977 100644 --- a/run/remote_rom_backend_nic_ip.run +++ b/run/remote_rom_backend_nic_ip.run @@ -2,7 +2,7 @@ # Build # -set build_components { core init drivers/timer +set build_components { core init timer server/dynamic_rom proxy/remote_rom/backend/nic_ip app/rom_logger diff --git a/run/remote_rom_backend_nic_ip_client.run b/run/remote_rom_backend_nic_ip_client.run index 100947c..a036453 100644 --- a/run/remote_rom_backend_nic_ip_client.run +++ b/run/remote_rom_backend_nic_ip_client.run @@ -2,7 +2,7 @@ # Build # -set build_components { core init drivers/timer +set build_components { core init timer app/rom_logger proxy/remote_rom/backend/nic_ip/client drivers/nic diff --git a/run/remote_rom_backend_nic_ip_server.run b/run/remote_rom_backend_nic_ip_server.run index 5a6eff3..2b0115b 100644 --- a/run/remote_rom_backend_nic_ip_server.run +++ b/run/remote_rom_backend_nic_ip_server.run @@ -2,7 +2,7 @@ # Build # -set build_components { core init drivers/timer +set build_components { core init timer server/dynamic_rom proxy/remote_rom/backend/nic_ip/server drivers/nic diff --git a/run/sdl.run b/run/sdl.run index 5329af4..3f3d94d 100644 --- a/run/sdl.run +++ b/run/sdl.run @@ -4,7 +4,7 @@ set build_components { core init - drivers/timer + timer test/sdl drivers/framebuffer drivers/input } diff --git a/run/sdl_opengl.inc b/run/sdl_opengl.inc index e5985ee..491eeed 100644 --- a/run/sdl_opengl.inc +++ b/run/sdl_opengl.inc @@ -12,7 +12,7 @@ if {[have_include power_on/qemu] && $use_i965} { set build_components { core init - drivers/timer + timer drivers/input drivers/framebuffer drivers/gpu/intel diff --git a/run/tftp_rom.run b/run/tftp_rom.run index 482a9ab..1182f13 100644 --- a/run/tftp_rom.run +++ b/run/tftp_rom.run @@ -12,7 +12,7 @@ if {![have_include "load/tftp"]} { set build_components { core init drivers/nic - drivers/timer + timer server/tftp_rom test/libc } diff --git a/run/tor_lx.run b/run/tor_lx.run index 73955d6..e604130 100644 --- a/run/tor_lx.run +++ b/run/tor_lx.run @@ -26,7 +26,7 @@ if { [info exists ::env(NET) ] } { set build_components { core init - drivers/timer + timer drivers/rtc drivers/nic server/ram_fs diff --git a/run/tyrian.run b/run/tyrian.run index 4304812..5181d06 100644 --- a/run/tyrian.run +++ b/run/tyrian.run @@ -8,7 +8,7 @@ set build_components { drivers/framebuffer drivers/input drivers/input/dummy - drivers/timer + timer app/opentyrian } diff --git a/run/uhexen2.run b/run/uhexen2.run index 2e786a6..fbb94e3 100644 --- a/run/uhexen2.run +++ b/run/uhexen2.run @@ -5,7 +5,7 @@ set build_components { core init - drivers/timer + timer drivers/audio drivers/usb drivers/framebuffer drivers/input diff --git a/run/umurmur.run b/run/umurmur.run index 2c36037..9a41020 100644 --- a/run/umurmur.run +++ b/run/umurmur.run @@ -9,7 +9,7 @@ if {![have_include power_on/qemu]} { set build_components { core init - drivers/timer + timer drivers/nic lib/vfs/lwip app/umurmur diff --git a/run/usb_gamepad_input.run b/run/usb_gamepad_input.run index a5cb3a5..dc99f9a 100644 --- a/run/usb_gamepad_input.run +++ b/run/usb_gamepad_input.run @@ -16,7 +16,7 @@ set use_qemu [have_include "power_on/qemu"] set build_components { core init - drivers/timer + timer drivers/usb drivers/usb_gamepad_input server/report_rom diff --git a/run/xml_term_edit.run b/run/xml_term_edit.run index 5d708c7..d828620 100644 --- a/run/xml_term_edit.run +++ b/run/xml_term_edit.run @@ -8,7 +8,7 @@ import_from_depot \ set build_components { core init - drivers/timer + timer server/fs_rom server/terminal server/ram_fs