sculpt: add system clock package to index

Issue #4046
This commit is contained in:
Alexander Boettcher 2021-03-11 09:38:22 +01:00 committed by Norman Feske
parent cae3e447d6
commit 8a8de970a5
3 changed files with 3 additions and 1 deletions

View File

@ -19,3 +19,4 @@ _/pkg/fonts_fs
_/pkg/report_dump
_/pkg/acpica
_/pkg/qt5_textedit
_/pkg/system_clock

View File

@ -12,6 +12,7 @@
<index name="Tools">
<pkg path="system_shell" info="command-line interface to the system"/>
<pkg path="system_clock" info="system-clock service"/>
<pkg path="qt5_textedit" info="Qt5-based text editor"/>
<pkg path="report_dump" info="save periodic snapshots of the report fs"/>
</index>

View File

@ -342,7 +342,7 @@ class Sculpt::Runtime_config
_io_mem { _r, Type::IO_MEM, "raw hardware access" },
_io_port { _r, Type::IO_PORT, "raw hardware access" },
_irq { _r, Type::IRQ, "raw hardware access" },
_rtc { _r, Type::RTC, "system clock" },
_rtc { _r, Type::RTC, "hardware clock" },
_block { _r, Type::BLOCK, "direct block-device access" },
_usb { _r, Type::USB, "direct USB-device access" },
_pci_wifi { _r, Type::PLATFORM, "wifi hardware", "wifi" },