[PATCH] poky.yaml.in: bump min git version
Quentin Schulz <[email protected]>
| Newsgroups | org.yoctoproject.lists.docs |
|---|---|
| Message-ID | <[email protected]> |
From: Quentin Schulz <[email protected]> Since commit 3cccfa036a35 ("lib/bb: Further shell=True cleanups") in BitBake, we depend on git >= 2.22.0 according to a mail on the ML[1] so update the minimum required version listed in the docs to match. [1] https://lore.kernel.org/bitbake-devel/3ed53ffdad2597c633e5664ae4f7752c12432362.camel@linuxfoundation.org/ Signed-off-by: Quentin Schulz <[email protected]> --- documentation/poky.yaml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/poky.yaml.in b/documentation/poky.yaml.in index 56123495a..3e74dd7e7 100644 --- a/documentation/poky.yaml.in +++ b/documentation/poky.yaml.in @@ -37,7 +37,7 @@ YOCTO_DL_URL : "https://downloads.yoctoproject.org" YOCTO_RELEASE_DL_URL : "&YOCTO_DL_URL;/releases/yocto/yocto-&DISTRO;" MIN_PYTHON_VERSION : "3.9.0" MIN_TAR_VERSION : "1.28" -MIN_GIT_VERSION : "1.8.3.1" +MIN_GIT_VERSION : "2.22.0" MIN_GCC_VERSION : "10.1" MIN_MAKE_VERSION : "4.0" # Disk space (Gbytes) needed to generate qemux86-64 core-image-sato image with poky distro on Ubuntu 22.04 (x86-64), rounded up from 133 --- base-commit: 104b7a1e8dc14648f55a0099fd48ec5d3474e169 change-id: 20260623-min-git-bump-122fba1a6704 Best regards, -- Quentin Schulz <[email protected]>