| Submitter | Peter Crosthwaite |
|---|---|
| Date | Feb. 7, 2013, 6:08 a.m. |
| Message ID | <cfe4096c-8248-4be6-8722-636b515da739@CH1EHSMHS021.ehs.local> |
| Download | mbox | patch |
| Permalink | /patch/218824/ |
| State | New |
| Headers | show |
Comments
On 07.02.2013, at 07:08, Peter Crosthwaite wrote: > 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 <peter.crosthwaite@xilinx.com> > --- > .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 Maybe we shouldn't clutter our top level directory too much. Is there any chance we could move pixman out into a build-deps directory and put dtc in there too? Alex > @@ -0,0 +1 @@ > +Subproject commit bc895d6d09695d05ceb8b52486ffe861d6cfbdde > -- > 1.7.0.4 > >
Patch
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
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 <peter.crosthwaite@xilinx.com> --- .gitmodules | 3 +++ dtc | 1 + 2 files changed, 4 insertions(+), 0 deletions(-) create mode 160000 dtc