Errors in Qt5 image in branch LinuxImageV2.8

When i create with open-embedded the Qt5 X11 image from the LinuxImageV2.8 branch with
$ bitbake angstrom-qt5-x11-image

the following basehash error console output occurs :

“When reparsing /home/stefan/oe-core/build/…/layers/meta-toradex-demos/recipes-images/images/angstrom-qt5-x11-image.bb.do_image_teziimg, the basehash value changed from 959669a01a727dfeb5ee7b6c6587d71f to e871a7dae5cc31b8c928c944c82d7f46. The metadata is not deterministic and this needs to be fixed.”

After cleanall ( tmp/ an sstate-chache/ ) the error still happen.
The Machine configuration in oe-core/build/conf/local.conf : MACHINE ?= “colibri-imx6ull”

Also 5 other error happens around “angstrom-qt5-x11-image.bb:do_populate_sdk”

How can the problem(s) especially the basehash error be solved ?
Is this Qt5 image maybe no longer maintained by Toradex ?

Hi

Note that the basehash error is in fact not fatal, i.e. it does not stop the build. It is caused by the usage of the DATE variable which obviously changes and triggers the error.

You could try cherry-picking this following commit in meta-toradex-bsp-common:

It’s a bit hard to comment on the other 5 errors. The angstrom-qt5-x11-image did build successfully here.

Max

Hi Max

thank you. I found a way to ignore the basehash error messages by setting in the corrosponding *.bb file were the error occurs the variable BB_HASH_IGNORE_MISMATCH to “1”

Hi Max

thank you. I found a way to ignore the basehash error messages by setting in the corrosponding *.bb file were the error occurs the variable BB_HASH_IGNORE_MISMATCH to “1”