我這個mp3的專案,會使用到buildroot的這個專案,所以我就需要將buildroot設定為子模組,詳細的細節可參考:
Git 工具 - 子模組 (Submodules)
git submodule add git://git.busybox.net/buildroot buildroot
這個路徑底下就會出現個.gitmodules,內容就像這樣:
然後也會出現buildroot資料夾,裡面就是相關的專案了。