mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
0d61029d7e
The initial implementation of the affinity configuration in "depot_deploy: support affinity configuration" added the affinity location attributes to the <start> node of the deploy config. This patch moves the information into a dedicated <affinity> sub node as done by the init configuration. So the context of the attributes 'xpos', 'ypos', 'width' and 'height' becomes clear. It also fixes a usability issue in Sculpt that occurred during testing: When configuring multiple components with custom affinities, the resources dialog of later components would wrongly display the state of earlier components instead of displaying the fresh (default) state. The resulting configuration would then not match the displayed information. This is fixed by resetting the dialog state. As another minor cosmetic change, the patch adds a line break in front of copied <config> or <heartbeat> nodes. Issue #3597 |
||
---|---|---|
.. | ||
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.