The recipe which builds or injects the m4 binaries does not yet exist.
Due to the following this did not error out in the image-wic task:
With the change to wic the used oe variable names changed.
IMAGE_BOOT_FILES now has an additonal '_'.
WKS_FILE_DEPENDS_append can be used to add dependencies needed before
the wks file gets created.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
KERNEL_DEVICETREE += "freescale/fsl-imx8mm-evk-rm67191.dtb "
KERNEL_DEVICETREE += "freescale/fsl-imx8mm-evk-root.dtb"
-IMAGE_BOOTFILES += "imx8mm_m4_TCM_hello_world.bin \
- imx8mm_m4_TCM_rpmsg_lite_pingpong_rtos_linux_remote.bin \
- imx8mm_m4_TCM_rpmsg_lite_str_echo_rtos.bin \
- imx8mm_m4_TCM_sai_low_power_audio.bin \
-"
-
UBOOT_CONFIG ??= "sd"
UBOOT_CONFIG[sd] = "imx8mm_evk_config,sdcard"
UBOOT_CONFIG[fspi] = "imx8mm_evk_fspi_defconfig"
KERNEL_DEVICETREE += "freescale/fsl-imx8mq-evk-m4.dtb freescale/fsl-imx8mq-evk-mipi-csi2.dtb"
KERNEL_DEVICETREE += "freescale/fsl-imx8mq-evk-pcie1-m2.dtb freescale/fsl-imx8mq-evk-pdm.dtb"
-IMAGE_BOOTFILES += "imx8mq_m4_TCM_hello_world.bin imx8mq_m4_TCM_rpmsg_lite_pingpong_rtos_linux_remote.bin imx8mq_m4_TCM_rpmsg_lite_str_echo_rtos.bin"
-
UBOOT_CONFIG ??= "sd"
UBOOT_CONFIG[sd] = "imx8mq_evk_config,sdcard"
UBOOT_CONFIG[mfgtool] = "imx8mq_evk_config"