From 33029edee8a637d8e998f241878fa43882752ade Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Mon, 13 Jan 2020 15:44:24 +0100 Subject: meta: drop do_image_teziimg dependencies That's already handled by WKS_FILE_DEPENDS, drop the redundant dependencies. Signed-off-by: Ming Liu --- conf/machine/apalis-imx8.conf | 2 -- conf/machine/apalis-imx8x.conf | 2 -- conf/machine/colibri-imx8x.conf | 2 -- conf/machine/verdin-imx8mm.conf | 2 -- 4 files changed, 8 deletions(-) diff --git a/conf/machine/apalis-imx8.conf b/conf/machine/apalis-imx8.conf index 996ba45..52f2c47 100644 --- a/conf/machine/apalis-imx8.conf +++ b/conf/machine/apalis-imx8.conf @@ -66,8 +66,6 @@ IMAGE_FSTYPES += "teziimg" # has to be flashed at offset 0 directly UBOOT_BINARY_TEZI_EMMC="imx-boot" OFFSET_BOOTROM_PAYLOAD="0" -do_image_teziimg[depends] += "imx-boot:do_deploy" -do_image_teziimg_distro[depends] += "imx-boot:do_deploy" TORADEX_PRODUCT_IDS = "0037 0047 0048 0049" TORADEX_PRODUCT_IDS[0037] = "fsl-imx8qm-apalis.dtb" diff --git a/conf/machine/apalis-imx8x.conf b/conf/machine/apalis-imx8x.conf index 8eb337d..501f6cf 100644 --- a/conf/machine/apalis-imx8x.conf +++ b/conf/machine/apalis-imx8x.conf @@ -61,8 +61,6 @@ IMAGE_FSTYPES += "teziimg" # has to be flashed at offset 0 directly UBOOT_BINARY_TEZI_EMMC="imx-boot" OFFSET_BOOTROM_PAYLOAD="0" -do_image_teziimg[depends] += "imx-boot:do_deploy" -do_image_teziimg_distro[depends] += "imx-boot:do_deploy" TORADEX_PRODUCT_IDS = "0046 0053 0054 2600" TORADEX_PRODUCT_IDS[0046] = "fsl-imx8qxp-apalis-eval.dtb" diff --git a/conf/machine/colibri-imx8x.conf b/conf/machine/colibri-imx8x.conf index 0b16009..155add8 100644 --- a/conf/machine/colibri-imx8x.conf +++ b/conf/machine/colibri-imx8x.conf @@ -66,8 +66,6 @@ IMAGE_FSTYPES += "teziimg" # has to be flashed at offset 0 directly UBOOT_BINARY_TEZI_EMMC="imx-boot" OFFSET_BOOTROM_PAYLOAD="0" -do_image_teziimg[depends] += "imx-boot:do_deploy" -do_image_teziimg_distro[depends] += "imx-boot:do_deploy" TORADEX_PRODUCT_IDS = "0038 0050 0051 0052" TORADEX_PRODUCT_IDS[0038] = "fsl-imx8qxp-colibri-eval-v3.dtb" diff --git a/conf/machine/verdin-imx8mm.conf b/conf/machine/verdin-imx8mm.conf index 9961f7b..954b80b 100644 --- a/conf/machine/verdin-imx8mm.conf +++ b/conf/machine/verdin-imx8mm.conf @@ -72,7 +72,5 @@ IMAGE_FSTYPES += "teziimg" UBOOT_BINARY_TEZI_EMMC="imx-boot" OFFSET_BOOTROM_PAYLOAD="2" -do_image_teziimg[depends] += "imx-boot:do_deploy" -do_image_teziimg_distro[depends] += "imx-boot:do_deploy" TORADEX_PRODUCT_IDS = "0055" TORADEX_PRODUCT_IDS[0055] = "fsl-imx8mm-verdin-dev.dtb" -- cgit v1.2.3