Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- GENODE_DIR = /home/envy/genode
- BASE_DIR = $(GENODE_DIR)/repos/base
- CONTRIB_DIR = $(GENODE_DIR)/contrib
- ##
- ## Kernel-specific base repository
- ##
- REPOSITORIES += $(GENODE_DIR)/repos/base-hw
- ##
- ## Repositories needed for the default demo scenario
- ##
- REPOSITORIES += $(GENODE_DIR)/repos/base
- REPOSITORIES += $(GENODE_DIR)/repos/os
- REPOSITORIES += $(GENODE_DIR)/repos/demo
- ##
- ## 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
- #
- # Qt4 tool kit
- #
- # The 'qt4' repository depends on 'libc' and 'libports'
- # Make sure to execute 'make prepare' in 'qt4' prior building.
- #
- #REPOSITORIES += $(GENODE_DIR)/repos/qt4
- #
- # Ports of popular 3rd-party applications
- #
- # The 'ports' repository depends on 'libc', 'libports', and 'qt4'.
- # 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', 'libports', and 'qt4'.
- #
- #REPOSITORIES += $(GENODE_DIR)/repos/gems
- REPOSITORIES += $(GENODE_DIR)/repos/trusted_apps
- REPOSITORIES += $(GENODE_DIR)/repos/libports
- RUN_OPT = --target uboot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement