diff options
author | Thomas Perrot <thomas.perrot@tupi.fr> | 2015-05-22 12:03:55 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei.gherzan@windriver.com> | 2015-06-05 16:38:14 +0200 |
commit | c8532df1c2e4812b3520d32ed49be943bea2edd9 (patch) | |
tree | 51fd6d142ea9ee98b22b253f510369abbf2741f6 | |
parent | 0fc2b1c3ac7cf26ec498bcc5fbd0794fdf8bcaf7 (diff) | |
download | meta-raspberrypi-c8532df1c2e4812b3520d32ed49be943bea2edd9.tar.gz meta-raspberrypi-c8532df1c2e4812b3520d32ed49be943bea2edd9.tar.bz2 meta-raspberrypi-c8532df1c2e4812b3520d32ed49be943bea2edd9.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>
-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 \ |