summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2020-01-13 15:44:24 +0100
committerMing Liu <liu.ming50@gmail.com>2020-01-13 22:23:13 +0100
commit33029edee8a637d8e998f241878fa43882752ade (patch)
tree893d364960c09a9f4a0c2b0b97c1cbe88f56b608
parent7d996d197ad3185838103da3229e01f1b00285c4 (diff)
meta: drop do_image_teziimg dependencies
That's already handled by WKS_FILE_DEPENDS, drop the redundant dependencies. Signed-off-by: Ming Liu <ming.liu@toradex.com>
-rw-r--r--conf/machine/apalis-imx8.conf2
-rw-r--r--conf/machine/apalis-imx8x.conf2
-rw-r--r--conf/machine/colibri-imx8x.conf2
-rw-r--r--conf/machine/verdin-imx8mm.conf2
4 files changed, 0 insertions, 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"