diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2018-10-31 15:21:44 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-11-07 23:08:55 +0000 |
commit | a042179a784bab6a6f4bd5d63db80c1c02624b1c (patch) | |
tree | 2bc35303b801f74d2dea5a725fa86a88e00718dd /documentation/bsp-guide | |
parent | a28637abbceb05b52a6e38ab2340d3da9d0b1b37 (diff) | |
download | poky-a042179a784bab6a6f4bd5d63db80c1c02624b1c.tar.gz |
bitbake: fetch2/gitsm.py: Fix the references when the module and path are different
Git does not require the module and target path to be the same in the
.gitmodules file. This incorrect assumption was being made previously
causing various unpack failures.
An example .gitmodule showing this issue:
[submodule "plugins/WaveShaper/Libs/inih"]
path = plugins/wolf-shaper/Libs/inih
url = https://github.com/pdesaulniers/inih.git
The unpack function also needed to work in a loop on the overall
submodules_queue. Before it could have missed items that were not in the
primary repository.
(Bitbake rev: 5a7009c204f4d2254e3b2d83ad9319ac23f1cf4d)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/bsp-guide')
0 files changed, 0 insertions, 0 deletions