Created
January 25, 2022 16:38
-
-
Save govorox/1c33ff694382a1f413706c6c619907a3 to your computer and use it in GitHub Desktop.
Yocto/OE - generate recipes for python modules
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pipoe can generate .bb classes corresponding to python packages for you! | |
Usage: | |
$ pip3 install pipoe | |
$ pipoe -p requests | |
OR | |
$ pipoe -p requests --python python3 | |
Now copy the generated .bb files to your layer and use them. | |
https://pypi.org/project/pipoe/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment