aboutsummaryrefslogtreecommitdiffstats
path: root/wic/imx-uboot-mxs-bootpart.wks.in
AgeCommit message (Collapse)Author
2023-11-12imx-uboot-mxs-bootpart.wks.in: drop extra 'rootfs'Trevor Woerner
${IMAGE_LINK_NAME} already contains "rootfs" at the end, therefore it does not need to be added explicitly. Otherwise the wic creation fails with: wic.filemap.Error: cannot open image file '.../build/tmp-glibc/deploy/images/imx233-olinuxino-maxi/core-image-minimal-imx233-olinuxino-maxi.rootfs.rootfs.uboot-mxsboot-sdcard' Signed-off-by: Trevor Woerner <twoerner@gmail.com>
2018-09-26image_types_fsl.bbclass: Use IMAGE_LINK_NAME for mxs binariesOtavio Salvador
The binary is generated as part of the image build so it should use the same naming schema to provide consistency. This also fixes the wks templates which use it. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-07-03wic: Fix image generation for i.MX MXS SoC familyOtavio Salvador
The image needs to use the U-Boot generated, for the uSD card, so a dependency on that must be added to ensure the file is available prior 'wic' uses it. Besides that, the fstype needs to be changed so it sets the partition mark allowing the bootrom to find it. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>