mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-06-01 00:59:54 +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>
This commit is contained in:
committed by
Andrei Gherzan
parent
0fc2b1c3ac
commit
c8532df1c2
@@ -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