Skip to content

Commit

Permalink
Update .gitmodules with submodule branch information
Browse files Browse the repository at this point in the history
Changelog-entry: Update .gitmodules with submodule branch information
Signed-off-by: Kyle Harding <[email protected]>
  • Loading branch information
klutchell committed Sep 14, 2023
1 parent b884127 commit 3a8b4e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,24 +1,30 @@
[submodule "balena-yocto-scripts"]
path = balena-yocto-scripts
url = https://github.com/balena-os/balena-yocto-scripts.git
branch = master
[submodule "layers/meta-balena"]
path = layers/meta-balena
url = https://github.com/balena-os/meta-balena.git
branch = master
[submodule "layers/meta-rust"]
path = layers/meta-rust
url = https://github.com/meta-rust/meta-rust.git
[submodule "layers/poky"]
path = layers/poky
url = https://github.com/balena-os/poky.git
branch = dunfell
[submodule "layers/meta-digi"]
path = layers/meta-digi
url = https://github.com/digi-embedded/meta-digi.git
[submodule "layers/meta-freescale"]
path = layers/meta-freescale
url = https://github.com/Freescale/meta-freescale.git
branch = dunfell
[submodule "layers/meta-openembedded"]
path = layers/meta-openembedded
url = https://github.com/openembedded/meta-openembedded.git
branch = dunfell
[submodule "contracts"]
path = contracts
url = https://github.com/balena-io/contracts.git
branch = master

0 comments on commit 3a8b4e4

Please sign in to comment.