]> code.ossystems Code Review - meta-freescale.git/commitdiff
meta: drop imx-m4-demos referencs
authorMing Liu <liu.ming50@gmail.com>
Wed, 23 Jan 2019 12:43:15 +0000 (13:43 +0100)
committerDaiane Angolini <daiane.angolini@nxp.com>
Tue, 29 Jan 2019 17:03:34 +0000 (15:03 -0200)
There is not a imx-m4-demos recipe at all, drop its references.

They could be added back once the recipe is added.

Signed-off-by: Ming Liu <liu.ming50@gmail.com>
conf/machine/imx8mmevk.conf
conf/machine/imx8mqevk.conf
recipes-bsp/imx-mkimage/imx-boot_0.2.bb

index 820011010e9732eab48ea4fb07d596a0045e381f..44b3249fee13f571c82926c430a7fd8115c42b45 100644 (file)
@@ -19,7 +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_DEPENDS += "imx-m4-demos:do_deploy"
 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 \
index f3280b9c910a84b5938921d8b92227680ebec12d..96f1220340313848bb4d376f41818a53e59256ef 100644 (file)
@@ -21,7 +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_DEPENDS += "imx-m4-demos:do_deploy"
 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"
index b232ed524dccb0b82d1b76e1a2ce051c85341b59..7bd503120a0c9a8f7e0191c84daec80b3a5af4ee 100644 (file)
@@ -25,21 +25,12 @@ inherit deploy
 # Add CFLAGS with native INCDIR & LIBDIR for imx-mkimage build
 CFLAGS = "-O2 -Wall -std=c99 -static -I ${STAGING_INCDIR_NATIVE} -L ${STAGING_LIBDIR_NATIVE}"
 
-# For i.MX 8, this package aggregates the imx-m4-demos
-# output. Note that this aggregation replaces the aggregation
-# that would otherwise be done in the image build as controlled
-# by IMAGE_BOOTFILES_DEPENDS and IMAGE_BOOTFILES in image_types_fsl.bbclass
-IMX_M4_DEMOS        = ""
-IMX_M4_DEMOS_mx8qm  = "imx-m4-demos:do_deploy"
-IMX_M4_DEMOS_mx8qxp = "imx-m4-demos:do_deploy"
-
 # This package aggregates output deployed by other packages,
 # so set the appropriate dependencies
 do_compile[depends] += " \
     virtual/bootloader:do_deploy \
     ${@' '.join('%s:do_deploy' % r for r in '${IMX_EXTRA_FIRMWARE}'.split() )} \
     imx-atf:do_deploy \
-    ${IMX_M4_DEMOS} \
 "
 
 SC_FIRMWARE_NAME ?= "scfw_tcm.bin"