mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
b370591e64
This patch contains the mobile variant of Sculpt OS, which evolved at the genode-allwinner repository until now. In consists of the following parts: - gems/src/app/phone_manager plays the role of the sculpt manager - sculpt/phone-linux allows for test driving the mobile variant on base-linux - gems/src/app/dummy_modem mockup of a modem's behavior, used for GUI development and testing The parts targeting a specific device (PinePhone) remain local to the genode-allwinner repository. To give it a try: make run/sculpt_test KERNEL=linux BOARD=linux \ SCULPT=phone LOG=core DEPOT=tar Fixes #5125 |
||
---|---|---|
.. | ||
include | ||
lib | ||
recipes | ||
run | ||
sculpt | ||
src | ||
README |
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.