diff options
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}" |