mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 07:22:25 +00:00
45 lines
989 B
Plaintext
45 lines
989 B
Plaintext
|
|
##
|
|
## Optional repositories
|
|
##
|
|
|
|
#
|
|
# Ports of popular open-source libraries and the C library.
|
|
#
|
|
# Make sure to execute 'make prepare' in 'libports' prior building.
|
|
#
|
|
#REPOSITORIES += $(GENODE_DIR)/repos/libports
|
|
|
|
#
|
|
# Ports of popular 3rd-party applications
|
|
#
|
|
# The 'ports' repository depends on 'libc' and 'libports'.
|
|
# Make sure to execute 'make prepare' in 'ports' prior building.
|
|
#
|
|
#REPOSITORIES += $(GENODE_DIR)/repos/ports
|
|
|
|
#
|
|
# Ports of the Linux TCP/IP stack and Linux drivers (USB) from the Linux kernel
|
|
#
|
|
#REPOSITORIES += $(GENODE_DIR)/repos/dde_linux
|
|
|
|
#
|
|
# NetBSD file-system support
|
|
#
|
|
#REPOSITORIES += $(GENODE_DIR)/repos/dde_rump
|
|
|
|
#
|
|
# High-level Genode-specific services and applications
|
|
#
|
|
# The 'gems' repository depends on 'libc' and 'libports'.
|
|
#
|
|
#REPOSITORIES += $(GENODE_DIR)/repos/gems
|
|
|
|
#
|
|
# Genode world repository
|
|
#
|
|
# Collection of community-maintained components available at
|
|
# https://github.com/genodelabs/genode-world.git
|
|
#
|
|
#REPOSITORIES += $(GENODE_DIR)/repos/world
|