This reverts commit e6deeba806d2145fa16b0b5f444f2985e63e6366. Currently building with am62xx-evm/am64xx-evm machine fails with:
| make[1]: *** No rule to make target 'fitImage'. Stop. | make: *** [/build/tmp/work-shared/am62xx-evm/kernel-source/Makefile:185: __sub-make] Error 2 | ERROR: oe_runmake failed Signed-off-by: Jose Quaresma <[email protected]> --- conf/machine/include/k3.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/k3.inc b/conf/machine/include/k3.inc index 349f4fda..ef4f107f 100644 --- a/conf/machine/include/k3.inc +++ b/conf/machine/include/k3.inc @@ -15,7 +15,7 @@ PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" KERNEL_IMAGETYPE = "Image" -KERNEL_IMAGETYPES = "Image fitImage" +KERNEL_IMAGETYPES = "Image" UBOOT_ARCH = "arm" UBOOT_ENTRYPOINT = "0x80008000" -- 2.38.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15465): https://lists.yoctoproject.org/g/meta-ti/message/15465 Mute This Topic: https://lists.yoctoproject.org/mt/95650880/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
