vfs: add package recipe
This commit is contained in:
committed by
Christian Helmuth
parent
d657b61f1b
commit
bb12d79ae9
1
repos/os/recipes/pkg/vfs/README
Normal file
1
repos/os/recipes/pkg/vfs/README
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Runtime for deploying the vfs component from the depot.
|
||||||
1
repos/os/recipes/pkg/vfs/archives
Executable file
1
repos/os/recipes/pkg/vfs/archives
Executable file
@@ -0,0 +1 @@
|
|||||||
|
_/src/vfs
|
||||||
1
repos/os/recipes/pkg/vfs/hash
Normal file
1
repos/os/recipes/pkg/vfs/hash
Normal file
@@ -0,0 +1 @@
|
|||||||
|
2018-06-15
|
||||||
13
repos/os/recipes/pkg/vfs/runtime
Executable file
13
repos/os/recipes/pkg/vfs/runtime
Executable file
@@ -0,0 +1,13 @@
|
|||||||
|
<runtime ram="32M" caps="200" binary="vfs">
|
||||||
|
|
||||||
|
<provides> <file_system/> </provides>
|
||||||
|
|
||||||
|
<config/>
|
||||||
|
|
||||||
|
<content>
|
||||||
|
<rom label="ld.lib.so"/>
|
||||||
|
<rom label="vfs.lib.so"/>
|
||||||
|
<rom label="vfs"/>
|
||||||
|
</content>
|
||||||
|
|
||||||
|
</runtime>
|
||||||
Reference in New Issue
Block a user