i am using i.mx6ul SOM and i am baking yocto image, in that i made changes in DTSI file i rebuild image with following commands but image is not being updated.
$ bitbake virtual/kernel -c devshell and amde changes in dts file and did
$ make dtbs / make file.dtsi & exit terminal
$bitbake virtual/kernel -f -c compile
$bitbake virtual/kernel -f -c deploy
$ bitbake <image>