From 986454fd571038c4f766b34fb795609b9a89d99c Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Wed, 23 Jan 2019 13:43:15 +0100 Subject: meta: drop imx-m4-demos referencs 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 --- recipes-bsp/imx-mkimage/imx-boot_0.2.bb | 9 --------- 1 file changed, 9 deletions(-) (limited to 'recipes-bsp') diff --git a/recipes-bsp/imx-mkimage/imx-boot_0.2.bb b/recipes-bsp/imx-mkimage/imx-boot_0.2.bb index b232ed524..7bd503120 100644 --- a/recipes-bsp/imx-mkimage/imx-boot_0.2.bb +++ b/recipes-bsp/imx-mkimage/imx-boot_0.2.bb @@ -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" -- cgit v1.2.3-54-g00ecf