Tool/software:
Working with ti-processor-sdk-linux-adas-j721e0evm11_00_00_00_08. Have followed all the documentation to setup and build for our J721e-EVM board. The first time I was able to build the tisdk-base-image target. Then I was working on applying a patch and things would not build.
I went back to clean and build the whole image again to see if wouild still build and I get basehash value changed errors.
MACHINE="j721e-evm" bitbake -c cleanall tisdk-base-image MACHINE="j721e-evm" bitbake -k tisdk-base-image ERROR: When reparsing /home/rstjohn/Repos/NTS2/ti-processor-sdk-linux-adas-j721e-evm11_00_00_00_08/yocto-build/sources/meta-arago/meta-arago-distro/recipes-core/images/tisdk-base-image.bb:do_image_tar, the basehash value changed from 74fe2d39fdc05688dae1a287b081c5ad07e353a93121deac7eb790b1b32122c4 to 6fca6af9e7ac6867f57a6d56fba09b124b16557fc81071f6d882037c07fa203e. The metadata is not deterministic and this needs to be fixed. ERROR: The following commands may help: ERROR: $ bitbake tisdk-base-image -cdo_image_tar -Snone ERROR: Then: ERROR: $ bitbake tisdk-base-image -cdo_image_tar -Sprintdiff ERROR: When reparsing /home/rstjohn/Repos/NTS2/ti-processor-sdk-linux-adas-j721e-evm11_00_00_00_08/yocto-build/sources/meta-arago/meta-arago-distro/recipes-core/images/tisdk-base-image.bb:do_image_wic, the basehash value changed from 091887fbbcaa53e43bfe4c46db0698f50aabc7a45b406de0ffeb81c494cd7bdc to 2a9ced51b70d975aa65cb0d228add0ad001a07c0b45deeb85c7fa8fec1a548a0. The metadata is not deterministic and this needs to be fixed. ERROR: The following commands may help: ERROR: $ bitbake tisdk-base-image -cdo_image_wic -Snone ERROR: Then: ERROR: $ bitbake tisdk-base-image -cdo_image_wic -Sprintdiff
I did see some other similiar posts about this error and they suggested doing a clean and then building again. So i did that, as show above, and I still get the same errors.