diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-11-26 16:01:51 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-11-27 09:02:39 +0000 |
commit | 793482677cf85280380a8c22440c611d66f8a774 (patch) | |
tree | fdda87ed1ab25f1f3d52d16ca3086d3cbce3e6d6 | |
parent | 2d38696639313c2309f7b90c3262f4513d5aa42b (diff) | |
download | meta-boot2qt-793482677cf85280380a8c22440c611d66f8a774.tar.gz |
colibri vf: use fsl sdcard image creation class
Change-Id: Ief8cbbb4bcf774e68ecaad7a3d2f375abb39830f
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
-rw-r--r-- | conf/distro/include/colibri-vf.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/include/colibri-vf.conf b/conf/distro/include/colibri-vf.conf index 5ac5849..303e676 100644 --- a/conf/distro/include/colibri-vf.conf +++ b/conf/distro/include/colibri-vf.conf | |||
@@ -22,6 +22,8 @@ | |||
22 | 22 | ||
23 | include conf/distro/include/toradex.inc | 23 | include conf/distro/include/toradex.inc |
24 | 24 | ||
25 | IMAGE_FSTYPES += "ext3 sdcard" | ||
26 | |||
25 | BOOTFS_CONTENT = "\ | 27 | BOOTFS_CONTENT = "\ |
26 | u-boot-nand.imx:u-boot-nand.imx \ | 28 | u-boot-nand.imx:u-boot-nand.imx \ |
27 | flash_mmc-${MACHINE}.img:flash_mmc.img \ | 29 | flash_mmc-${MACHINE}.img:flash_mmc.img \ |