.gitmodules 637 B

1234567891011121314151617181920
  1. [submodule "buildroot"]
  2. path = buildroot
  3. url = https://github.com/starfive-tech/buildroot.git
  4. branch = JH7110_VisionFive2_devel
  5. [submodule "u-boot"]
  6. path = u-boot
  7. url = https://github.com/starfive-tech/u-boot.git
  8. branch = JH7110_VisionFive2_devel
  9. [submodule "linux"]
  10. path = linux
  11. url = https://github.com/starfive-tech/linux.git
  12. branch = JH7110_VisionFive2_devel
  13. [submodule "opensbi"]
  14. path = opensbi
  15. url = https://github.com/starfive-tech/opensbi.git
  16. branch = JH7110_VisionFive2_devel
  17. [submodule "soft_3rdpart"]
  18. path = soft_3rdpart
  19. url = https://github.com/starfive-tech/soft_3rdpart.git
  20. branch = JH7110_VisionFive2_devel