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.
- 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
Post a Comment