Hello,
I tried Mender on a Toradex Verdin iMX8MM with BSP v6.0 a month ago following this manual and it worked without problems. But with the last updates of the Mender-repo I got the following errors building the SDK:
$ bitbake tdx-reference-multimedia-image -c populate_sdk
[...]
ERROR: nativesdk-util-linux-2.37.4-r0 do_package: QA Issue: nativesdk-util-linux: Files/directories were installed but not shipped in any package:
/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-tdxsdk-linux/lib
/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-tdxsdk-linux/lib/systemd
/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-tdxsdk-linux/lib/systemd/system
/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-tdxsdk-linux/lib/systemd/system/fstrim.service
/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-tdxsdk-linux/lib/systemd/system/fstrim.timer
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
nativesdk-util-linux: 5 installed and not shipped files. [installed-vs-shipped]
ERROR: nativesdk-util-linux-2.37.4-r0 do_package: Fatal QA errors were found, failing task.
ERROR: Logfile of failure stored in: /home/gemac/test/build/tmp/work/x86_64-nativesdk-tdxsdk-linux/nativesdk-util-linux/2.37.4-r0/temp/log.do_package.26665
ERROR: Task (virtual:nativesdk:/home/gemac/test/build/../layers/openembedded-core/meta/recipes-core/util-linux/util-linux_2.37.4.bb:do_package) failed with exit code '1'
How can I avoid these errors?
Best regards,
Markus