summaryrefslogtreecommitdiff
path: root/conf/machine/include/colibri-imx6ull.inc
diff options
context:
space:
mode:
authorGerard Salvatella <gerard.salvatella@toradex.com>2019-04-17 14:19:58 +0200
committerGerard Salvatella <gerard.salvatella@toradex.com>2019-04-17 14:19:58 +0200
commit2385e130f5f2b13d9c1a0783953d1bb303a7f655 (patch)
tree7a56e06a5fb43f6687fe0a6a8b8f836cfeade972 /conf/machine/include/colibri-imx6ull.inc
parent13d5331238a5877135dbc71d89752649ac706aee (diff)
conf: machine: update IMAGE_FSTYPE appends
According to the Yocto manual v.2.6.1 (https://www.yoctoproject.org/docs/2.6.1/mega-manual/mega-manual.html#var-IMAGE_FSTYPES): Due to the way the OpenEmbedded build system processes this variable, you cannot update its contents by using _append or _prepend. You must use the += operator to add one or more options to the IMAGE_FSTYPES variable. Signed-off-by: Gerard Salvatella <gerard.salvatella@toradex.com>
Diffstat (limited to 'conf/machine/include/colibri-imx6ull.inc')
-rw-r--r--conf/machine/include/colibri-imx6ull.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/colibri-imx6ull.inc b/conf/machine/include/colibri-imx6ull.inc
index 347ff66..9031c33 100644
--- a/conf/machine/include/colibri-imx6ull.inc
+++ b/conf/machine/include/colibri-imx6ull.inc
@@ -1,5 +1,5 @@
IMAGE_CLASSES += "image_type_tezi"
-IMAGE_FSTYPES_append = " teziimg"
+IMAGE_FSTYPES += "teziimg"
TORADEX_PRODUCT_IDS = "0036 0040 0044 0045"
TORADEX_PRODUCT_IDS[0036] = "imx6ull-colibri-eval-v3.dtb"
TORADEX_PRODUCT_IDS[0040] = "imx6ull-colibri-wifi-eval-v3.dtb"