report_rom: add package recipe

This commit is contained in:
Stefan Thöni 2018-07-04 12:45:55 +02:00 committed by Christian Helmuth
parent 5b68286e07
commit e8fb7ad470
4 changed files with 19 additions and 0 deletions

View File

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

View File

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

View File

@ -0,0 +1 @@
2018-07-04 6c608f18a2d59a46be43bd7e47e3202bdd268644

View File

@ -0,0 +1,15 @@
<runtime ram="4M" caps="100" binary="report_rom">
<provides>
<report/>
<rom/>
</provides>
<config/>
<content>
<rom label="ld.lib.so"/>
<rom label="report_rom"/>
</content>
</runtime>