genode/repos/gems
Norman Feske 25ee872703 sculpt: separate launchers from deploy config
The most important route of each launcher is at the top of routes and
will be used to layout the graph topology of the runtime view.

By caching the state reports generated by the runtime init, the sculpt
manager becomes able to quickly check for the presence of components. So
we can apply routing-dependency checks not only prior starting
components but also while components are running.

Fixes #2938
Fixes #2912
2018-08-28 17:10:55 +02:00
..
include gems/vfs.h: make 'File_content' more robust 2018-08-28 17:10:53 +02:00
lib Remove COW VFS plugin 2018-08-28 16:45:24 +02:00
recipes sculpt: separate launchers from deploy config 2018-08-28 17:10:55 +02:00
run sculpt: separate launchers from deploy config 2018-08-28 17:10:55 +02:00
src sculpt: separate launchers from deploy config 2018-08-28 17:10:55 +02:00
README Remove repos/qt4, fix #1451 2015-03-19 08:57:20 +01:00

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.