os: add fs_rom pkg recipe

This commit is contained in:
Josef Söntgen 2018-06-01 16:41:06 +02:00 committed by Christian Helmuth
parent ed01c57677
commit 7002c9680a
4 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,2 @@
Runtime for deploying the fs_rom component from the depot

View File

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

View File

@ -0,0 +1 @@
2018-06-01 aacd9c631dd05acb796186063ff8ab00e8baad6a

View File

@ -0,0 +1,13 @@
<runtime ram="1M" caps="100" binary="fs_rom">
<requires> <file_system/> </requires>
<provides> <rom/> </provides>
<config/>
<content>
<rom label="ld.lib.so"/>
<rom label="fs_rom"/>
</content>
</runtime>