qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v1 1/2] dtc: add submodule


From: Alexander Graf
Subject: Re: [Qemu-devel] [PATCH v1 1/2] dtc: add submodule
Date: Tue, 12 Feb 2013 22:52:04 +0100

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 <address@hidden>
> ---
> .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
> 
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]