Hi Rita,
Thank you very much!
I read the links that you have mentioned, would you please confirm whether the following steps are correct for installing python3 and python3-pip in Yocto for imx6q sabre lite?
1. copy the recipes files python3_3.5.3.bb and python3-pip_9.0.1.bb (because I need also python3-pip) in
fsl-community-bsp/sources/meta-openembedded/meta-python/recipes-devtools/python
2. in build directory, execute:
$bitbake python3
$bitbake python3-pip
3. add IMAGE_INSTALL_append = " python3" and IMAGE_INSTALL_append = " python3-pip" in the local.conf
4. rebuild image: bitbake core-image-x11
Thanks again!
Yang