mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
cb5eb740c0
Board-specific repositories must appear before generic repositories (i.e., gems) in 'REPOSITORIES' to select board-specific sculpt/ configuration snippets over the defaults provided by gems. When listing the board-specific repositories last, Sculpt images for the PinePhone or MNT Reform may wrongly include launchers and presets of the PC version.
17 lines
229 B
Plaintext
17 lines
229 B
Plaintext
|
|
#
|
|
# Drivers for x86 PC
|
|
#
|
|
#REPOSITORIES += $(GENODE_DIR)/repos/pc
|
|
|
|
#
|
|
# Drivers ported from the OpenBSD
|
|
#
|
|
#REPOSITORIES += $(GENODE_DIR)/repos/dde_bsd
|
|
|
|
#
|
|
# Drivers ported from iPXE
|
|
#
|
|
#REPOSITORIES += $(GENODE_DIR)/repos/dde_ipxe
|
|
|