depot: recipe for pkg/dynamic_rom

This commit is contained in:
Norman Feske 2023-01-30 14:57:33 +01:00 committed by Christian Helmuth
parent dbf02ac3c1
commit 291beb1145
4 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,3 @@
ROM service that provides ROM modules with time-variant content

View File

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

View File

@ -0,0 +1 @@
2023-01-30 9d0218db1e8c867d68e023d334fddb02ac92feeb

View File

@ -0,0 +1,10 @@
<runtime ram="2M" caps="100" binary="dynamic_rom">
<provides> <rom/> </provides>
<content>
<rom label="ld.lib.so"/>
<rom label="dynamic_rom"/>
</content>
</runtime>