I have Yocto running on my imx6qpsabresd dev board. I need to run some python algorithms. Python is installed but I need to add a lot of modules (i.e. numpy). On an Ubuntu system, I could use pip install. This doesn't work. How do I get pip installed. Again on Ubuntu, I think I use apt-get. I think the equivalent on Yocto is smart? Can I use that to install PIP? and how?
Also, I need to download and run OpenCV and OpenCL and call the APIs from Python. How do I do that and build the library so that it leverages the GPU on the imx6qp chip?