Skip to content

Commit

Permalink
Merge pull request #268 from balena-os/kyle/update-gitmodules
Browse files Browse the repository at this point in the history
Update .gitmodules with submodule branch information
  • Loading branch information
flowzone-app[bot] authored Sep 18, 2023
2 parents 7935a18 + 4218287 commit d9de11b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,24 +1,31 @@
[submodule "balena-yocto-scripts"]
path = balena-yocto-scripts
url = https://github.com/balena-os/balena-yocto-scripts.git
branch = master
[submodule "layers/poky"]
path = layers/poky
url = https://github.com/balena-os/poky
branch = warrior
[submodule "layers/meta-rust"]
path = layers/meta-rust
url = https://github.com/meta-rust/meta-rust.git
[submodule "layers/meta-openembedded"]
path = layers/meta-openembedded
url = https://github.com/openembedded/meta-openembedded.git
branch = warrior
[submodule "layers/meta-freescale"]
path = layers/meta-freescale
url = https://github.com/Freescale/meta-freescale.git
branch = warrior
[submodule "layers/meta-coral"]
path = layers/meta-coral
url = https://github.com/mirzak/meta-coral.git
branch = warrior
[submodule "layers/meta-balena"]
path = layers/meta-balena
url = https://github.com/balena-os/meta-balena.git
branch = master
[submodule "contracts"]
path = contracts
url = https://github.com/balena-io/contracts.git
branch = master

0 comments on commit d9de11b

Please sign in to comment.