mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
dtc: add submodule
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> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
This commit is contained in:
parent
79f3b12f70
commit
98f6360569
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -22,3 +22,6 @@
|
||||||
[submodule "pixman"]
|
[submodule "pixman"]
|
||||||
path = pixman
|
path = pixman
|
||||||
url = git://anongit.freedesktop.org/pixman
|
url = git://anongit.freedesktop.org/pixman
|
||||||
|
[submodule "dtc"]
|
||||||
|
path = dtc
|
||||||
|
url = git://git.qemu.org/dtc.git
|
||||||
|
|
|
||||||
1
dtc
Submodule
1
dtc
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit bc895d6d09695d05ceb8b52486ffe861d6cfbdde
|
||||||
Loading…
Add table
Add a link
Reference in a new issue