mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-19 03:06:39 +00:00
6df66a77d0
This patch avoids repetitive depot queries at the start of the Sculpt system. We don't need to trigger a query unconditionally whenever the managed/deploy changes because the call of 'handle_deploy' triggers a query when needed. We don't need to trigger a query once the prepare step is completed because the depot_query component is spawned at this point. The initial blueprint produced by the depot_query component, in turn, triggers the 'handle_deploy' mechanics in the sculpt manager. The constructor of the Sculpt manager's 'Main' does not need to call 'depot_deploy' because the prepare step - which is a precondition for the deployment - cannot be completed at this point anyway. |
||
---|---|---|
.. | ||
include | ||
lib | ||
ports | ||
recipes | ||
run | ||
sculpt | ||
src | ||
README |
This directory is a source-code repository containing Genode-specific services and applications. In contrast to the components that come with the 'os' repository, programs contained in 'gems' are able to leverage the functionalities provided by higher-level repositories such as 'libports'. To use the 'gems' repository, make sure to also add those repositories to your build configuraion.