Hello.
I am trying to create an image of MfsTool to imx51evk.
First I installed the meta-fsl-arm layer from http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-arm/. (Version 1.7)
Then, run hob application, choose the imx51evk machine and fsl-image-mfgtool-initramfs image.
At last, try to install the u-boot-imx Version: 2009.08.
But here fail in do_deploy and do_install steps because the file u-boot.imx not exist:
DEBUG: Executing python function sstate_task_prefunc
DEBUG: Python function sstate_task_prefunc finished
DEBUG: Executing shell function do_deploy
install: cannot stat `/poky/build/tmp/work/imx51evk-poky-linux-gnueabi/u-boot-imx/2009.08-r18/git/u-boot.imx': No such file or directory
WARNING: exit code 1 from a shell command.
ERROR: Function failed: do_deploy (log file is located at /poky/build/tmp/work/imx51evk-poky-linux-gnueabi/u-boot-imx/2009.08-r18/temp/log.do_deploy.12213)
How I can fix it? Any patch ?.
Thank You.