From: Naveen Saini Date: Thu, 25 Apr 2019 01:54:23 +0000 (+0800) Subject: bitbake.conf: add git-lfs to HOSTTOOLS_NONFATAL X-Git-Tag: uninative-2.5~301 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2968ad8514721ec06e67aaf3fd5ec7b247b3431d;p=openembedded-core.git 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] Signed-off-by: Naveen Saini Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 7f8b043cc4..d35a6f64d9 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -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}"