meta-digi/meta-digi-dey/recipes-core/systemd/systemd-serialgetty.bbappend

7 lines
170 B
Plaintext

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