.gitmodules 718 B

123456789101112131415161718192021222324
  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 = rtthread_AMP
  9. [submodule "linux"]
  10. path = linux
  11. url = https://github.com/starfive-tech/linux.git
  12. branch = rtthread_AMP
  13. [submodule "opensbi"]
  14. path = opensbi
  15. url = https://github.com/starfive-tech/opensbi.git
  16. branch = rtthread_AMP
  17. [submodule "soft_3rdpart"]
  18. path = soft_3rdpart
  19. url = https://github.com/starfive-tech/soft_3rdpart.git
  20. branch = JH7110_VisionFive2_devel
  21. [submodule "rtthread"]
  22. path = rtthread
  23. url = https://github.com/starfive-tech/rt-thread.git
  24. branch = rtthread_AMP