diff options
author | Naveen Saini <naveen.kumar.saini@intel.com> | 2019-04-25 09:54:23 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-29 14:16:31 +0100 |
commit | a2d6792f3a531b557bffaec4387d8e0e4eb3dab0 (patch) | |
tree | 46f4482fb6fcdf3343276699d6fc5195fd5a6b47 /meta/conf | |
parent | 4a42d6907ab3fb1e890b82c2ac9427b742ad5a4b (diff) | |
download | poky-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')
-rw-r--r-- | meta/conf/bitbake.conf | 3 |
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 |
515 | HOSTTOOLS_NONFATAL += "scp" | 515 | HOSTTOOLS_NONFATAL += "scp" |
516 | 516 | ||
517 | # Link to git-lfs if present | ||
518 | HOSTTOOLS_NONFATAL += "git-lfs" | ||
519 | |||
517 | CCACHE ??= "" | 520 | CCACHE ??= "" |
518 | 521 | ||
519 | TOOLCHAIN_OPTIONS = " --sysroot=${STAGING_DIR_TARGET}" | 522 | TOOLCHAIN_OPTIONS = " --sysroot=${STAGING_DIR_TARGET}" |