All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bitbake.conf: add git-lfs to HOSTTOOLS_NONFATAL
@ 2019-04-16  5:59 Naveen Saini
  2019-04-16 10:23 ` Richard Purdie
  0 siblings, 1 reply; 10+ messages in thread
From: Naveen Saini @ 2019-04-16  5:59 UTC (permalink / raw)
  To: openembedded-core

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>
---
 meta/conf/bitbake.conf | 3 +++
 1 file changed, 3 insertions(+)

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}"
-- 
2.17.0



^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-04-17 10:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-16  5:59 [PATCH] bitbake.conf: add git-lfs to HOSTTOOLS_NONFATAL Naveen Saini
2019-04-16 10:23 ` Richard Purdie
2019-04-17  2:20   ` Saini, Naveen Kumar
2019-04-17  8:46     ` richard.purdie
2019-04-17  9:35       ` Adrian Bunk
2019-04-17  9:37         ` richard.purdie
2019-04-17  9:50           ` Adrian Bunk
2019-04-17  9:57             ` Bach, Pascal
2019-04-17 10:25               ` Adrian Bunk
2019-04-17 10:56                 ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.