From patchwork Thu Feb 7 06:08:41 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v1,1/2] dtc: add submodule Date: Wed, 06 Feb 2013 20:08:41 -0000 From: Peter Crosthwaite X-Patchwork-Id: 218824 Message-Id: To: Cc: peter.maydell@linaro.org, Peter Crosthwaite , agraf@suse.de, afaerber@suse.de, kraxel@redhat.com 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 --- .gitmodules | 3 +++ dtc | 1 + 2 files changed, 4 insertions(+), 0 deletions(-) create mode 160000 dtc diff --git a/.gitmodules b/.gitmodules index cfa2af9..b426ea6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 index 0000000..bc895d6 --- /dev/null +++ b/dtc @@ -0,0 +1 @@ +Subproject commit bc895d6d09695d05ceb8b52486ffe861d6cfbdde