mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-18 16:18:31 +00:00
This patch adds the ability to specify an optional 'as' attribute in a <rom> module declarion of a runtime file. <runtime ...> ... <content> <rom label="camera-pinephone.dtb" as="dtb"/> ... </content> </runtime> If specified, The depot-deploy tool uses the provided attribute value to hand out the ROM 'camera-pinephone.dtb' under the label 'dtb' to the subsystem.
This directory is a source-code repository containing Genode-specific services and applications. In contrast to the components hosted in 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.