[meta-ti] Denys Dmytriyenko : am57xx/dra7xx: disable UBI images by default

Arago Project git git at arago-project.org
Wed Aug 10 19:33:24 PDT 2016


Module: meta-ti
Branch: krogoth
Commit: 2e0e6b5cb9ecb480ac6a443d82cb800b675308c5
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=2e0e6b5cb9ecb480ac6a443d82cb800b675308c5

Author: Denys Dmytriyenko <denys at ti.com>
Date:   Tue Aug  9 07:03:46 2016 +0000

am57xx/dra7xx: disable UBI images by default

Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 conf/machine/am57xx-evm.conf |    2 +-
 conf/machine/dra7xx-evm.conf |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf
index 7dbc088..16ce76a 100644
--- a/conf/machine/am57xx-evm.conf
+++ b/conf/machine/am57xx-evm.conf
@@ -6,7 +6,7 @@ require conf/machine/include/dra7xx.inc
 
 MACHINE_FEATURES += "touchscreen"
 
-IMAGE_FSTYPES += "ubifs ubi tar.gz tar.xz"
+IMAGE_FSTYPES += "tar.gz tar.xz"
 
 SERIAL_CONSOLE = ""
 SERIAL_CONSOLES = "115200;ttyS2 115200;ttyO2"
diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf
index 6c69683..a03a7fe 100644
--- a/conf/machine/dra7xx-evm.conf
+++ b/conf/machine/dra7xx-evm.conf
@@ -6,7 +6,7 @@ require conf/machine/include/dra7xx.inc
 
 MACHINE_FEATURES += "touchscreen"
 
-IMAGE_FSTYPES += "ubifs ubi tar.gz tar.xz"
+IMAGE_FSTYPES += "tar.gz tar.xz"
 
 SERIAL_CONSOLE = ""
 SERIAL_CONSOLES = "115200;ttyS0 115200;ttyO0"



More information about the meta-ti mailing list