aboutsummaryrefslogtreecommitdiffstats
path: root/README
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-18 10:50:51 +0000
commit8f9402b291421ebcbf0a3ab97791c87af4b3f36e (patch)
treeb41a7800232da49e7c0c8b6f46eee3a808663061 /README
parent50261fe047dfb41c3ce9d91b9b8245ce465d69b3 (diff)
downloadbitbake-contrib-8f9402b291421ebcbf0a3ab97791c87af4b3f36e.tar.gz
README: add required python version for bitbake
Signed-off-by: Frank de Brabander <debrabander@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index af23c9af2..377d0032d 100644
--- a/README
+++ b/README
@@ -13,6 +13,8 @@ Bitbake plain documentation can be found under the doc directory or its integrat
html version at the Yocto Project website:
https://docs.yoctoproject.org
+Bitbake requires Python version 3.8 or newer.
+
Contributing
------------