From: Zhenhua Luo Date: Tue, 1 Sep 2015 03:48:59 +0000 (+0800) Subject: p5020ds(-64b): disable virtual terminal support X-Git-Tag: 2.1~337 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a6fae84fdb1a3a68ea111819d50086b3ed5a502f;p=meta-freescale.git p5020ds(-64b): disable virtual terminal support Signed-off-by: Zhenhua Luo Signed-off-by: Otavio Salvador --- diff --git a/conf/machine/p5020ds-64b.conf b/conf/machine/p5020ds-64b.conf index 39497a2e..54cca65a 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 cfb9fe2a..e25e3dd1 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"