summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorFrank de Brabander <debrabander@gmail.com>2022-12-12 17:26:16 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-21 14:15:26 +0000
commit35c7fbab7f6544afb46c962a81ad987445c96e78 (patch)
tree25117f613e5837708da0cb6cfd11854a9be7561d /bitbake
parent5459957a40eaad7f991106c2c2c38011465f1a65 (diff)
downloadpoky-35c7fbab7f6544afb46c962a81ad987445c96e78.tar.gz
bitbake: README: add required python version for bitbake
(Bitbake rev: 8f9402b291421ebcbf0a3ab97791c87af4b3f36e) Signed-off-by: Frank de Brabander <debrabander@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/README b/bitbake/README
index b689c38baa..a5f5c1b64f 100644
--- a/bitbake/README
+++ b/bitbake/README
@@ -13,6 +13,8 @@ Bitbake plain documentation can be found under the doc directory or its integrat
13html version at the Yocto Project website: 13html version at the Yocto Project website:
14 https://docs.yoctoproject.org 14 https://docs.yoctoproject.org
15 15
16Bitbake requires Python version 3.8 or newer.
17
16Contributing 18Contributing
17------------ 19------------
18 20