I'm not very familiar with yocto stuff, but I have successfully created a qt5-image as described in the wiki and created Qt-Applications which were running successfully on my board. Now I need anything for updating our boards via Internet, so I decided to use SWUpdate.
I have cloned "meta-swupdate" into ~/var-fslc-yocto/sources and added into build/conf/bblayers.conf:
Code: Select all
${BSPDIR}/sources/meta-swupdate \
Then I started again:bitbake fsl-image-qt5
After executing any tasks bitbake throws an error message
Code: Select all
ERROR: mtd-utils-1.5.2-r0 do_install: Function failed: do_install (log file is located at...
As described in the wiki I had installed mtd-utils before
Code: Select all
sudo apt-get install libglu1-mesa-dev mercurial automake groff curl lzop asciidoc u-boot-tools dos2unix mtd-utils
Has anyone an idea what I can do?