summaryrefslogtreecommitdiff
path: root/conf/machine/include/colibri-imx7-emmc.inc
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-09-03 14:10:07 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-09-03 18:15:52 +0200
commitb13bd9288457daeda1efeebb55e7d7d1bb55af5d (patch)
treef95e692eed0b3b966b604a09c515f50581a57a7a /conf/machine/include/colibri-imx7-emmc.inc
parent57991b4f254fa94373e746bcedb261743b963917 (diff)
machines: includes: assign image_* consistently
Using "+=" overwrites "?=" in some cases which then dropes the creation of wic images for apalis/colibri-imx6. Related-to: ELB-2758 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'conf/machine/include/colibri-imx7-emmc.inc')
-rw-r--r--conf/machine/include/colibri-imx7-emmc.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/colibri-imx7-emmc.inc b/conf/machine/include/colibri-imx7-emmc.inc
index d0beb9c..4243c72 100644
--- a/conf/machine/include/colibri-imx7-emmc.inc
+++ b/conf/machine/include/colibri-imx7-emmc.inc
@@ -1,5 +1,5 @@
-IMAGE_CLASSES += "image_type_tezi"
-IMAGE_FSTYPES += "teziimg"
+IMAGE_CLASSES_append = " image_type_tezi"
+IMAGE_FSTYPES_append = " teziimg"
# The payload offsets are given in number of 512 byte blocks.
OFFSET_BOOTROM_PAYLOAD = "2"
TORADEX_PRODUCT_IDS = "0039"