mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 15:15:46 +00: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:
committed by
Edgar E. Iglesias
parent
79f3b12f70
commit
98f6360569
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
Submodule dtc added at bc895d6d09
Reference in New Issue
Block a user