mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
d5710d9de3
The bulk of the driver code now lives in the 'dde_linux' repository, which is available on all platforms, from where it can be referenced by other repositories. The 'wifi_drv' binary was delegated to a generic harness that includes all configuration and management functionality shared by all wireless device driver components, e.g., the wpa_supplicant. The code of the device driver emulation environment is located in 'src/lib/wifi'. It is referenced by the platform-specific driver library that resides in the corresponding platform repository. The runtime configuration needs to point the driver to proper driver library. The platform-specific library is in charge of orchestrating the contrib source utilized by the driver as well as providing the 'source.list' and 'dep.list' files. It must include the generic library snippet 'repos/dde_linux/lib/wifi.inc' that deals with managing the emulation environment code. The 'repos/dde_linux/src/drivers/wifi/README' file contains more detailed information on how to deploy the driver. Issue #4861.
18 lines
492 B
Plaintext
18 lines
492 B
Plaintext
# configuration decisions
|
|
drivers: pc
|
|
system: pc
|
|
gpu_drv: intel
|
|
|
|
# supplemental depot content added to the system image
|
|
import: pkg/drivers_managed-pc pkg/pc_wifi src/ipxe_nic_drv
|
|
|
|
# selection of launcher-menu entries
|
|
launcher: vm_fs shared_fs usb_devices_rom
|
|
|
|
# selection of accepted depot-package providers
|
|
depot: genodelabs cnuke alex-ab mstein nfeske cproc chelmuth jschlatow
|
|
depot: ssumpf skalk
|
|
|
|
# preconfigured example scenarios
|
|
presets: empty nano3d window_manager falkon_web_browser
|