2011-12-23 13:04:29 +00:00
|
|
|
|
2016-12-21 07:16:12 +00:00
|
|
|
##
|
|
|
|
## Kernel-specific repository
|
|
|
|
##
|
|
|
|
|
|
|
|
ifdef KERNEL
|
|
|
|
REPOSITORIES += $(GENODE_DIR)/repos/base-$(KERNEL)
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
|
|
##
|
|
|
|
## Repositories needed for the default demo scenario
|
|
|
|
##
|
|
|
|
|
|
|
|
REPOSITORIES += $(GENODE_DIR)/repos/base
|
|
|
|
REPOSITORIES += $(GENODE_DIR)/repos/os
|
|
|
|
REPOSITORIES += $(GENODE_DIR)/repos/demo
|
|
|
|
|
|
|
|
|
2011-12-23 13:04:29 +00:00
|
|
|
##
|
|
|
|
## Optional repositories
|
|
|
|
##
|
|
|
|
|
|
|
|
#
|
2012-12-18 15:38:49 +00:00
|
|
|
# Ports of popular open-source libraries and the C library.
|
2011-12-23 13:04:29 +00:00
|
|
|
#
|
|
|
|
# Make sure to execute 'make prepare' in 'libports' prior building.
|
|
|
|
#
|
2014-05-07 09:48:19 +00:00
|
|
|
#REPOSITORIES += $(GENODE_DIR)/repos/libports
|
2011-12-23 13:04:29 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Ports of popular 3rd-party applications
|
|
|
|
#
|
2015-03-16 14:37:47 +00:00
|
|
|
# The 'ports' repository depends on 'libc' and 'libports'.
|
2011-12-23 13:04:29 +00:00
|
|
|
# Make sure to execute 'make prepare' in 'ports' prior building.
|
|
|
|
#
|
2014-05-07 09:48:19 +00:00
|
|
|
#REPOSITORIES += $(GENODE_DIR)/repos/ports
|
2011-12-23 13:04:29 +00:00
|
|
|
|
2013-11-26 11:14:29 +00:00
|
|
|
#
|
|
|
|
# Ports of the Linux TCP/IP stack and Linux drivers (USB) from the Linux kernel
|
|
|
|
#
|
2014-05-07 09:48:19 +00:00
|
|
|
#REPOSITORIES += $(GENODE_DIR)/repos/dde_linux
|
2013-11-26 11:14:29 +00:00
|
|
|
|
2014-02-24 08:55:10 +00:00
|
|
|
#
|
|
|
|
# NetBSD file-system support
|
|
|
|
#
|
2014-05-07 09:48:19 +00:00
|
|
|
#REPOSITORIES += $(GENODE_DIR)/repos/dde_rump
|
2014-02-24 08:55:10 +00:00
|
|
|
|
2011-12-23 13:04:29 +00:00
|
|
|
#
|
|
|
|
# High-level Genode-specific services and applications
|
|
|
|
#
|
2015-03-16 14:37:47 +00:00
|
|
|
# The 'gems' repository depends on 'libc' and 'libports'.
|
2011-12-23 13:04:29 +00:00
|
|
|
#
|
2014-05-07 09:48:19 +00:00
|
|
|
#REPOSITORIES += $(GENODE_DIR)/repos/gems
|
2016-04-11 10:25:56 +00:00
|
|
|
|
|
|
|
#
|
2016-12-21 07:16:12 +00:00
|
|
|
# Collection of community-maintained components
|
|
|
|
#
|
|
|
|
# Please follow the instructions provided at:
|
2016-04-11 10:25:56 +00:00
|
|
|
#
|
2016-12-21 07:16:12 +00:00
|
|
|
# https://github.com/genodelabs/genode-world
|
2016-04-11 10:25:56 +00:00
|
|
|
#
|
|
|
|
#REPOSITORIES += $(GENODE_DIR)/repos/world
|
2016-12-21 07:16:12 +00:00
|
|
|
|