summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2017-01-05 09:50:48 -0800
committerMax Krummenacher <max.krummenacher@toradex.com>2017-01-10 18:50:21 +0100
commitaab5b41bba6d5acb69e5ac6a046ae2f50f13ed79 (patch)
tree9885ed07950f2a3f3b59da410d9e5189b4a8fa09
parent523de67ddee03cb4a3cf57e91b8b174e1dfc2311 (diff)
colibri-imx6: enable Toradex Easy Installer image
Enable Toradex Easy Installer image for Colibri iMX6 machine. This requires to specify the Product Id this machine supports so that the Installer can filter the images and only show images compatible with the module currently running on. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--conf/machine/colibri-imx6.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/machine/colibri-imx6.conf b/conf/machine/colibri-imx6.conf
index 2b3e85c..80624a0 100644
--- a/conf/machine/colibri-imx6.conf
+++ b/conf/machine/colibri-imx6.conf
@@ -26,8 +26,11 @@ UBOOT_CONFIG[spl] = "colibri_imx6_defconfig,,u-boot.img"
UBOOT_CONFIG[recover] = "colibri_imx6_nospl_defconfig,,u-boot.imx"
UBOOT_MAKE_TARGET = ""
-IMAGE_FSTYPES = "sdcard.gz tar.xz"
+IMAGE_CLASSES += "image_type_tezi"
+IMAGE_FSTYPES = "sdcard.gz tar.xz tezi"
SERIAL_CONSOLE ?= "115200 ttymxc0"
+TORADEX_PRODUCT_IDS = "0014 0015 0016 0017"
+
MACHINE_FEATURES += "screen usbgadget usbhost vfat ext2 alsa touchscreen wifi bluetooth 3g"