[meta-freescale] [3rdparty][PATCH] Add wic image support

Pierre-Jean TEXIER texier.pj2 at gmail.com
Wed Oct 4 13:21:49 PDT 2017


Signed-off-by: Pierre-Jean TEXIER <texier.pj2 at gmail.com>
---
 conf/machine/imx7s-warp.conf | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/conf/machine/imx7s-warp.conf b/conf/machine/imx7s-warp.conf
index 7a23fd6..87a740c 100644
--- a/conf/machine/imx7s-warp.conf
+++ b/conf/machine/imx7s-warp.conf
@@ -18,4 +18,12 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-warp7"
 UBOOT_CONFIG ??= "sd"
 UBOOT_CONFIG[sd] = "warp7_secure_defconfig,sdcard"
 
+# wic
+IMAGE_FSTYPES = "wic.gz"
+IMAGE_BOOT_FILES = " \
+	${KERNEL_IMAGETYPE} \
+	${KERNEL_IMAGETYPE}-imx7s-warp.dtb;imx7s-warp.dtb \
+"
+WKS_FILE ?= "imx-uboot-bootpart.wks"
+
 MACHINE_EXTRA_RRECOMMENDS += "firmware-imx-brcm"
-- 
2.7.4



More information about the meta-freescale mailing list