mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-16 15:56:57 +00:00
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 c8532df1c2)
Signed-off-by: Petter Mabäcker <petter@technux.se>
This commit is contained in:
committed by
Andrei Gherzan
parent
a00a6998a6
commit
d273a90c39
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user