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 685c66c commit c203b3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
[submodule "layers/poky"]
path = layers/poky
url = https://github.com/balena-os/poky
branch = kirkstone
[submodule "layers/meta-openembedded"]
path = layers/meta-openembedded
url = https://github.com/openembedded/meta-openembedded.git
branch = kirkstone
[submodule "layers/meta-balena"]
path = layers/meta-balena
url = https://github.com/balena-os/meta-balena.git
branch = master
[submodule "balena-yocto-scripts"]
path = balena-yocto-scripts
url = https://github.com/balena-os/balena-yocto-scripts.git
branch = master
[submodule "contracts"]
path = contracts
url = https://github.com/balena-io/contracts.git
branch = master

0 comments on commit c203b3c

Please sign in to comment.