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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

4,721件の閲覧回数
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.

ラベル(2)
タグ(2)
0 件の賞賛
返信
1 返信

4,504件の閲覧回数
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 件の賞賛
返信