gems: recipes for vfs_trace pluging

* source recipe for vfs_trace
* pkg for 'trace_fs' with runtime

issue #3294
This commit is contained in:
Sebastian Sumpf 2019-06-17 17:38:54 +02:00 committed by Christian Helmuth
parent c34176580c
commit 57e650ef2c
7 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1 @@
File system for providing access to Genode tracing

View File

@ -0,0 +1,3 @@
_/src/trace_policy
_/src/vfs
_/src/vfs_trace

View File

@ -0,0 +1 @@
2019-06-17 8f8feaf94c99cc2907d64304083e9cdf488c72c8

View File

@ -0,0 +1,19 @@
<runtime ram="48M" caps="150" binary="vfs">
<provides> <file_system/> </provides>
<requires> <trace/> </requires>
<content>
<rom label="vfs"/>
<rom label="ld.lib.so"/>
<rom label="vfs_trace.lib.so"/>
<rom label="vfs.lib.so"/>
<rom label="null"/>
</content>
<config>
<vfs> <trace ram="32M"/> </vfs>
<default-policy root="/" writeable="yes"/>
</config>
</runtime>

View File

@ -0,0 +1,9 @@
MIRROR_FROM_REP_DIR := lib/mk/vfs_trace.mk src/lib/vfs/trace
content: $(MIRROR_FROM_REP_DIR) LICENSE
$(MIRROR_FROM_REP_DIR):
$(mirror_from_rep_dir)
LICENSE:
cp $(GENODE_DIR)/LICENSE $@

View File

@ -0,0 +1 @@
2019-06-14 e0aa8c2d7cc72565d00afb9f72b2da25000fbb9b

View File

@ -0,0 +1,5 @@
base
os
so
vfs
gems