Skip to content

Commit

Permalink
.gitmodules: Use yoe/mut branches for CI
Browse files Browse the repository at this point in the history
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Sep 6, 2023
1 parent dab87cc commit 0966534
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,64 +1,64 @@
[submodule "sources/meta-openembedded"]
path = sources/meta-openembedded
url = https://github.com/YoeDistro/meta-openembedded
branch = master
branch = yoe/mut
[submodule "sources/meta-ti"]
path = sources/meta-ti
url = https://github.com/YoeDistro/meta-ti
branch = master
branch = yoe/mut
[submodule "sources/meta-freescale"]
path = sources/meta-freescale
url = https://github.com/YoeDistro/meta-freescale
branch = master
branch = yoe/mut
[submodule "sources/meta-freescale-3rdparty"]
path = sources/meta-freescale-3rdparty
url = https://github.com/YoeDistro/meta-freescale-3rdparty
branch = master
branch = yoe/mut
[submodule "sources/meta-intel"]
path = sources/meta-intel
url = https://github.com/YoeDistro/meta-intel
branch = master
branch = yoe/mut
[submodule "sources/meta-raspberrypi"]
path = sources/meta-raspberrypi
url = https://github.com/YoeDistro/meta-raspberrypi
branch = master
branch = yoe/mut
[submodule "sources/meta-qcom"]
path = sources/meta-qcom
url = https://github.com/YoeDistro/meta-qcom
branch = master
branch = yoe/mut
[submodule "sources/meta-riscv"]
path = sources/meta-riscv
url = https://github.com/YoeDistro/meta-riscv
branch = master
branch = yoe/mut
[submodule "sources/meta-odroid"]
path = sources/meta-odroid
url = https://github.com/YoeDistro/meta-odroid
branch = master
branch = yoe/mut
[submodule "sources/meta-clang"]
path = sources/meta-clang
url = https://github.com/YoeDistro/meta-clang
branch = master
branch = yoe/mut
[submodule "sources/meta-arm"]
path = sources/meta-arm
url = https://github.com/yoedistro/meta-arm
branch = master
branch = yoe/mut
[submodule "sources/meta-elm-binary"]
path = sources/meta-elm-binary
url = https://github.com/yoedistro/meta-elm-binary
branch = master
branch = yoe/mut
[submodule "sources/meta-rockchip"]
path = sources/meta-rockchip
url = https://github.com/yoedistro/meta-rockchip
branch = master
branch = yoe/mut
[submodule "sources/poky"]
path = sources/poky
url = https://github.com/yoedistro/poky
branch = master
branch = yoe/mut
[submodule "sources/meta-variscite-bsp"]
path = sources/meta-variscite-bsp
url = https://github.com/YoeDistro/meta-variscite-bsp.git
branch = yoe/kirkstone-var02
branch = yoe/mut
[submodule "sources/meta-qt6"]
path = sources/meta-qt6
url = https://github.com/YoeDistro/meta-qt6
branch = yoe/6.5
branch = yoe/mut

0 comments on commit 0966534

Please sign in to comment.