How to develope and run the python program on Yocto?


  • How to develope and run the python program on Yocto?



  • Dear @caspar wu,

    1. Add the meta-python Layer

    Clone the meta-openembedded repository, which contains meta-python

    2. Configure BBLAYERS

    Edit conf/bblayers.conf to include meta-python

    3. Configure Local.conf

    Edit conf/local.conf to include Python. Add the following lines to ensure Python 3 is included in the image

    4. Then build the image

    $ bitbake imx-image-multimedia
     


Please login to reply this topic!