Real-time edge Yocto: recompile jailhouse cell configfile

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

Real-time edge Yocto: recompile jailhouse cell configfile

Jump to solution
1,009 Views
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 Kudos
Reply
1 Solution
999 Views
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

 

View solution in original post

1 Reply
1,000 Views
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