Real-time edge Yocto: recompile jailhouse cell configfile

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

Real-time edge Yocto: recompile jailhouse cell configfile

ソリューションへジャンプ
1,009件の閲覧回数
jiaweilin
Contributor III

Hello:

I want to recompile the jailhouse cell's configfile "ls1028a-rdb-linux-demo.c" in real-time edge yocto project.When I compiled with command "bitbake -c compile -f nxp-image-real-time-edge", the configfiles "ls1028a-rdb-linux-demo.o" and "ls1028a-rdb-linux-demo.cell" were not generated.

Linux command:(workpath :yocto-real-time-edge/build-ls1028ardb-real-time-edge/)

$ rm -f build-ls1028ardb-real-time-edge/tmp/work/ls1028ardb-fsl-linux/real-time-edge-jailhouse/1.0-r0/git/configs/arm64/ls1028a-rdb-linux-demo.cell  build-ls1028ardb-real-time-edge/tmp/work/ls1028ardb-fsl-linux/real-time-edge-jailhouse/1.0-r0/git/configs/arm64/ls1028a-rdb-linux-demo.o

$ bitbake -c cleanall

$ bitbake -c compile -f nxp-image-real-time-edge

 

Could you give me some advice?

0 件の賞賛
返信
1 解決策
999件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

$ bitbake real-time-edge-jailhouse -c cleansstate

$ bitbake real-time-edge-jailhouse -c patch

Go to real-time-edge-jailhouse source code folder build-ls1028ardb/tmp/work/ls1028ardb-fsl-linux/real-time-edge-jailhouse/1.0-r0/git, modify configs/arm64/ls1028a-rdb-linux-demo.c

$ bitbake real-time-edge-jailhouse

$ bitbake nxp-image-real-time-edge

 

元の投稿で解決策を見る

1 返信
1,000件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

$ bitbake real-time-edge-jailhouse -c cleansstate

$ bitbake real-time-edge-jailhouse -c patch

Go to real-time-edge-jailhouse source code folder build-ls1028ardb/tmp/work/ls1028ardb-fsl-linux/real-time-edge-jailhouse/1.0-r0/git, modify configs/arm64/ls1028a-rdb-linux-demo.c

$ bitbake real-time-edge-jailhouse

$ bitbake nxp-image-real-time-edge