diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-03-28 10:01:21 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-28 13:17:13 +0000 |
commit | a9002c2d03ea8597ee77b4d3a9c83dac37128e76 (patch) | |
tree | ffc925cdf01658dac2d510896bb04b3edf0547b8 /documentation | |
parent | 2c2d3bd92c9efbfd67273bb827ba1660967bccb4 (diff) | |
download | poky-a9002c2d03ea8597ee77b4d3a9c83dac37128e76.tar.gz |
poky.yaml.in: bump minimum required Python version to 3.9
After commit 67566c7410e1 ("bitbake: lib/bb: Bump minimum python version
requirement to 3.9") on Poky.
(From yocto-docs rev: 25b5184fe231591b6eb4d6a38563c1370dabebac)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/poky.yaml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky.yaml.in b/documentation/poky.yaml.in index c93b780664..aeda3665e9 100644 --- a/documentation/poky.yaml.in +++ b/documentation/poky.yaml.in | |||
@@ -13,7 +13,7 @@ DOCCONF_VERSION : "dev" | |||
13 | BITBAKE_SERIES : "" | 13 | BITBAKE_SERIES : "" |
14 | YOCTO_DL_URL : "https://downloads.yoctoproject.org" | 14 | YOCTO_DL_URL : "https://downloads.yoctoproject.org" |
15 | YOCTO_RELEASE_DL_URL : "&YOCTO_DL_URL;/releases/yocto/yocto-&DISTRO;" | 15 | YOCTO_RELEASE_DL_URL : "&YOCTO_DL_URL;/releases/yocto/yocto-&DISTRO;" |
16 | MIN_PYTHON_VERSION : "3.8.0" | 16 | MIN_PYTHON_VERSION : "3.9.0" |
17 | MIN_TAR_VERSION : "1.28" | 17 | MIN_TAR_VERSION : "1.28" |
18 | MIN_GIT_VERSION : "1.8.3.1" | 18 | MIN_GIT_VERSION : "1.8.3.1" |
19 | MIN_GCC_VERSION : "8.0" | 19 | MIN_GCC_VERSION : "8.0" |