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

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


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

diff --git a/conf/machine/b4420qds-64b.conf b/conf/machine/b4420qds-64b.conf
index 545c54a..b45e827 100644
--- a/conf/machine/b4420qds-64b.conf
+++ b/conf/machine/b4420qds-64b.conf
@@ -17,3 +17,5 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
 JFFS2_ERASEBLOCK = "0x10000"
 
 EXTRA_IMAGEDEPENDS += "fm-ucode rcw"
+
+USE_VT ?= "0"
diff --git a/conf/machine/b4420qds.conf b/conf/machine/b4420qds.conf
index 31f0a5d..53e2d93 100644
--- a/conf/machine/b4420qds.conf
+++ b/conf/machine/b4420qds.conf
@@ -17,3 +17,5 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
 JFFS2_ERASEBLOCK = "0x10000"
 
 EXTRA_IMAGEDEPENDS += "fm-ucode rcw"
+
+USE_VT ?= "0"
-- 
2.4.3



More information about the meta-freescale mailing list