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

7 lines
169 B
Plaintext

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