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 Oct 29, 2022
1 parent c41e42b commit 8a0023e
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,68 +1,68 @@
[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-qt5"]
path = sources/meta-qt5
url = https://github.com/YoeDistro/meta-qt5
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-atmel"]
path = sources/meta-atmel
url = https://github.com/YoeDistro/meta-atmel
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/master
branch = yoe/mut

0 comments on commit 8a0023e

Please sign in to comment.