summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2020-01-13 15:44:24 +0100
committerMing Liu <ming.liu@toradex.int>2020-01-30 19:59:29 +0000
commitaee1cfabc79ad0043943cc0b1cf8c6f5f6b64ddb (patch)
treebf4c616145de7d313ba0b17f22d106fafbbcd1e6 /conf
parente76afb9f523e8b79bdddd2101f12879927585dc1 (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>
Diffstat (limited to 'conf')
-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 cf6ed56..563ffd0 100644
--- a/conf/machine/apalis-imx8.conf
+++ b/conf/machine/apalis-imx8.conf
@@ -58,8 +58,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 f6bad4d..bb233c5 100644
--- a/conf/machine/apalis-imx8x.conf
+++ b/conf/machine/apalis-imx8x.conf
@@ -57,8 +57,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 9114177..7c67439 100644
--- a/conf/machine/colibri-imx8x.conf
+++ b/conf/machine/colibri-imx8x.conf
@@ -62,8 +62,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 8b0dc8b..ecf5270 100644
--- a/conf/machine/verdin-imx8mm.conf
+++ b/conf/machine/verdin-imx8mm.conf
@@ -73,7 +73,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"