meta-digi-dey: systemd: Disable getty on console disable.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
Alex Gonzalez 2016-05-11 11:12:26 +02:00
parent 12b196bc0f
commit 05f1daeecc
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# Copyright (C) 2016 Digi International.
python __anonymous () {
if d.getVar("TRUSTFENCE_CONSOLE_DISABLE", True):
d.setVar("SERIAL_CONSOLES", "")
}