Commits
Jamie Santos committed acd5ca596f1
IMX7SW-455: fsl: classes: inherit modified image type class to build sdcard images Although the meta-freescale classes/image_types_fsl.bbclass has moved on to producing wic images, based on NXP's imx-yocto-L4.14.78_1.0.0_ga release, continue to build sdcard.bz2 images for now. However, due to the removal of IMAGE_CMD_sdcard() in meta-freescale/classes/image_types_fsl.bbclass, bitbake will produce the following error: No IMAGE_CMD defined for IMAGE_FSTYPES entry 'sdcard' As a workaround, our custom image_types bbclass files inherit meta-fsl-bsp-release/imx/meta-bsp/classes/image_types_fsl.bbclass and force the SDCARD_ROOTFS variable to grab the pointer to the latest rootfs image, rather than the time-stamped version which may not have been rebuilt. Signed-off-by: Jamie Santos jsantos@phytec.com