mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-02 20:16:48 +00:00
vbox5_genode_usb_hid_raw: support --depot-auto-update
... in nested run.
This commit is contained in:
parent
eeb40d0cc2
commit
2e266dfe3c
@ -239,6 +239,11 @@ puts "--- executing the 'usb_hid_raw' run script to generate the 'usb_hid_raw.is
|
|||||||
global specs
|
global specs
|
||||||
global repositories
|
global repositories
|
||||||
|
|
||||||
|
set depot_auto_update ""
|
||||||
|
if {[get_cmd_switch --depot-auto-update]} {
|
||||||
|
set depot_auto_update "--depot-auto-update"
|
||||||
|
}
|
||||||
|
|
||||||
exec -ignorestderr \
|
exec -ignorestderr \
|
||||||
$::argv0 \
|
$::argv0 \
|
||||||
--genode-dir [genode_dir] \
|
--genode-dir [genode_dir] \
|
||||||
@ -248,6 +253,7 @@ exec -ignorestderr \
|
|||||||
--repositories "$repositories" \
|
--repositories "$repositories" \
|
||||||
--depot-dir [depot_dir] \
|
--depot-dir [depot_dir] \
|
||||||
--depot-user [depot_user] \
|
--depot-user [depot_user] \
|
||||||
|
$depot_auto_update \
|
||||||
--cross-dev-prefix "[cross_dev_prefix]" \
|
--cross-dev-prefix "[cross_dev_prefix]" \
|
||||||
--include boot_dir/nova \
|
--include boot_dir/nova \
|
||||||
--include image/iso \
|
--include image/iso \
|
||||||
|
Loading…
Reference in New Issue
Block a user