工具与软件:
我正在将 Yocto 设置从 dunfell 更新到 Kirkstone
在该过程中、我将 TI-SDK 从8.01升级到9.2、从8.01升级到 Poky 9.00。 我正在 Yocto 设置中使用 QT6.5
我将我的自定义层升级为 Kirkstone 层
当我尝试在图像中添加"ti-SGX-DDK-km ti-SGX-DDK-um"创建任何图像时、我将看到低于误差、但我不确定背后的原因是什么以及如何解决该问题。
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'
到目前为止、我知道 preferred_provider_virtual/gpudriver?="ti-SGX-DDK-KM"用于 meta-ti/meta-ti-bsp/conf/machine/include/ti43x.inc、ti-SGX-DDK-km 取决于 ti-SGX-DDK-um。
即使我创建的是最小核心映像并在 映像中添加"ti-SGX-DDK-km ti-SGX-DDK-um"、也会出现相同的错误