mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
bitbake.conf: add git-lfs to HOSTTOOLS_NONFATAL
This provides git large file storage (lfs) extension. Include git-lfs conditionally. If git-lfs is present on host and repo has lfs pointers, then git-lfs will be used. If git-lfs is not present on host, it will be ignored. [YOCTO #13198] (From OE-Core rev: 2968ad8514721ec06e67aaf3fd5ec7b247b3431d) Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4a42d6907a
commit
a2d6792f3a
@@ -514,6 +514,9 @@ HOSTTOOLS_NONFATAL += "bzr"
|
||||
# Used by ssh fetcher
|
||||
HOSTTOOLS_NONFATAL += "scp"
|
||||
|
||||
# Link to git-lfs if present
|
||||
HOSTTOOLS_NONFATAL += "git-lfs"
|
||||
|
||||
CCACHE ??= ""
|
||||
|
||||
TOOLCHAIN_OPTIONS = " --sysroot=${STAGING_DIR_TARGET}"
|
||||
|
||||
Reference in New Issue
Block a user