vfs: add package recipe

This commit is contained in:
Stefan Thöni 2018-06-15 12:54:32 +02:00 committed by Christian Helmuth
parent d657b61f1b
commit bb12d79ae9
4 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1 @@
Runtime for deploying the vfs component from the depot.

View File

@ -0,0 +1 @@
_/src/vfs

View File

@ -0,0 +1 @@
2018-06-15

View 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>