summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2019-04-25 09:54:23 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-04-29 14:16:31 +0100
commita2d6792f3a531b557bffaec4387d8e0e4eb3dab0 (patch)
tree46f4482fb6fcdf3343276699d6fc5195fd5a6b47 /meta/conf/bitbake.conf
parent4a42d6907ab3fb1e890b82c2ac9427b742ad5a4b (diff)
downloadpoky-a2d6792f3a531b557bffaec4387d8e0e4eb3dab0.tar.gz
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>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf3
1 files changed, 3 insertions, 0 deletions
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"
514# Used by ssh fetcher 514# Used by ssh fetcher
515HOSTTOOLS_NONFATAL += "scp" 515HOSTTOOLS_NONFATAL += "scp"
516 516
517# Link to git-lfs if present
518HOSTTOOLS_NONFATAL += "git-lfs"
519
517CCACHE ??= "" 520CCACHE ??= ""
518 521
519TOOLCHAIN_OPTIONS = " --sysroot=${STAGING_DIR_TARGET}" 522TOOLCHAIN_OPTIONS = " --sysroot=${STAGING_DIR_TARGET}"