9f428137b7
Having a git module named "3rdparty" and another one in "3rdparty/chrome-ec" led to git failures when the latter was initialized before the former (because of git being stupid, but then it says so on the box, right?) Rename modules so there's no such hierarchy (3rdparty -> 3rdparty/blobs). While at it, also rename the culprit to match the path name (3rdparty/chrome-ec to 3rdparty/chromeec). git will resolve this on the next git submodule update invocation (eg. the next coreboot build). Change-Id: Ief79074d73abeefff36a47b2e58ac6b1c047e3a7 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/13675 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins)
17 lines
456 B
Text
17 lines
456 B
Text
[submodule "3rdparty/blobs"]
|
|
path = 3rdparty/blobs
|
|
url = ../blobs.git
|
|
update = none
|
|
ignore = dirty
|
|
[submodule "util/nvidia-cbootimage"]
|
|
path = util/nvidia/cbootimage
|
|
url = ../nvidia-cbootimage.git
|
|
[submodule "vboot"]
|
|
path = 3rdparty/vboot
|
|
url = ../vboot.git
|
|
[submodule "arm-trusted-firmware"]
|
|
path = 3rdparty/arm-trusted-firmware
|
|
url = ../arm-trusted-firmware.git
|
|
[submodule "3rdparty/chromeec"]
|
|
path = 3rdparty/chromeec
|
|
url = ../chrome-ec.git
|