]> Git Repo - qemu.git/commitdiff
dtc: add submodule
authorPeter Crosthwaite <[email protected]>
Thu, 18 Apr 2013 04:46:53 +0000 (14:46 +1000)
committerEdgar E. Iglesias <[email protected]>
Thu, 18 Apr 2013 11:50:53 +0000 (13:50 +0200)
Add dtc submodule as a fallback for old distros.
Picking version 1.3.0. as this is the most recently tagged stable version.

Signed-off-by: Peter Crosthwaite <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Edgar E. Iglesias <[email protected]>
.gitmodules
dtc [new submodule]

index cfa2af9f7a491256fdb7c84d044ec17c75b75b62..b426ea605a9865344d21b198df7447d0bb24137a 100644 (file)
@@ -22,3 +22,6 @@
 [submodule "pixman"]
        path = pixman
        url = git://anongit.freedesktop.org/pixman
+[submodule "dtc"]
+       path = dtc
+       url = git://git.qemu.org/dtc.git
diff --git a/dtc b/dtc
new file mode 160000 (submodule)
index 0000000..bc895d6
--- /dev/null
+++ b/dtc
@@ -0,0 +1 @@
+Subproject commit bc895d6d09695d05ceb8b52486ffe861d6cfbdde
This page took 0.024878 seconds and 4 git commands to generate.