[meta-freescale] [meta-fsl-ppc][PATCH 09/31] t1023: disable virtual terminal support

ting.liu at nxp.com ting.liu at nxp.com
Fri Jun 17 00:45:43 PDT 2016


From: Ting Liu <ting.liu at nxp.com>

Signed-off-by: Ting Liu <ting.liu at nxp.com>
---
 conf/machine/t1023rdb-64b.conf | 1 +
 conf/machine/t1023rdb.conf     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/conf/machine/t1023rdb-64b.conf b/conf/machine/t1023rdb-64b.conf
index 2cfb4ef..086ec76 100644
--- a/conf/machine/t1023rdb-64b.conf
+++ b/conf/machine/t1023rdb-64b.conf
@@ -21,3 +21,4 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 EXTRA_IMAGEDEPENDS += "fm-ucode rcw"
+USE_VT ?= "0"
diff --git a/conf/machine/t1023rdb.conf b/conf/machine/t1023rdb.conf
index 3715ad3..71da38a 100644
--- a/conf/machine/t1023rdb.conf
+++ b/conf/machine/t1023rdb.conf
@@ -21,3 +21,4 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3l_smp_defconfig"
 
 JFFS2_ERASEBLOCK = "0x10000"
 EXTRA_IMAGEDEPENDS += "fm-ucode rcw"
+USE_VT ?= "0"
-- 
1.9.2



More information about the meta-freescale mailing list