Skip to content

Commit

Permalink
refactor(yocto): replace ros/meta-ros with Xilinx/meta-ros for Langdale
Browse files Browse the repository at this point in the history
BREAKING CHANGE: meta-ros repository from https://github.com/ros/meta-ros have been replaced with meta-ros from https://github.com/Xilinx/meta-ros/ for Langdale
  • Loading branch information
nikAizuddin committed Jun 6, 2023
1 parent fc77fba commit 18694b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
[submodule "project/yocto/layers/meta-raspberrypi"]
path = project/yocto/layers/meta-raspberrypi
url = https://git.yoctoproject.org/meta-raspberrypi
[submodule "project/yocto/layers/meta-ros"]
path = project/yocto/layers/meta-ros
url = https://github.com/ros/meta-ros.git
[submodule "project/yocto/layers/meta-user/recipes-apps/ros2-helloworld-cpp/files/ros2-helloworld-cpp"]
path = project/yocto/layers/meta-user/recipes-apps/ros2-helloworld-cpp/files/ros2-helloworld-cpp
url = https://github.com/extra2000/ros2-helloworld-cpp.git
Expand All @@ -37,3 +34,6 @@
[submodule "project/yocto/layers/meta-arm"]
path = project/yocto/layers/meta-arm
url = https://git.yoctoproject.org/meta-arm
[submodule "project/yocto/layers/meta-ros"]
path = project/yocto/layers/meta-ros
url = https://github.com/Xilinx/meta-ros.git
2 changes: 1 addition & 1 deletion project/yocto/layers/meta-ros

0 comments on commit 18694b9

Please sign in to comment.