diff options
author | Thomas Perrot <thomas.perrot@tupi.fr> | 2015-08-13 15:12:22 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2015-12-09 12:46:53 +0100 |
commit | d273a90c39a1a81cf173b5fc0e4ffaef306da5e3 (patch) | |
tree | 7454fc3c698f7c0a0694a3f51a24cd84dfebabf2 | |
parent | a00a6998a61383fee7b818028e9e1d77394a6d2d (diff) | |
download | meta-raspberrypi-d273a90c39a1a81cf173b5fc0e4ffaef306da5e3.tar.gz meta-raspberrypi-d273a90c39a1a81cf173b5fc0e4ffaef306da5e3.tar.bz2 meta-raspberrypi-d273a90c39a1a81cf173b5fc0e4ffaef306da5e3.zip |
If SERIAL_CONSOLE is already define by another layer, this value may not be good.
Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr>
(cherry picked from commit c8532df1c2e4812b3520d32ed49be943bea2edd9)
Signed-off-by: Petter Mabäcker <petter@technux.se>
-rw-r--r-- | conf/machine/include/rpi-base.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |