Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .gitmodules with submodule branch information #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,24 @@
[submodule "layers/meta-adv-imx"]
path = layers/meta-adv-imx
url = https://github.com/Advantech-IIoT/meta-adv-imx
branch = kirkstone-5.15.71-2.2.0
[submodule "layers/meta-freescale"]
path = layers/meta-freescale
url = https://github.com/Freescale/meta-freescale
branch = kirkstone
[submodule "layers/meta-freescale-3rdparty"]
path = layers/meta-freescale-3rdparty
url = https://github.com/Freescale/meta-freescale-3rdparty
branch = kirkstone
[submodule "layers/meta-freescale-distro"]
path = layers/meta-freescale-distro
url = https://github.com/Freescale/meta-freescale-distro
branch = kirkstone
[submodule "layers/poky"]
path = layers/poky
url = https://git.yoctoproject.org/git/poky
branch = kirkstone
[submodule "layers/meta-openembedded"]
path = layers/meta-openembedded
url = https://github.com/openembedded/meta-openembedded
branch = kirkstone
Loading