mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
Move repositories to 'repos/' subdirectory
This patch changes the top-level directory layout as a preparatory step for improving the tools for managing 3rd-party source codes. The rationale is described in the issue referenced below. Issue #1082
This commit is contained in:
@@ -1 +1 @@
|
||||
REPOSITORIES = $(GENODE_DIR)/base-codezero
|
||||
REPOSITORIES = $(GENODE_DIR)/repos/base-codezero
|
||||
|
||||
@@ -6,14 +6,14 @@
|
||||
#
|
||||
# This repository is deprecated.
|
||||
#
|
||||
#REPOSITORIES += $(GENODE_DIR)/linux_drivers
|
||||
#REPOSITORIES += $(GENODE_DIR)/repos/linux_drivers
|
||||
|
||||
#
|
||||
# Drivers ported from the Open Sound System
|
||||
#
|
||||
#REPOSITORIES += $(GENODE_DIR)/dde_oss
|
||||
#REPOSITORIES += $(GENODE_DIR)/repos/dde_oss
|
||||
|
||||
#
|
||||
# Drivers ported from iPXE
|
||||
#
|
||||
#REPOSITORIES += $(GENODE_DIR)/dde_ipxe
|
||||
#REPOSITORIES += $(GENODE_DIR)/repos/dde_ipxe
|
||||
|
||||
@@ -1 +1 @@
|
||||
REPOSITORIES = $(GENODE_DIR)/base-fiasco
|
||||
REPOSITORIES = $(GENODE_DIR)/repos/base-fiasco
|
||||
|
||||
@@ -1 +1 @@
|
||||
REPOSITORIES = $(GENODE_DIR)/base-foc
|
||||
REPOSITORIES = $(GENODE_DIR)/repos/base-foc
|
||||
|
||||
@@ -1 +1 @@
|
||||
REPOSITORIES = $(GENODE_DIR)/base-foc
|
||||
REPOSITORIES = $(GENODE_DIR)/repos/base-foc
|
||||
|
||||
@@ -1 +1 @@
|
||||
REPOSITORIES = $(GENODE_DIR)/base-foc
|
||||
REPOSITORIES = $(GENODE_DIR)/repos/base-foc
|
||||
|
||||
@@ -1 +1 @@
|
||||
REPOSITORIES = $(GENODE_DIR)/base-foc
|
||||
REPOSITORIES = $(GENODE_DIR)/repos/base-foc
|
||||
|
||||
@@ -1 +1 @@
|
||||
REPOSITORIES = $(GENODE_DIR)/base-foc
|
||||
REPOSITORIES = $(GENODE_DIR)/repos/base-foc
|
||||
|
||||
@@ -1 +1 @@
|
||||
REPOSITORIES = $(GENODE_DIR)/base-foc
|
||||
REPOSITORIES = $(GENODE_DIR)/repos/base-foc
|
||||
|
||||
@@ -1 +1 @@
|
||||
REPOSITORIES = $(GENODE_DIR)/base-foc
|
||||
REPOSITORIES = $(GENODE_DIR)/repos/base-foc
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
## Repositories needed for the default demo scenario
|
||||
##
|
||||
|
||||
REPOSITORIES += $(GENODE_DIR)/base
|
||||
REPOSITORIES += $(GENODE_DIR)/os
|
||||
REPOSITORIES += $(GENODE_DIR)/demo
|
||||
REPOSITORIES += $(GENODE_DIR)/repos/base
|
||||
REPOSITORIES += $(GENODE_DIR)/repos/os
|
||||
REPOSITORIES += $(GENODE_DIR)/repos/demo
|
||||
|
||||
@@ -1 +1 @@
|
||||
REPOSITORIES += $(GENODE_DIR)/base-hw
|
||||
REPOSITORIES += $(GENODE_DIR)/repos/base-hw
|
||||
|
||||
@@ -1 +1 @@
|
||||
REPOSITORIES += $(GENODE_DIR)/base-hw
|
||||
REPOSITORIES += $(GENODE_DIR)/repos/base-hw
|
||||
|
||||
@@ -1 +1 @@
|
||||
REPOSITORIES += $(GENODE_DIR)/base-hw
|
||||
REPOSITORIES += $(GENODE_DIR)/repos/base-hw
|
||||
|
||||
@@ -1 +1 @@
|
||||
REPOSITORIES += $(GENODE_DIR)/base-hw
|
||||
REPOSITORIES += $(GENODE_DIR)/repos/base-hw
|
||||
|
||||
@@ -1 +1 @@
|
||||
REPOSITORIES += $(GENODE_DIR)/base-hw
|
||||
REPOSITORIES += $(GENODE_DIR)/repos/base-hw
|
||||
|
||||
@@ -1 +1 @@
|
||||
REPOSITORIES += $(GENODE_DIR)/base-hw
|
||||
REPOSITORIES += $(GENODE_DIR)/repos/base-hw
|
||||
|
||||
@@ -1 +1 @@
|
||||
REPOSITORIES += $(GENODE_DIR)/base-hw
|
||||
REPOSITORIES += $(GENODE_DIR)/repos/base-hw
|
||||
|
||||
@@ -1 +1 @@
|
||||
REPOSITORIES += $(GENODE_DIR)/base-hw
|
||||
REPOSITORIES += $(GENODE_DIR)/repos/base-hw
|
||||
|
||||
@@ -1 +1 @@
|
||||
REPOSITORIES = $(GENODE_DIR)/base-linux
|
||||
REPOSITORIES = $(GENODE_DIR)/repos/base-linux
|
||||
|
||||
@@ -1 +1 @@
|
||||
REPOSITORIES = $(GENODE_DIR)/base-linux
|
||||
REPOSITORIES = $(GENODE_DIR)/repos/base-linux
|
||||
|
||||
@@ -1 +1 @@
|
||||
REPOSITORIES = $(GENODE_DIR)/base-linux
|
||||
REPOSITORIES = $(GENODE_DIR)/repos/base-linux
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
REPOSITORIES = $(GENODE_DIR)/base-nova
|
||||
REPOSITORIES = $(GENODE_DIR)/repos/base-nova
|
||||
|
||||
#
|
||||
# The current NOVA kernel build is optimized for Intel Core2 Duo.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
REPOSITORIES = $(GENODE_DIR)/base-nova
|
||||
REPOSITORIES = $(GENODE_DIR)/repos/base-nova
|
||||
|
||||
#
|
||||
# The current NOVA kernel build is optimized for Intel Core2 Duo.
|
||||
|
||||
@@ -1 +1 @@
|
||||
REPOSITORIES = $(GENODE_DIR)/base-okl4
|
||||
REPOSITORIES = $(GENODE_DIR)/repos/base-okl4
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#
|
||||
# Make sure to execute 'make prepare' in 'libports' prior building.
|
||||
#
|
||||
#REPOSITORIES += $(GENODE_DIR)/libports
|
||||
#REPOSITORIES += $(GENODE_DIR)/repos/libports
|
||||
|
||||
#
|
||||
# Qt4 tool kit
|
||||
@@ -16,7 +16,7 @@
|
||||
# The 'qt4' repository depends on 'libc' and 'libports'
|
||||
# Make sure to execute 'make prepare' in 'qt4' prior building.
|
||||
#
|
||||
#REPOSITORIES += $(GENODE_DIR)/qt4
|
||||
#REPOSITORIES += $(GENODE_DIR)/repos/qt4
|
||||
|
||||
#
|
||||
# Ports of popular 3rd-party applications
|
||||
@@ -24,21 +24,21 @@
|
||||
# The 'ports' repository depends on 'libc', 'libports', and 'qt4'.
|
||||
# Make sure to execute 'make prepare' in 'ports' prior building.
|
||||
#
|
||||
#REPOSITORIES += $(GENODE_DIR)/ports
|
||||
#REPOSITORIES += $(GENODE_DIR)/repos/ports
|
||||
|
||||
#
|
||||
# Ports of the Linux TCP/IP stack and Linux drivers (USB) from the Linux kernel
|
||||
#
|
||||
#REPOSITORIES += $(GENODE_DIR)/dde_linux
|
||||
#REPOSITORIES += $(GENODE_DIR)/repos/dde_linux
|
||||
|
||||
#
|
||||
# NetBSD file-system support
|
||||
#
|
||||
#REPOSITORIES += $(GENODE_DIR)/dde_rump
|
||||
#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)/gems
|
||||
#REPOSITORIES += $(GENODE_DIR)/repos/gems
|
||||
|
||||
@@ -1 +1 @@
|
||||
REPOSITORIES = $(GENODE_DIR)/base-pistachio
|
||||
REPOSITORIES = $(GENODE_DIR)/repos/base-pistachio
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
#
|
||||
# Software ported specifically for Fiasco.OC, i.e., L4Linux
|
||||
#
|
||||
#REPOSITORIES += $(GENODE_DIR)/ports-foc
|
||||
#REPOSITORIES += $(GENODE_DIR)/repos/ports-foc
|
||||
|
||||
Reference in New Issue
Block a user