Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
codewithpassion committed Oct 16, 2023
0 parents commit c6ca05a
Show file tree
Hide file tree
Showing 15 changed files with 40 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
build*/
*~
*.pyc
*.pyo
.ssh

downloads/
sstate-cache/
19 changes: 19 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[submodule "repos/meta-raspberypi"]
path = repos/meta-raspberypi
url = https://github.com/agherzan/meta-raspberrypi.git
branch = master
[submodule "meta-openembedded"]
path = repos/meta-openembedded
url = https://github.com/openembedded/meta-openembedded.git
branch = kirkstone
[submodule "repos/openembedded-core"]
path = repos/openembedded-core
url = https://github.com/openembedded/openembedded-core.git
branch = kirkstone
[submodule "repos/meta-ros"]
path = repos/meta-ros
url = [email protected]:mission-robotics/meta-ros.git
branch = iron
[submodule "repos/poky"]
path = repos/poky
url = git://git.yoctoproject.org/poky
1 change: 1 addition & 0 deletions layers/bitbake
1 change: 1 addition & 0 deletions layers/meta
1 change: 1 addition & 0 deletions layers/meta-ros-common
1 change: 1 addition & 0 deletions layers/meta-ros2
1 change: 1 addition & 0 deletions layers/meta-ros2-iron
1 change: 1 addition & 0 deletions layers/oe-init-build-env
1 change: 1 addition & 0 deletions layers/scripts
1 change: 1 addition & 0 deletions repos/bitbake
1 change: 1 addition & 0 deletions repos/meta-openembedded
Submodule meta-openembedded added at 9c5541
1 change: 1 addition & 0 deletions repos/meta-raspberypi
Submodule meta-raspberypi added at 59a6a1
1 change: 1 addition & 0 deletions repos/meta-ros
Submodule meta-ros added at 83f8e1
1 change: 1 addition & 0 deletions repos/openembedded-core
Submodule openembedded-core added at bca43f
1 change: 1 addition & 0 deletions repos/poky
Submodule poky added at 09def3

0 comments on commit c6ca05a

Please sign in to comment.