From 0eb94bd30c1d3e1bbbc0a66db521a2d3e4cf3e19 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Tue, 6 Dec 2016 16:23:29 -0800 Subject: apalis-imx6: enable Toradex Easy Installer image Enable Toradex Easy Installer image for Apalis 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 Acked-by: Max Krummenacher --- conf/machine/apalis-imx6.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/machine/apalis-imx6.conf b/conf/machine/apalis-imx6.conf index 81ea0ae..1ea7ece 100644 --- a/conf/machine/apalis-imx6.conf +++ b/conf/machine/apalis-imx6.conf @@ -25,8 +25,10 @@ UBOOT_CONFIG[spl] = "apalis_imx6_defconfig,,u-boot.img" UBOOT_CONFIG[recover] = "apalis_imx6_nospl_it_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_apalis-imx6 = "0027 0028 0029 0035" MACHINE_FEATURES += "screen usbgadget usbhost vfat ext2 alsa touchscreen wifi bluetooth 3g pci" -- cgit v1.2.3