aboutsummaryrefslogtreecommitdiffstats
path: root/wic
AgeCommit message (Collapse)Author
2019-01-10wic:mx8: Create wks file for imx8 family using imx-bootDaiane Angolini
imx8 family boards use u-boot as boot loader in addition to some other binaries. The final bootloader binary is gathered by mkimage into a file called imx-boot. Add the wks file to create the wic image tailored for imx8 family. Set the wks file as default for all imx8. Signed-off-by: Daiane Angolini <daiane.angolini@nxp.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-03Remove barebox and imx-bootletsOtavio Salvador
Those are untested and anyone interested in supporting them (mainly barebox) ought to send the support to OE-Core instead. This also removes the corresponding code from the image_types_fsl.bbclass as it is not going to be used from now on. 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>
2017-10-11imx-uboot-mxs: Add wks file for mxs machinesFabio Berton
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-10-11imx-uboot-mxs-bootpart: Add wks file with bootpart for mxs machinesFabio Berton
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-09-29wic: Add a i.MX bootpart templatesOtavio Salvador
This includes the wic templates which use a separated boot partition. This allow for easier migration from the new deprecated sdcard generation class. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-09-29wic: Force the use of 'msdos' partition tablesOtavio Salvador
Some old SoC has problems to read GPT partition tables so we use 'msdos' as default here and if some vendor wants to override it, it can still be done in their wks files. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-09-29wic: Move all wks files to root layer directoryOtavio Salvador
The wic looks for wks files in many places. The root layer directory is one of those and makes much easier to find the wks files for reference and use. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>