From: Otavio Salvador Date: Fri, 29 Sep 2017 19:27:02 +0000 (-0300) Subject: imx-base.inc: Always use wic for i.MX25 images X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a13b706fcc6a5f1f5195b678025849b0f47b9be4;p=meta-freescale.git imx-base.inc: Always use wic for i.MX25 images The i.MX25 support is new so there is no reason to extend the dependency on the old image generation class. Signed-off-by: Otavio Salvador --- diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 773819c5..06f93fcb 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc @@ -226,6 +226,16 @@ SOC_DEFAULT_IMAGE_FSTYPES_mxs = "uboot-mxsboot-sdcard sdcard.gz" SDCARD_ROOTFS ?= "${IMGDEPLOYDIR}/${IMAGE_NAME}.rootfs.ext4" IMAGE_FSTYPES ?= "${SOC_DEFAULT_IMAGE_FSTYPES}" +### wic default support +WKS_FILE_DEPENDS ?= " \ + virtual/bootloader \ + \ + e2fsprogs-native \ + bmap-tools-native \ +" + +SOC_DEFAULT_IMAGE_FSTYPES_mx25 = "wic.gz" + SERIAL_CONSOLE = "115200 ttymxc0" SERIAL_CONSOLE_mxs = "115200 ttyAMA0"