summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
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}"