Move seastar to a submodule

Instead of urchin being layered on top of seastar, move seastar to a
subdirectory (as a submodule) and use seastar.pc/libseastar.a to link
with it.
This commit is contained in:
Avi Kivity
2015-03-17 16:16:01 +02:00
parent 04b4047cac
commit cc17c44640
206 changed files with 98 additions and 42145 deletions

6
.gitmodules vendored
View File

@@ -1,6 +1,6 @@
[submodule "dpdk"]
path = dpdk
url = ../dpdk
[submodule "seastar"]
path = seastar
url = ../seastar
[submodule "swagger-ui"]
path = swagger-ui
url = ../urchin-swagger-ui