Hi
According to the Freescale_Yocto_Project_User's_Guide.pdf, Chapter 5.4, the commend to rebuild u-boot should be:
bitbake -c compile -f u-boot-fslc
I'm not sure whether your problem is caused by missing this "-f" parameters, but you can have a try.
Also you can check your directory $your_building_dir/tmp/work/imx6ulevk-poky-linux-gnueabi/u-boot-imx/2015.04-r0/git/mx6ul_14x14_evk_config. If the u-boot file in this directory changed on time, then you can directly use this u-boot file. Or you can use the commend:
bitbake -c deploy u-boot-fslc
to deploy the u-boot file from this directory to your $your_building_dir/tmp/deploy/images/imx6ulevk/ directory.
Hope this will be helpful!
Best regards,
Danwei Luo
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------