From f386b93e529c1a4ffc690c1497337994e9b68f39 Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Mon, 31 Mar 2025 15:26:51 +0200 Subject: [PATCH] hw: enable vbox6_genode_usb_hid_raw --- repos/ports/run/vbox6_genode_usb_hid_raw.run | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/repos/ports/run/vbox6_genode_usb_hid_raw.run b/repos/ports/run/vbox6_genode_usb_hid_raw.run index cf70eff1d6..1debab27ff 100644 --- a/repos/ports/run/vbox6_genode_usb_hid_raw.run +++ b/repos/ports/run/vbox6_genode_usb_hid_raw.run @@ -9,7 +9,7 @@ # assert {[have_spec x86_64]} -assert {[have_spec nova]} +assert {[have_spec nova] || [have_spec hw]} assert {![have_include power_on/qemu]} create_boot_directory @@ -104,7 +104,7 @@ install_config { - + @@ -182,6 +182,9 @@ puts "--- executing the 'usb_hid_raw' run script to generate the 'usb_hid_raw.is global specs global repositories +if [have_spec nova] { set kernel nova } +if [have_spec hw] { set kernel hw } + set depot_auto_update "" if {[have_cmd_switch --depot-auto-update]} { set depot_auto_update "--depot-auto-update" @@ -198,7 +201,7 @@ exec -ignorestderr \ --depot-user [depot_user] \ $depot_auto_update \ --cross-dev-prefix "[cross_dev_prefix]" \ - --include boot_dir/nova \ + --include "boot_dir/$kernel" \ --include image/iso \ --include [repository_contains run/usb_hid_raw.run]/run/usb_hid_raw.run