mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
d7522defde
This patch changes the 'depot_deploy' tool to spawn any number of runtimes. In contrast to the original version, which merely consumed a blueprint generated by a pre-configured 'depot_query' instance, the new version actively generates queries as needed. So there is a feedback loop between 'depot_deploy' and 'depot_query'. The instantiation of subsystems is controlled by the '<start>' nodes of the 'depot_deploy' configuration. For each start node, the tool tries to determine the ingredients (provided by the depot) by asking the 'depot_query' tool. Once the information is complete, a corresponding start node of the dynamic init instance is generated. |
||
---|---|---|
.. | ||
include | ||
lib | ||
recipes | ||
run | ||
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.