1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00

am57xx/dra7xx: disable UBI images by default

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2016-08-09 07:03:46 +00:00
parent 0ec4dcc7cb
commit 2e0e6b5cb9
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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"