Search code examples
ansibleembedded-linuxyoctoyocto-recipe

how to install Ansible client in yocto image


I want to use Ansible to manage my embedded linux clients so I must install python and ansible requirements(python packages). I install python3 in my image but for running Ansible it gives error for missing some python packages recursively.

is there any recipe to install All needed python packages for Ansible in yocto image?


Solution

  • finally I find a tools called pipoe. I install pipoe on my host and create a recipe for installing python packages on my yocto image.

    pipoe ansible
    

    creates a recipe for installing all of packages that needed by ansible.