X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=.gitmodules;h=de99e87dee3089a373e982b1bd05b4cc0c423180;hb=6d8eefa36a3a3d6d096fe13d1fff99f8a917b2ac;hp=564beeffba9a1441ccd159bb111d32ab315f7262;hpb=1c322797c8a4000b54a0666d88025de3c2df7f0b;p=apps%2Fagl-service-can-low-level.git diff --git a/.gitmodules b/.gitmodules index 564beeff..de99e87d 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