]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: add git-lfs to HOSTTOOLS_NONFATAL
authorNaveen Saini <naveen.kumar.saini@intel.com>
Thu, 25 Apr 2019 01:54:23 +0000 (09:54 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 Apr 2019 09:23:24 +0000 (10:23 +0100)
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]

Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf

index 7f8b043cc454d2b274fd7fec6581388bc21122d5..d35a6f64d9702555fc9154ed275361202bd4c1f9 100644 (file)
@@ -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}"