[meta-freescale] [meta-fsl-arm-extra][PATCH 3/3] imx6dl-riotboard: Migrate to use wic image creator tool

Fabio Berton fabio.berton at ossystems.com.br
Wed Oct 19 10:05:02 PDT 2016


Use wic image creator tool instead of image_types_fsl class to create
sdcard images. wic uses imx-uboot.wks file and this new layout
has only one partition, so all files will be installed on the same
partition. We need to set MACHINE_ESSENTIAL_EXTRA_RDEPENDS to install
kernel image and devitree and u-boot to root part, set wic.gz as
IMAGE_FSTYPES and set correct WKS_FILES.

Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
---
 conf/machine/imx6dl-riotboard.conf | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/conf/machine/imx6dl-riotboard.conf b/conf/machine/imx6dl-riotboard.conf
index 5e5bf71..cba0c2e 100644
--- a/conf/machine/imx6dl-riotboard.conf
+++ b/conf/machine/imx6dl-riotboard.conf
@@ -13,3 +13,15 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc"
 KERNEL_DEVICETREE = "imx6dl-riotboard.dtb"
 
 SERIAL_CONSOLE = "115200 ttymxc1"
+
+MACHINE_ESSENTIAL_EXTRA_RDEPENDS += " \
+    kernel-image \
+    kernel-devicetree \
+    u-boot-fslc \
+"
+
+WKS_FILES ?= "imx-uboot.wks"
+
+IMAGE_DEPENDS_wic_append = " virtual/bootloader"
+
+IMAGE_FSTYPES = "wic.gz"
-- 
2.1.4



More information about the meta-freescale mailing list