mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
part_block depot package
Usable via Sculpt /config/deploy, e.g.,
<start name="nvme-0.part_block" pkg="part_block">
<route>
<service name="Block">
<parent label="nvme-0"/>
</service>
<service name="Report" label="partitions">
<parent/>
</service>
</route>
</start>
Issue #4590
This commit is contained in:
2
repos/os/recipes/pkg/part_block/README
Normal file
2
repos/os/recipes/pkg/part_block/README
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
Runtime for deploying the part_block component from the depot
|
||||
1
repos/os/recipes/pkg/part_block/archives
Executable file
1
repos/os/recipes/pkg/part_block/archives
Executable file
@@ -0,0 +1 @@
|
||||
_/src/part_block
|
||||
1
repos/os/recipes/pkg/part_block/hash
Normal file
1
repos/os/recipes/pkg/part_block/hash
Normal file
@@ -0,0 +1 @@
|
||||
2022-08-22 6d984857ee1cecfe0fa5bd601c2cc7276799f84d
|
||||
24
repos/os/recipes/pkg/part_block/runtime
Executable file
24
repos/os/recipes/pkg/part_block/runtime
Executable file
@@ -0,0 +1,24 @@
|
||||
<runtime ram="8M" caps="100" binary="part_block">
|
||||
|
||||
<requires> <block/> <report/> </requires>
|
||||
<provides> <block/> </provides>
|
||||
|
||||
<config>
|
||||
<report partitions="yes"/>
|
||||
<policy label="1" partition="1" writeable="yes"/>
|
||||
<policy label="2" partition="2" writeable="yes"/>
|
||||
<policy label="3" partition="3" writeable="yes"/>
|
||||
<policy label="4" partition="4" writeable="yes"/>
|
||||
<policy label="5" partition="5" writeable="yes"/>
|
||||
<policy label="6" partition="6" writeable="yes"/>
|
||||
<policy label="7" partition="7" writeable="yes"/>
|
||||
<policy label="8" partition="8" writeable="yes"/>
|
||||
<policy label="9" partition="9" writeable="yes"/>
|
||||
</config>
|
||||
|
||||
<content>
|
||||
<rom label="ld.lib.so"/>
|
||||
<rom label="part_block"/>
|
||||
</content>
|
||||
|
||||
</runtime>
|
||||
Reference in New Issue
Block a user