From patchwork Tue Feb 19 04:19:07 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v2,2/3] dtc: add submodule From: Peter Crosthwaite X-Patchwork-Id: 221616 Message-Id: <045f10c12bcbdb388e3a4151256d9223623c75c0.1361246789.git.peter.crosthwaite@xilinx.com> To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, Peter Crosthwaite , david.holsgrove@xilinx.com, agraf@suse.de, kraxel@redhat.com, afaerber@suse.de Date: Tue, 19 Feb 2013 14:19:07 +1000 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