summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Ogden <bernie.ogden@linaro.org>2015-08-24 11:00:05 +0100
committerBernard Ogden <bernie.ogden@linaro.org>2015-08-24 11:42:58 +0100
commite79ed18676125ab85d30c9f4e3005ba1b902002b (patch)
treeb6377db0d83c74de95d70b6f2107b96421ed14ff
parent2ab203931550beeb211b3060ebed6f05f97044b5 (diff)
Disable auto-serial-console
Change-Id: Idf2fc15fdd7c2e529f6ab3b04c11d4d5f3fb11f2
-rw-r--r--meta-aarch64/conf/machine/bogden-juno.conf14
1 files changed, 1 insertions, 13 deletions
diff --git a/meta-aarch64/conf/machine/bogden-juno.conf b/meta-aarch64/conf/machine/bogden-juno.conf
index 27052ec..ffd063f 100644
--- a/meta-aarch64/conf/machine/bogden-juno.conf
+++ b/meta-aarch64/conf/machine/bogden-juno.conf
@@ -22,16 +22,4 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-linaro"
KERNEL_IMAGETYPE = "Image"
-# We have to disable SERIAL_CONSOLE due to auto-serial-console
-#SERIAL_CONSOLE = "115200 ttyAMA0"
-
-# Force auto-serial-console to be used by all image types
-# Ideally this would be part of core oe or as a bbclassappend,
-# but as we don't have an easy way to append a class, defining
-# it here
-EXTRA_IMAGE_FEATURES += "autoserial"
-FEATURE_PACKAGES_autoserial = "auto-serial-console"
-
-# we do not want to have getty running on tty1 as we run
-# auto-serial-console there
-USE_VT = "0"
+SERIAL_CONSOLE = "115200 ttyAMA0"