mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 19:34:56 +00:00
depot_deploy.run: integrate recall_fs
This is needed to deploy the current version of the window_layouter pkg.
This commit is contained in:
parent
854a154fb4
commit
c00666b7e8
@ -153,6 +153,13 @@ install_config {
|
||||
<service name="Timer"> <parent/> </service>
|
||||
</common_routes>
|
||||
|
||||
<start name="recall_fs" pkg="} [depot_user]/pkg/[current_pkg chroot] {">
|
||||
<route>
|
||||
<service name="File_system"> <parent/> </service>
|
||||
</route>
|
||||
<config> <default-policy path_prefix="/recall" writeable="yes"/> </config>
|
||||
</start>
|
||||
|
||||
<start name="wm" pkg="} [depot_user]/pkg/[current_pkg wm] {">
|
||||
<route>
|
||||
<service name="Nitpicker"> <parent/> </service>
|
||||
@ -168,6 +175,7 @@ install_config {
|
||||
<service name="ROM" label="rules"> <child name="wm"/> </service>
|
||||
<service name="Report"> <child name="wm"/> </service>
|
||||
<service name="Nitpicker"> <child name="wm"/> </service>
|
||||
<service name="File_system" label="recall"> <child name="recall_fs"/> </service>
|
||||
</route>
|
||||
</start>
|
||||
|
||||
@ -180,7 +188,6 @@ install_config {
|
||||
</route>
|
||||
</start>
|
||||
|
||||
|
||||
<start name="backdrop" pkg="} [depot_user]/pkg/[current_pkg sticks_blue_backdrop] {">
|
||||
<route>
|
||||
<service name="Nitpicker"> <parent label="backdrop"/> </service>
|
||||
|
Loading…
x
Reference in New Issue
Block a user