X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=.gitmodules;h=de99e87dee3089a373e982b1bd05b4cc0c423180;hb=e6a4a15644b3e18232a48764aed32a9e13ec6a1f;hp=564beeffba9a1441ccd159bb111d32ab315f7262;hpb=1c322797c8a4000b54a0666d88025de3c2df7f0b;p=apps%2Flow-level-can-service.git diff --git a/.gitmodules b/.gitmodules index 564beef..de99e87 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,15 @@ -[submodule "libs/openxc-message-format"] - path = libs/openxc-message-format - url = git@github.com:openxc/openxc-message-format.git -[submodule "libs/nanopb"] - path = libs/nanopb - url = git@github.com:nanopb/nanopb.git -[submodule "libs/uds-c"] - path = libs/uds-c - url = git@github.com:openxc/uds-c.git +[submodule "src/libs/openxc-message-format"] + path = src/libs/openxc-message-format + url = https://github.com/openxc/openxc-message-format.git +[submodule "src/libs/nanopb"] + path = src/libs/nanopb + url = https://github.com/nanopb/nanopb.git +[submodule "src/libs/uds-c"] + path = src/libs/uds-c + url = https://github.com/openxc/uds-c.git +[submodule "src/libs/bitfield-c"] + path = src/libs/bitfield-c + url = https://github.com/openxc/bitfield-c.git +[submodule "src/libs/isotp-c"] + path = src/libs/isotp-c + url = https://github.com/openxc/isotp-c.git