From b6c09cbda2b6b47981d65265184a21223e526d4a Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 2 May 2017 17:36:33 +0200 Subject: [PATCH] Remove submodules and use forked libs tree instead Change-Id: Icd1ba605357df63f750966cc941190acaa80e35b Signed-off-by: Romain Forlot --- .gitmodules | 18 ------------------ CAN-binder/libs/bitfield-c | 1 - CAN-binder/libs/isotp-c | 1 - CAN-binder/libs/nanopb | 1 - CAN-binder/libs/openxc-message-format | 1 - CAN-binder/libs/uds-c | 1 - 6 files changed, 23 deletions(-) delete mode 160000 CAN-binder/libs/bitfield-c delete mode 160000 CAN-binder/libs/isotp-c delete mode 160000 CAN-binder/libs/nanopb delete mode 160000 CAN-binder/libs/openxc-message-format delete mode 160000 CAN-binder/libs/uds-c diff --git a/.gitmodules b/.gitmodules index 6984efe8..e69de29b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,18 +0,0 @@ -[submodule "low-can-binding/libs/openxc-message-format"] - path = CAN-binder/libs/openxc-message-format - url = https://github.com/openxc/openxc-message-format -[submodule "low-can-binding/libs/nanopb"] - path = CAN-binder/libs/nanopb - url = https://github.com/nanopb/nanopb.git -[submodule "low-can-binding/libs/uds-c"] - path = CAN-binder/libs/uds-c - url = https://github.com/openxc/uds-c.git -[submodule "low-can-binding/libs/bitfield-c"] - path = CAN-binder/libs/bitfield-c - url = https://github.com/openxc/bitfield-c.git -[submodule "low-can-binding/libs/isotp-c"] - path = CAN-binder/libs/isotp-c - url = https://github.com/openxc/isotp-c -[submodule "CAN-binder/libs/inih"] - path = CAN-binder/libs/inih - url = git@github.com:claneys/inih.git diff --git a/CAN-binder/libs/bitfield-c b/CAN-binder/libs/bitfield-c deleted file mode 160000 index a34745ec..00000000 --- a/CAN-binder/libs/bitfield-c +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a34745ec93ae0a1d4f1b640dba8fb6702331a8e9 diff --git a/CAN-binder/libs/isotp-c b/CAN-binder/libs/isotp-c deleted file mode 160000 index ee24440b..00000000 --- a/CAN-binder/libs/isotp-c +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ee24440b7c123ab1b0317e57be33e837a1cb51f1 diff --git a/CAN-binder/libs/nanopb b/CAN-binder/libs/nanopb deleted file mode 160000 index 651bdc45..00000000 --- a/CAN-binder/libs/nanopb +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 651bdc45f2180b17c132470ff1a3a515dbffaa78 diff --git a/CAN-binder/libs/openxc-message-format b/CAN-binder/libs/openxc-message-format deleted file mode 160000 index d9f54f97..00000000 --- a/CAN-binder/libs/openxc-message-format +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d9f54f97578429773421abce98d5f6579717afcc diff --git a/CAN-binder/libs/uds-c b/CAN-binder/libs/uds-c deleted file mode 160000 index ca20db3d..00000000 --- a/CAN-binder/libs/uds-c +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ca20db3dd978871bbb9f01f3c862b510c03d1dc4 -- 2.16.6