[meta-ti] [PATCH] am180x-evm: don't request ubi FS w/o setting MKUBIFS and UBINIZE vars

Denys Dmytriyenko denis at denix.org
Fri Jun 13 09:55:12 PDT 2014


From: Denys Dmytriyenko <denys at ti.com>

It was ignored previously, but now it breaks the build.

Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
 conf/machine/am180x-evm.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/am180x-evm.conf b/conf/machine/am180x-evm.conf
index cff1565..44ca0c6 100644
--- a/conf/machine/am180x-evm.conf
+++ b/conf/machine/am180x-evm.conf
@@ -9,7 +9,7 @@ UBOOT_MACHINE = "da850evm_config"
 UBOOT_ENTRYPOINT = "0xc0008000"
 UBOOT_LOADADDRESS = "0xc0008000"
 
-IMAGE_FSTYPES += "tar.gz ubi"
+IMAGE_FSTYPES += "tar.gz"
 
 SERIAL_CONSOLE = "115200 ttyS2"
 
-- 
2.0.0



More information about the meta-ti mailing list