How to add python-kivy support to my arm-board booting with yocto linux images -


i have downloaded python-kivy git hub. want add python kivy yocto (krogoth-2.1.2) source. still don't know how compile python-kivy. please me how compile kivy , test in board.

  1. is there dependencies kivy.

board: am335x based board. in advance.

the preferred way create layer , write python-kivy recipe file it.

writing recipe python package easy. 1 mention hosted in pypi makes easier:

take simpliest example:

inherit pypi

inheriting class, yocto guessing package name , version file name, , need place checksums.

note provides python3 version of component, need inherit setuptools instead of setuptools3 if want python2 version

in same github link there other recipes solves other minor issues can encounter when writting kind of recipes.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -