genode/repos/ports
Josef Söntgen ea0a692879 wifi: get firmware from tar archive
This commit changes the firmware handling from requesting each
firmware file as a ROM module that is checked against a list of
known images (including their size) to requesting each file via
the local VFS of the 'wifi_drv'. This allows for using the original
probing mechanism that tries to select a matching firmware version.

The 'repos/dde_linux/src/drivers/wifi/README' file contains more
detailed information on how to configure the driver.

Issue #4861.
2023-05-30 12:03:33 +02:00
..
doc Replace libc_pipe plugin by VFS pipe plugin 2020-07-30 08:49:24 +02:00
include/vmm seoul: move to genode-world 2022-02-15 10:23:15 +01:00
lib gdb_monitor: force build with -std=gnu++17 2023-05-30 12:03:31 +02:00
mk gnu_build.mk: pass static libraries in '-l:' format 2023-02-27 08:22:45 +01:00
ports grep: disable use of unsupported pcre JIT compilation 2023-05-30 12:03:32 +02:00
recipes depot: update recipe hashes 2023-05-08 15:53:05 +02:00
run wifi: get firmware from tar archive 2023-05-30 12:03:33 +02:00
src ports: remove obsolete noux-pkg dummy libs 2023-05-30 12:03:32 +02:00
README Update README files 2023-03-13 14:32:53 +01:00

This directory contains ports of 3rd-party applications to Genode.

The 'ports' repository follows the patterns of the 'libports' repository.
For instructions about downloading and building 3rd-party applications,
please refer to _libports/README_.


Dependencies from other repositories
------------------------------------

Applications provided by the 'ports' repository typically expect a rich
runtime environment, including shared libraries provided by the 'libports'
repository. Hence, 'ports' depends on 'libports'.