How can I permanetly modify a file on yocto

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

How can I permanetly modify a file on yocto

ソリューションへジャンプ
1,331件の閲覧回数
pehenazam
Contributor I

hi,

I use `echo 64 > /sys/bus/platform/drivers/galcore/gpu3DMinClock` to stop reducing gpu clock frequency on yocto.

I can put this into a script at startup but I don't want to do this, I would like to put it into recipe but I am not sure where to put this? in meta-yocto-bsp and should I write this exact command or something else? sorry that is so newbie.

ラベル(5)
1 解決策
1,182件の閲覧回数
b36401
NXP Employee
NXP Employee

You can use BitBake append files:

http://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#using-bbappend-files

Have a great day,
Victor

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

元の投稿で解決策を見る

1 返信
1,183件の閲覧回数
b36401
NXP Employee
NXP Employee

You can use BitBake append files:

http://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#using-bbappend-files

Have a great day,
Victor

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------