diff options
author | Derek Erdmann <derek.erdmann@sonos.com> | 2024-03-15 11:55:33 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-03-22 16:26:46 +0000 |
commit | 825055e83ea6ec0a9328ea4d53de6516dfb9a795 (patch) | |
tree | f8d6d809d274a5f60d39c0b0b57716680cb12763 /meta/recipes-devtools/python/python3-setuptools_69.1.1.bb | |
parent | 64057e6b153c387eafa0c4c8e0dab2779df45003 (diff) | |
download | poky-825055e83ea6ec0a9328ea4d53de6516dfb9a795.tar.gz |
bitbake: fetch2/git: Install Git LFS in local repository config
Git uses a lock file to prevent concurrent modifications to the global
config, so if unpack tasks for different recipes try to run "git lfs
install" simultaneously the operation can fail:
error: could not lock config file /home/build/.gitconfig: File exists exit status 255
Run `git lfs install --force` to reset Git configuration.
Adding "--local" sets the smudge and clean filters in the local
repository's config instead of modifying the user's global config.
(Bitbake rev: 328ca4de8422be514fa0d0c9e3cfd36bb9d3e9a7)
Signed-off-by: Derek Erdmann <derek.erdmann@sonos.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-setuptools_69.1.1.bb')
0 files changed, 0 insertions, 0 deletions