mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 09:46:20 +00:00
os: add fs_rom pkg recipe
This commit is contained in:
parent
ed01c57677
commit
7002c9680a
2
repos/os/recipes/pkg/fs_rom/README
Normal file
2
repos/os/recipes/pkg/fs_rom/README
Normal file
@ -0,0 +1,2 @@
|
||||
|
||||
Runtime for deploying the fs_rom component from the depot
|
1
repos/os/recipes/pkg/fs_rom/archives
Normal file
1
repos/os/recipes/pkg/fs_rom/archives
Normal file
@ -0,0 +1 @@
|
||||
_/src/fs_rom
|
1
repos/os/recipes/pkg/fs_rom/hash
Normal file
1
repos/os/recipes/pkg/fs_rom/hash
Normal file
@ -0,0 +1 @@
|
||||
2018-06-01 aacd9c631dd05acb796186063ff8ab00e8baad6a
|
13
repos/os/recipes/pkg/fs_rom/runtime
Normal file
13
repos/os/recipes/pkg/fs_rom/runtime
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user