mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
fs_report: add package recipe
This commit is contained in:
parent
bb12d79ae9
commit
5b68286e07
1
repos/os/recipes/pkg/fs_report/README
Normal file
1
repos/os/recipes/pkg/fs_report/README
Normal file
@ -0,0 +1 @@
|
||||
Runtime for deploying the fs_report component from the depot.
|
2
repos/os/recipes/pkg/fs_report/archives
Executable file
2
repos/os/recipes/pkg/fs_report/archives
Executable file
@ -0,0 +1,2 @@
|
||||
_/src/vfs
|
||||
_/src/fs_report
|
1
repos/os/recipes/pkg/fs_report/hash
Normal file
1
repos/os/recipes/pkg/fs_report/hash
Normal file
@ -0,0 +1 @@
|
||||
2018-06-22
|
14
repos/os/recipes/pkg/fs_report/runtime
Executable file
14
repos/os/recipes/pkg/fs_report/runtime
Executable file
@ -0,0 +1,14 @@
|
||||
<runtime ram="4M" caps="100" binary="fs_report">
|
||||
|
||||
<requires> <file_system/> </requires>
|
||||
<provides> <report/> </provides>
|
||||
|
||||
<config/>
|
||||
|
||||
<content>
|
||||
<rom label="ld.lib.so"/>
|
||||
<rom label="vfs.lib.so"/>
|
||||
<rom label="fs_report"/>
|
||||
</content>
|
||||
|
||||
</runtime>
|
Loading…
Reference in New Issue
Block a user