diff options
author | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-05-03 09:46:53 +0200 |
---|---|---|
committer | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-10-08 15:51:00 +0200 |
commit | 307846a82aa7c667f9ba4a3a53e9e391c30b78d3 (patch) | |
tree | 9a074474e1c4c0b0aec2a5370f11b9ee28d74406 | |
parent | 678db6dfc51beba51af1ec07cac60e74d36059fd (diff) |
Add submodule for afb-helpers
Add submodule for afb-helpers (needed for app-controller and DynAPI)
Change-Id: I721a06db89f9ab07c182a776b7102821fa8be473
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | afb-helpers | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 5dcf8c0..84e0b80 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "app-controller"] path = app-controller url = https://gerrit.automotivelinux.org/gerrit/apps/app-controller-submodule +[submodule "afb-helpers"] + path = afb-helpers + url = https://gerrit.automotivelinux.org/gerrit/apps/app-afb-helpers-submodule diff --git a/afb-helpers b/afb-helpers new file mode 160000 +Subproject f5f1e251131b6dd54b8f7bb9a31a7ef6e231a94 |