diff --git a/meta-digi-dey/recipes-core/systemd/systemd-serialgetty.bbappend b/meta-digi-dey/recipes-core/systemd/systemd-serialgetty.bbappend new file mode 100644 index 000000000..551283000 --- /dev/null +++ b/meta-digi-dey/recipes-core/systemd/systemd-serialgetty.bbappend @@ -0,0 +1,6 @@ +# Copyright (C) 2016 Digi International. + +python __anonymous () { + if d.getVar("TRUSTFENCE_CONSOLE_DISABLE", True): + d.setVar("SERIAL_CONSOLES", "") +}