-
Notifications
You must be signed in to change notification settings - Fork 97
/
.gitmodules
39 lines (32 loc) · 1.11 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[submodule "lcov"]
path = src/build/tools/extern/lcov
url = https://github.com/linux-test-project/lcov.git
# We do not want this submodule to be cloned automatically when
# the Hostboot repo is recursively cloned, because not everyone
# will need to run with code coverage.
# This is pulled on-demand when users build an lcov report.
update = none
[submodule "ppe"]
path = src/build/tools/extern/ppe
url = ssh://hostboot.gerrit/hw/ppe
update = none
# Ignore any change done in the repo (except
# for changes to the head commit)
# such as files created with "make install."
ignore = dirty
[submodule "ekb"]
path = src/build/tools/extern/ekb
url = ssh://hostboot.gerrit/hw/ekb
update = none
# Ignore any change done in the repo (except
# for changes to the head commit)
# such as files created with "make install."
ignore = dirty
[submodule "src/build/tools/extern/sbe"]
path = src/build/tools/extern/sbe
url = ssh://hostboot.gerrit/hw/sbe
update = none
# Ignore any change done in the repo (except
# for changes to the head commit)
# such as files created with "make install."
ignore = dirty