Merge final fixes from internal repositories
This commit is contained in:
committed by
Christian Helmuth
parent
6ce4e47c1c
commit
d1891e8a27
@@ -6,37 +6,3 @@
|
||||
REPOSITORIES += $(GENODE_DIR)/base
|
||||
REPOSITORIES += $(GENODE_DIR)/os
|
||||
REPOSITORIES += $(GENODE_DIR)/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)/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)/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)/ports
|
||||
|
||||
#
|
||||
# High-level Genode-specific services and applications
|
||||
#
|
||||
# The 'gems' repository depends on 'libc', 'libports', and 'qt4'.
|
||||
#
|
||||
#REPOSITORIES += $(GENODE_DIR)/gems
|
||||
|
||||
1
tool/builddir/etc/build.conf.lx_hybrid_x86
Normal file
1
tool/builddir/etc/build.conf.lx_hybrid_x86
Normal file
@@ -0,0 +1 @@
|
||||
REPOSITORIES = $(GENODE_DIR)/base-linux
|
||||
34
tool/builddir/etc/build.conf.optional
Normal file
34
tool/builddir/etc/build.conf.optional
Normal file
@@ -0,0 +1,34 @@
|
||||
|
||||
##
|
||||
## 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)/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)/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)/ports
|
||||
|
||||
#
|
||||
# High-level Genode-specific services and applications
|
||||
#
|
||||
# The 'gems' repository depends on 'libc', 'libports', and 'qt4'.
|
||||
#
|
||||
#REPOSITORIES += $(GENODE_DIR)/gems
|
||||
Reference in New Issue
Block a user