genode/repos/base-foc
Martin Stein ff10687a6c toolchain: report missing ports at once
Previously, ports that were needed for a scenario and that were not
prepared or outdated, triggered one assertion each during the second
build stage. The commit slots a mechanism in ahead that gathers all
these ports during the first build stage and reports them in form of a
list before the second build stage is entered.  This list can be used
directly as argument for tool/ports/prepare_port to prepare respectively
update the ports. If, however, this mechanism is not available, for
example because a target is build without the first build stage, the old
assertion still prevents the target from running into troubles with a
missing port.

Fixes #1872
2016-03-07 12:34:43 +01:00
..
config foc: Odroid-X2 basic support 2015-07-21 09:28:25 +02:00
doc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
etc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
include Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
lib/mk toolchain: report missing ports at once 2016-03-07 12:34:43 +01:00
mk Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
ports foc: added Exyonos4 IRQ patches 2015-07-01 14:57:43 +02:00
run base: remove cap_integrity test (fix #1536) 2015-05-26 09:40:04 +02:00
src base: use mmio framework for multiboot handling 2015-11-04 14:09:26 +01:00
Makefile base-foc: migrate to new ports mechanism 2014-05-27 11:14:43 +02:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

README

This repository contains the port of Genode to the Fiasco.OC microkernel.
For further information, please refer to the following documents:

:[http://genode.org/community/wiki/GenodeOnFiascoOC - Genode on Fiasco.OC Wiki page]:
  This Wiki page contains the information on how to build and use
  Genode with Fiasco.OC.

:[http://os.inf.tu-dresden.de/fiasco]:
  Official website for the Fiasco.OC microkernel.