git-lfs support was added, but unfortunately versions before 2.10 don't support local paths.
This can make testing difficult with a bitbake recipe that points to a local path for testing, when that local repository uses LFS. To fix this, we can pull in newer versions of git-lfs like 16.04 had. To make sure git-lfs is new enough, add a test for it. The minimum git-lfs release is v2.10.
git-lfs support was added, but unfortunately versions before 2.10 don't support local paths.
This can make testing difficult with a bitbake recipe that points to a local path for testing, when that local repository uses LFS. To fix this, we can pull in newer versions of git-lfs like 16.04 had. To make sure git-lfs is new enough, add a test for it. The minimum git-lfs release is v2.10.