mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02: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:
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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user