]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: add python3 support
authorMaciej Pijanowski <maciej.pijanowski@3mdeb.com>
Sat, 8 Jun 2019 19:13:03 +0000 (21:13 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 10 Jun 2019 16:37:57 +0000 (17:37 +0100)
commitd8b2f58974482b3b1ccc65c5f93104d0d7ba87bc
tree69dfa5d1e14caf37dd290ec46f6718b80486b810
parent2aa79a67affd22dfa37e4c2945c6ab0c86321f98
recipetool: add python3 support

Add support for generating python3 recipes using the recipetool / devtool.
Drop python2 support at the same time.

Tested with:

oe-selftest -r recipetool.RecipetoolTest

[YOCTO #13264]

Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/recipetool.py
scripts/lib/recipetool/create_buildsys_python.py