From 7e2fb321b6d1306e45588e8da892889c145e6759 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 7 Nov 2023 23:56:01 +0000 Subject: conf/machine: drop deprecated SERIAL_CONSOLES_CHECK OE-Core master/nanbield recently introduced ttyrun for spawning gettys only on existing terminals: https://git.openembedded.org/openembedded-core/commit/?id=8e48297621311116d3edd7e3aa0de1b8ef2431b1 With that, SERIAL_CONSOLES_CHECK has been deprecated even for SysVinit setups. Signed-off-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/include/k3.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-ti-bsp/conf/machine/include') diff --git a/meta-ti-bsp/conf/machine/include/k3.inc b/meta-ti-bsp/conf/machine/include/k3.inc index 2415f0ba..e3da9e12 100644 --- a/meta-ti-bsp/conf/machine/include/k3.inc +++ b/meta-ti-bsp/conf/machine/include/k3.inc @@ -65,4 +65,3 @@ do_image_wic[depends] += "virtual/bootloader:do_deploy" do_image[mcdepends] += "mc::k3r5:virtual/bootloader:do_deploy" SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS2" -SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" -- cgit v1.2.3-54-g00ecf