mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 02:01:38 +00:00
gems: recipes for vfs_trace pluging
* source recipe for vfs_trace * pkg for 'trace_fs' with runtime issue #3294
This commit is contained in:
parent
c34176580c
commit
57e650ef2c
1
repos/gems/recipes/pkg/trace_fs/README
Normal file
1
repos/gems/recipes/pkg/trace_fs/README
Normal file
@ -0,0 +1 @@
|
||||
File system for providing access to Genode tracing
|
3
repos/gems/recipes/pkg/trace_fs/archives
Normal file
3
repos/gems/recipes/pkg/trace_fs/archives
Normal file
@ -0,0 +1,3 @@
|
||||
_/src/trace_policy
|
||||
_/src/vfs
|
||||
_/src/vfs_trace
|
1
repos/gems/recipes/pkg/trace_fs/hash
Normal file
1
repos/gems/recipes/pkg/trace_fs/hash
Normal file
@ -0,0 +1 @@
|
||||
2019-06-17 8f8feaf94c99cc2907d64304083e9cdf488c72c8
|
19
repos/gems/recipes/pkg/trace_fs/runtime
Normal file
19
repos/gems/recipes/pkg/trace_fs/runtime
Normal 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>
|
9
repos/gems/recipes/src/vfs_trace/content.mk
Normal file
9
repos/gems/recipes/src/vfs_trace/content.mk
Normal 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 $@
|
1
repos/gems/recipes/src/vfs_trace/hash
Normal file
1
repos/gems/recipes/src/vfs_trace/hash
Normal file
@ -0,0 +1 @@
|
||||
2019-06-14 e0aa8c2d7cc72565d00afb9f72b2da25000fbb9b
|
5
repos/gems/recipes/src/vfs_trace/used_apis
Normal file
5
repos/gems/recipes/src/vfs_trace/used_apis
Normal file
@ -0,0 +1,5 @@
|
||||
base
|
||||
os
|
||||
so
|
||||
vfs
|
||||
gems
|
Loading…
x
Reference in New Issue
Block a user