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?
解決済! 解決策の投稿を見る。
$ 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
$ 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