genode/repos/base-okl4
Johannes Schlatow 5e4e634625 libs: use select_from_ports in eager assignments
If `select_from_ports` is evaluated lazily, we might miss a port during
the dependency check. A way to prevent this is to use the `:=` operator.

Fixes genodelabs/genode#4618
2022-11-17 08:00:34 +01:00
..
contrib/generated Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
etc base: remove SPEC variables of boards (fix #3971) 2021-01-25 13:58:09 +01:00
lib libs: use select_from_ports in eager assignments 2022-11-17 08:00:34 +01:00
patches okl4: use python2 explicitely in elfweaver tool 2020-09-17 10:14:07 +02:00
ports okl4: use python2 explicitely in elfweaver tool 2020-09-17 10:14:07 +02:00
recipes/src/base-okl4 depot: update recipe hashes 2022-10-12 14:31:50 +02:00
run run: use default Qemu memory size for x86 2017-05-31 13:16:19 +02:00
src Remove pseudo targets for building shared libs 2022-09-19 14:00:32 +02:00
tool Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
README base-okl4: remove unmaintained porting steps 2016-03-07 12:34:45 +01:00

This repository contains the implementation of Genode for the OKL4
kernel version 2.1.  For further information, please refer to the
following website:

:[http://genode.org/documentation/articles/genode-on-okl4 - Bringing Genode to OKL4]:
  This article explains the OKL4-specific porting work.