Real-time edge Yocto: recompile jailhouse cell configfile

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Real-time edge Yocto: recompile jailhouse cell configfile

跳至解决方案
1,012 次查看
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 解答
1,002 次查看
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,003 次查看
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