All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-raspberrypi][PATCH 1/3] raspberrypi2.conf: Make SERIAL_CONSOLE overwritable
@ 2017-04-20 17:18 Andrei Gherzan
  2017-04-20 17:18 ` [meta-raspberrypi][PATCH 2/3] raspberrypi3-64.conf: " Andrei Gherzan
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Andrei Gherzan @ 2017-04-20 17:18 UTC (permalink / raw)
  To: yocto

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
---
 conf/machine/raspberrypi2.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/raspberrypi2.conf b/conf/machine/raspberrypi2.conf
index 9b4c02a..a17289c 100644
--- a/conf/machine/raspberrypi2.conf
+++ b/conf/machine/raspberrypi2.conf
@@ -7,7 +7,7 @@ DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4"
 require conf/machine/include/tune-cortexa7.inc
 include conf/machine/include/rpi-base.inc
 
-SERIAL_CONSOLE = "115200 ttyAMA0"
+SERIAL_CONSOLE ?= "115200 ttyAMA0"
 
 UBOOT_MACHINE = "rpi_2_config"
 VC4_CMA_SIZE ?= "cma-256"
-- 
2.12.2



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-04-21 20:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-20 17:18 [meta-raspberrypi][PATCH 1/3] raspberrypi2.conf: Make SERIAL_CONSOLE overwritable Andrei Gherzan
2017-04-20 17:18 ` [meta-raspberrypi][PATCH 2/3] raspberrypi3-64.conf: " Andrei Gherzan
2017-04-20 17:18 ` [meta-raspberrypi][PATCH 3/3] raspberrypi3.conf: Use a stand alone machine configuration Andrei Gherzan
2017-04-21 16:03 ` [meta-raspberrypi][PATCH 1/3] raspberrypi2.conf: Make SERIAL_CONSOLE overwritable Andrei Gherzan
2017-04-21 17:37   ` Paul Barker
2017-04-21 20:09     ` Mirza Krak

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.