Skip to content

Instantly share code, notes, and snippets.

@govorox
Created January 25, 2022 16:38
Show Gist options
  • Save govorox/1c33ff694382a1f413706c6c619907a3 to your computer and use it in GitHub Desktop.
Save govorox/1c33ff694382a1f413706c6c619907a3 to your computer and use it in GitHub Desktop.
Yocto/OE - generate recipes for python modules
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