themactep.com

A home of miscellaneous projects by Paul Philippov.

Notes

How to fix OpenEmbed git downloads on Debian 11

If during bitbake world you recieve errors like

File "/src/oe-core/build/tmp-glibc/hosttools/git", line 26, in <module>
    os.execv(real_git, sys.argv)
TypeError: execv: path should be string, bytes or os.PathLike, not NoneType

install python-is-python3 package.

sudo apt install python-is-python3