[YOCTO] How to Change Python3.5 to Python3.6 over

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

[YOCTO] How to Change Python3.5 to Python3.6 over

3,354 Views
peanutstars_job
Contributor II

Hello, All

I'm using YOCTO for imx6dl board, set up as follow from NXP document:

Command Line

 $ mkdir imx-yocto-bsp

 $ cd imx-yocto-bsp

 $ repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-sumo -m imx-4.14.98-2.0.0_ga.xml

 $ repo sync

It had the python3_3.5.5 recipe.  I want to change it to python3_3.6 over.

I tried to add a  custom layer and recipes, finally it worked. But I don't know how to change/update to python3.6 over.

Please show me the advice.

Regards,

HyunSuk Lee.

Labels (2)
Tags (2)
0 Kudos
1 Reply

3,137 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello HyunSuk Lee,

Usually some of the recipe versions are tied to a specific branch, so you would need to look for a newer phyton recipe from a newer branch. It’s not a trivial task as you would need to fix all dependencies.

There may be some python3_3.6.0.bb recipes on other branches you may use.


Regards,

0 Kudos