[oe-commits] [openembedded-core] 11/21: bitbake.conf: add git-lfs to HOSTTOOLS_NONFATAL

git at git.openembedded.org git at git.openembedded.org
Mon Apr 29 11:27:35 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 2968ad8514721ec06e67aaf3fd5ec7b247b3431d
Author: Naveen Saini <naveen.kumar.saini at intel.com>
AuthorDate: Thu Apr 25 09:54:23 2019 +0800

    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 <naveen.kumar.saini at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/bitbake.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 7f8b043..d35a6f6 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}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list