工具/软件:
与 ti-processor-sdk-linux-adas-j721e0evm11_00_00_08 配合使用。 已按照所有文档为我们的 J721e-EVM 电路板进行设置和构建。 我第一次能够构建 tisdk-base-image target。 然后、我正在应用补丁、但事情不会构建。
我返回到 Clean 并再次构建整个映像、以查看 wouild 是否仍在构建、我得到 basehash 值更改错误。
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
我确实看到了一些关于这个错误的类似帖子,他们建议做一个清洁,然后再建设。 我这样做了、如上所示、仍然得到相同的错误。