All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-raspberrypi][PATCH] If SERIAL_CONSOLE is already define by another layer, this value may not be good.
@ 2015-05-22 10:04 Thomas Perrot
  2015-05-22 11:23 ` Gary Thomas
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Perrot @ 2015-05-22 10:04 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr>
---
 conf/machine/include/rpi-base.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc
index a26803a..1dda207 100644
--- a/conf/machine/include/rpi-base.inc
+++ b/conf/machine/include/rpi-base.inc
@@ -7,7 +7,7 @@ include conf/machine/include/soc-family.inc
 
 IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg"
 
-SERIAL_CONSOLE ?= "115200 ttyAMA0"
+SERIAL_CONSOLE = "115200 ttyAMA0"
 
 XSERVER = " \
     xserver-xorg \
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [meta-raspberrypi][PATCH] If SERIAL_CONSOLE is already define by another layer, this value may not be good.
@ 2015-05-22 10:03 Thomas Perrot
  2015-06-05 14:52 ` Andrei Gherzan
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Perrot @ 2015-05-22 10:03 UTC (permalink / raw)
  To: yocto

Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr>
---
 conf/machine/include/rpi-base.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc
index a26803a..1dda207 100644
--- a/conf/machine/include/rpi-base.inc
+++ b/conf/machine/include/rpi-base.inc
@@ -7,7 +7,7 @@ include conf/machine/include/soc-family.inc
 
 IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg"
 
-SERIAL_CONSOLE ?= "115200 ttyAMA0"
+SERIAL_CONSOLE = "115200 ttyAMA0"
 
 XSERVER = " \
     xserver-xorg \
-- 
1.7.10.4



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

end of thread, other threads:[~2015-06-05 14:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-22 10:04 [meta-raspberrypi][PATCH] If SERIAL_CONSOLE is already define by another layer, this value may not be good Thomas Perrot
2015-05-22 11:23 ` Gary Thomas
2015-05-22 12:49   ` Thomas PERROT
2015-05-22 13:01     ` Gary Thomas
  -- strict thread matches above, loose matches on Subject: below --
2015-05-22 10:03 Thomas Perrot
2015-06-05 14:52 ` Andrei Gherzan

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.