Tool/software:
I am in the process of updating the yocto setup from dunfell to Kirkstone
In that process i upgraded the TI-SDK to 9.2 from 8.01 and poky 9.00 from 8.01. I am using the QT6.5 in my yocto setup
I upgraded my custom layer to Kirkstone layers
Once i am trying to create any image with"ti-sgx-ddk-km ti-sgx-ddk-um" added into the image i am getting below error, I am not sure what is the cause behind it and how to solve it.
ERROR: core-image-minimal-1.0-r0 do_rootfs: Postinstall scriptlets of ['ti-sgx-ddk-um'] have failed. If the intention is to defer them to first boot, then please place them into pkg_postinst_ontarget:${PN} (). Deferring to first boot via 'exit 1' is no longer supported. Details of the failure are in /data/Bhavesh/fsp-release-9/build-lrd-am437x-lrd-5.10-rt-test/tmp/work/am437x_lrd-poky-linux-gnueabi/core-image-minimal/1.0-r0/temp/log.do_rootfs. ERROR: Logfile of failure stored in: /data/platform/build-lrd-am437x-lrd-5.10-rt-test/tmp/work/am437x_lrd-poky-linux-gnueabi/core-image-minimal/1.0-r0/temp/log.do_rootfs.2356180 ERROR: Task (/data/platform/yocto/poky/meta/recipes-core/images/core-image-minimal.bb:do_rootfs) failed with exit code '1'
So far i know that PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-sgx-ddk-km" is used in meta-ti/meta-ti-bsp/conf/machine/include/ti43x.inc and ti-sgx-ddk-km is depends on ti-sgx-ddk-um.
Even if I am creating core-image-minimal image and adding "ti-sgx-ddk-km ti-sgx-ddk-um" into the image i am getting same error