From 63d73925950aa35ec1378696c0f5dcfd2fef9e83 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 26 Jul 2022 15:59:38 -0300 Subject: imx-base.inc: consolidate `IMX_EXTRA_FIRMWARE` definition We should have a single definition for `IMX_EXTRA_FIRMWARE` variable as this is SoC specific and not machine, or recipe, dependent. This removes multiple assignments from: - conf/machine/imx8mq-evk.conf - conf/machine/include/imx8mm-evk.inc - conf/machine/include/imx8mn-evk.inc - conf/machine/include/imx8mp-evk.inc - recipes-bsp/imx-mkimage/imx-boot_1.0.bb Signed-off-by: Otavio Salvador --- recipes-bsp/imx-mkimage/imx-boot_1.0.bb | 3 --- 1 file changed, 3 deletions(-) (limited to 'recipes-bsp/imx-mkimage/imx-boot_1.0.bb') diff --git a/recipes-bsp/imx-mkimage/imx-boot_1.0.bb b/recipes-bsp/imx-mkimage/imx-boot_1.0.bb index f35561de..ae7e2638 100644 --- a/recipes-bsp/imx-mkimage/imx-boot_1.0.bb +++ b/recipes-bsp/imx-mkimage/imx-boot_1.0.bb @@ -9,9 +9,6 @@ SECTION = "BSP" inherit use-imx-security-controller-firmware uboot-sign -IMX_EXTRA_FIRMWARE = "firmware-imx-8 imx-sc-firmware imx-seco" -IMX_EXTRA_FIRMWARE:mx8m-generic-bsp = "firmware-imx-8m" -IMX_EXTRA_FIRMWARE:mx8x-generic-bsp = "imx-sc-firmware imx-seco" DEPENDS += " \ u-boot \ ${IMX_EXTRA_FIRMWARE} \ -- cgit v1.2.3-54-g00ecf