From e2fb8459709b9dfe453083c9fccb1979254fbe44 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Mon, 20 Jun 2016 18:59:36 +0200 Subject: [PATCH] ccimx6ulstarter: remove sdcard image creation The CC6UL does not support booting from SD card, so it does not make sense to create a SDCARD image by default. Signed-off-by: Javier Viguera --- meta-digi-arm/conf/machine/ccimx6ulstarter.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-arm/conf/machine/ccimx6ulstarter.conf b/meta-digi-arm/conf/machine/ccimx6ulstarter.conf index e3be458b7..538260239 100644 --- a/meta-digi-arm/conf/machine/ccimx6ulstarter.conf +++ b/meta-digi-arm/conf/machine/ccimx6ulstarter.conf @@ -21,4 +21,4 @@ SERIAL_CONSOLES = "115200;ttymxc4" BT_TTY ?= "ttymxc0" # Flash image types -IMAGE_FSTYPES ?= "tar.bz2 ubifs sdcard" +IMAGE_FSTYPES ?= "tar.bz2 ubifs"