Dear All,
On rte2.6 envirment, I have built default image, nxp-image-real-time-edge-ls1028ardb-xxxx.rootfs.wic. I modified some source code file, and I wanted to rebuild a new wic image. After I ran the build command(bitbake nxp-image-real-time-edge). I got a result that no task need to be rerun. I tried to remove some stamp files or some directories. It didn't work.
Regards,
Xingwei Wang
Please rebuild the package which you modified with the following command.
$ bitbake <pkg_name> -c compile -f
$ bitbake nxp-image-real-time-edge