]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx8mmevk.conf, imx8mqevk.conf: drop adding m4 demos do the boot partition
authorMax Krummenacher <max.krummenacher@toradex.com>
Thu, 2 May 2019 15:22:58 +0000 (17:22 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Sun, 5 May 2019 19:23:48 +0000 (16:23 -0300)
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>
conf/machine/imx8mmevk.conf
conf/machine/imx8mqevk.conf

index a0523a703367dc2bd11cc298bc3a119bb4e09594..e22bd4ebe9a1defa9d9b1d5cf0c6274acad04d63 100644 (file)
@@ -19,12 +19,6 @@ KERNEL_DEVICETREE += "freescale/fsl-imx8mm-evk-m4.dtb "
 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"
index aca0fe2c46cdd952b735aef2cdfc539bf00d51ed..19655ca6ca9c036957ba71c2963c79483acf8113 100644 (file)
@@ -21,8 +21,6 @@ KERNEL_DEVICETREE += "freescale/fsl-imx8mq-evk-lcdif-adv7535.dtb"
 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"