meta-digi-dey: sysvinit: No getty in inittab if console disabled.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
f15d7c3e31
commit
5351b71c82
|
|
@ -27,7 +27,7 @@ KERNEL_DEVICETREE ?= " \
|
|||
imx6dl-ccimx6sbc-id131.dtb \
|
||||
"
|
||||
|
||||
SERIAL_CONSOLES = "115200;ttymxc3"
|
||||
SERIAL_CONSOLES ?= "115200;ttymxc3"
|
||||
|
||||
# Bluetooth tty
|
||||
BT_TTY ?= "ttymxc1"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
# Copyright (C) 2016 Digi International.
|
||||
|
||||
python __anonymous () {
|
||||
if d.getVar("TRUSTFENCE_CONSOLE_DISABLE", True):
|
||||
d.setVar("SERIAL_CONSOLES", "")
|
||||
}
|
||||
Loading…
Reference in New Issue