From: Zhenhua Luo Date: Tue, 1 Sep 2015 03:49:05 +0000 (+0800) Subject: t2080qds(-64b): disable virtual terminal support X-Git-Tag: 2.1~331 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7f08221d28eee088ec75a1f1b651d41807d16099;p=meta-freescale.git t2080qds(-64b): disable virtual terminal support Signed-off-by: Zhenhua Luo Signed-off-by: Otavio Salvador --- diff --git a/conf/machine/t2080qds-64b.conf b/conf/machine/t2080qds-64b.conf index f785a57b..8da4582f 100644 --- a/conf/machine/t2080qds-64b.conf +++ b/conf/machine/t2080qds-64b.conf @@ -25,3 +25,5 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" JFFS2_ERASEBLOCK = "0x10000" EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg" + +USE_VT ?= "0" diff --git a/conf/machine/t2080qds.conf b/conf/machine/t2080qds.conf index a80c70dd..825e946f 100644 --- a/conf/machine/t2080qds.conf +++ b/conf/machine/t2080qds.conf @@ -25,3 +25,5 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" JFFS2_ERASEBLOCK = "0x10000" EXTRA_IMAGEDEPENDS += "fm-ucode rcw lib64-hypervisor hv-cfg" + +USE_VT ?= "0"