Re: [Qemu-devel] [PATCH v2 2/3] dtc: add submodule

2013-02-25 Thread Gerd Hoffmann
On 02/25/13 13:36, Alexander Graf wrote: > > On 25.02.2013, at 13:24, Gerd Hoffmann wrote: > >> Hi, >> diff --git a/dtc b/dtc new file mode 16 index 000..bc895d6 --- /dev/null +++ b/dtc >>> >>> I still don't think that we should have compat submodules in the top

Re: [Qemu-devel] [PATCH v2 2/3] dtc: add submodule

2013-02-25 Thread Alexander Graf
On 25.02.2013, at 13:24, Gerd Hoffmann wrote: > Hi, > >>> diff --git a/dtc b/dtc >>> new file mode 16 >>> index 000..bc895d6 >>> --- /dev/null >>> +++ b/dtc >> >> I still don't think that we should have compat submodules in the top level >> directory. >> > > Don't think this is a bi

Re: [Qemu-devel] [PATCH v2 2/3] dtc: add submodule

2013-02-25 Thread Gerd Hoffmann
Hi, >> diff --git a/dtc b/dtc >> new file mode 16 >> index 000..bc895d6 >> --- /dev/null >> +++ b/dtc > > I still don't think that we should have compat submodules in the top level > directory. > Don't think this is a big issue. We have only two now. If the number grows to 4-5 (whi

Re: [Qemu-devel] [PATCH v2 2/3] dtc: add submodule

2013-02-25 Thread Alexander Graf
On 19.02.2013, at 05:19, 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 > --- > > .gitmodules |3 +++ > dtc |1 + > 2 files changed, 4 in

[Qemu-devel] [PATCH v2 2/3] dtc: add submodule

2013-02-18 Thread Peter Crosthwaite
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 16 dtc diff --git a/.