fs_report: add package recipe

This commit is contained in:
Stefan Thöni 2018-06-24 13:48:04 +02:00 committed by Christian Helmuth
parent bb12d79ae9
commit 5b68286e07
4 changed files with 18 additions and 0 deletions

View File

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

View File

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

View File

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

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