diff options
author | 2019-01-18 17:21:01 +0100 | |
---|---|---|
committer | 2019-01-18 17:23:28 +0100 | |
commit | 7582a430b719f2f22dc6312f5e464e7e7b834ba3 (patch) | |
tree | ace0dae51b216bae69f0709db44003ff3835eae9 /.gitmodules | |
parent | 58a1ada0250f6d6390f0d04b547b3bb5f9934189 (diff) |
Git submodules migration to separate library
Operates the migration to use the afb-helpers and controller libraries and
find them as packages not only link against them.
- Remove the submodules
- Remote the target link on target
- Add dependencies to afb-helpers and appcontroller packages.
Change-Id: I79da3a84bc1ee020924bb51f0eaed85a99ba7288
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 502cd9c..0000000 --- a/.gitmodules +++ /dev/null @@ -1,6 +0,0 @@ -[submodule "afb-helpers"] - path = afb-helpers - url = https://gerrit.automotivelinux.org/gerrit/p/apps/app-afb-helpers-submodule.git -[submodule "app-controller-submodule"] - path = app-controller-submodule - url = https://gerrit.automotivelinux.org/gerrit/p/apps/app-controller-submodule.git |