From: Zhenhua Luo Date: Tue, 1 Sep 2015 03:49:06 +0000 (+0800) Subject: t2080rdb(-64b): disable virtual terminal support X-Git-Tag: 2.1~330 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3af04272c839cceb6c1b7be61789f03cf6f17422;p=meta-freescale.git t2080rdb(-64b): disable virtual terminal support Signed-off-by: Zhenhua Luo Signed-off-by: Otavio Salvador --- diff --git a/conf/machine/t2080rdb-64b.conf b/conf/machine/t2080rdb-64b.conf index d50b0134..3a52d4b4 100644 --- a/conf/machine/t2080rdb-64b.conf +++ b/conf/machine/t2080rdb-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/t2080rdb.conf b/conf/machine/t2080rdb.conf index 50ec8287..43bd5574 100644 --- a/conf/machine/t2080rdb.conf +++ b/conf/machine/t2080rdb.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"