diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2016-12-06 16:23:29 -0800 |
---|---|---|
committer | Stefan Agner <stefan.agner@toradex.com> | 2017-01-09 15:06:24 -0800 |
commit | 0eb94bd30c1d3e1bbbc0a66db521a2d3e4cf3e19 (patch) | |
tree | e17866a30a0d0b512f92fb4ed4c71bc53e3d9b1f /conf | |
parent | 8d61ab3312f3fb010f5559c253852c2974587558 (diff) |
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 <stefan.agner@toradex.com>
Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/apalis-imx6.conf | 4 |
1 files changed, 3 insertions, 1 deletions
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" |