[meta-freescale] PATCH 17/27] p5020ds(-64b): disable virtual terminal support

Zhenhua Luo zhenhua.luo at freescale.com
Mon Aug 31 20:48:59 PDT 2015


Signed-off-by: Zhenhua Luo <zhenhua.luo at freescale.com>
---
 conf/machine/p5020ds-64b.conf | 2 ++
 conf/machine/p5020ds.conf     | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/conf/machine/p5020ds-64b.conf b/conf/machine/p5020ds-64b.conf
index 39497a2..54cca65 100644
--- a/conf/machine/p5020ds-64b.conf
+++ b/conf/machine/p5020ds-64b.conf
@@ -24,3 +24,5 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_smp_defconfig"
 JFFS2_ERASEBLOCK = "0x10000"
 
 EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg"
+
+USE_VT ?= "0"
diff --git a/conf/machine/p5020ds.conf b/conf/machine/p5020ds.conf
index cfb9fe2..e25e3dd 100644
--- a/conf/machine/p5020ds.conf
+++ b/conf/machine/p5020ds.conf
@@ -24,3 +24,5 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
 JFFS2_ERASEBLOCK = "0x10000"
 
 EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg"
+
+USE_VT ?= "0"
-- 
2.4.3



More information about the meta-freescale mailing list