[meta-freescale] [meta-fsl-ppc][PATCH 08/31] p5040: disable virtual terminal support

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


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

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

diff --git a/conf/machine/p5040ds-64b.conf b/conf/machine/p5040ds-64b.conf
index 32b4c3e..6134f49 100644
--- a/conf/machine/p5040ds-64b.conf
+++ b/conf/machine/p5040ds-64b.conf
@@ -24,3 +24,4 @@ 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/p5040ds.conf b/conf/machine/p5040ds.conf
index 2ca3def..8378f30 100644
--- a/conf/machine/p5040ds.conf
+++ b/conf/machine/p5040ds.conf
@@ -24,3 +24,4 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
 JFFS2_ERASEBLOCK = "0x10000"
 
 EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg"
+USE_VT ?= "0"
-- 
1.9.2



More information about the meta-freescale mailing list