mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-30 16:14:13 +00:00
parent
5073cba536
commit
cda48b4a49
@ -824,7 +824,8 @@ set build_info "<build_info"
|
|||||||
append build_info " genode_version=\"[genode_version]\""
|
append build_info " genode_version=\"[genode_version]\""
|
||||||
append build_info " date=\"[build_date]\""
|
append build_info " date=\"[build_date]\""
|
||||||
append build_info " depot_user=\"[depot_user]\""
|
append build_info " depot_user=\"[depot_user]\""
|
||||||
append build_info " board=\"$board_var\"/"
|
append build_info " board=\"$board_var\""
|
||||||
|
append build_info " base=\"[depot_user]/bin/[depot_spec]/[base_src]/[_current_depot_archive_version src [base_src]]\"/"
|
||||||
append build_info ">"
|
append build_info ">"
|
||||||
|
|
||||||
set fd [open [run_dir]/genode/build_info w]
|
set fd [open [run_dir]/genode/build_info w]
|
||||||
|
@ -326,6 +326,7 @@ class Sculpt::Runtime_config
|
|||||||
_vimrc { _r, Type::ROM, "default vim configuration", "config -> vimrc" },
|
_vimrc { _r, Type::ROM, "default vim configuration", "config -> vimrc" },
|
||||||
_fonts { _r, Type::ROM, "system font configuration", "config -> managed/fonts" },
|
_fonts { _r, Type::ROM, "system font configuration", "config -> managed/fonts" },
|
||||||
_pf_info { _r, Type::ROM, "platform information", "platform_info" },
|
_pf_info { _r, Type::ROM, "platform information", "platform_info" },
|
||||||
|
_bld_info { _r, Type::ROM, "build information", "build_info" },
|
||||||
_system { _r, Type::ROM, "system status", "config -> managed/system" },
|
_system { _r, Type::ROM, "system status", "config -> managed/system" },
|
||||||
_report { _r, Type::REPORT, "system reports" },
|
_report { _r, Type::REPORT, "system reports" },
|
||||||
_shape { _r, Type::REPORT, "pointer shape", "shape", Service::Match_label::LAST },
|
_shape { _r, Type::REPORT, "pointer shape", "shape", Service::Match_label::LAST },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user