summaryrefslogtreecommitdiffstats
path: root/documentation/conf.py
diff options
context:
space:
mode:
authorJoerg Schmidt <joerg.schmidt@garmin.com>2025-02-20 08:35:59 -0700
committerSteve Sakoman <steve@sakoman.com>2025-02-21 06:34:58 -0800
commit4355f1479375ccd432dfaf75d091c0af3ea08066 (patch)
tree1ead4b4ef489b39a46c70cffab75dfb4c850b8c8 /documentation/conf.py
parent1cbcbab0555c8005b66dc31d2567bb9b3469d237 (diff)
downloadpoky-4355f1479375ccd432dfaf75d091c0af3ea08066.tar.gz
bitbake: bblayers/query: Fix using "removeprefix" string method
The minimum Python version required for Yocto 5.0 is 3.8 which causes failure in poky/bitbake/lib/bblayers/query.py when listing layers by using command "bitbake-layers show-recipes -f --bare --mc MC" for the given multiconfig MC. The reason for that failure is the use of "removeprefix" string method which got introduced in Python 3.9. This patch replaces the "removeprefix" method with an equivalent solution supported by Python 3.8. (Bitbake rev: 58e5c70a0572ff5994dc181694e05cd5d3ddaf66) Signed-off-by: Joerg Schmidt <joerg.schmidt@garmin.com> Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/conf.py')
0 files changed, 0 insertions, 0 deletions