Skip to content

Commit

Permalink
Merge pull request #498 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 61e6ad2 + 4a42d6e commit 198d95c
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,18 +1,23 @@
[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 = dunfell
[submodule "layers/meta-openembedded"]
path = layers/meta-openembedded
url = https://github.com/openembedded/meta-openembedded.git
branch = dunfell
[submodule "layers/meta-balena"]
path = layers/meta-balena
url = https://github.com/balena-os/meta-balena.git
branch = master
[submodule "layers/meta-intel"]
path = layers/meta-intel
url = https://git.yoctoproject.org/git/meta-intel
branch = dunfell
[submodule "layers/meta-rust"]
path = layers/meta-rust
url = https://github.com/meta-rust/meta-rust.git
Expand All @@ -22,3 +27,4 @@
[submodule "contracts"]
path = contracts
url = https://github.com/balena-io/contracts.git
branch = master

0 comments on commit 198d95c

Please sign in to comment.