summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2023-11-07 23:56:01 +0000
committerRyan Eatmon <reatmon@ti.com>2023-11-08 17:36:02 -0600
commit7e2fb321b6d1306e45588e8da892889c145e6759 (patch)
tree47865af496e3f0356d8d0034bf31f809ca7897fe /meta-ti-bsp/conf/machine/include
parent51b519d62e2279ff20f3fb09995dfb8c4360d8ca (diff)
downloadmeta-ti-7e2fb321b6d1306e45588e8da892889c145e6759.tar.gz
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 <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include')
-rw-r--r--meta-ti-bsp/conf/machine/include/k3.inc1
1 files changed, 0 insertions, 1 deletions
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"
65do_image[mcdepends] += "mc::k3r5:virtual/bootloader:do_deploy" 65do_image[mcdepends] += "mc::k3r5:virtual/bootloader:do_deploy"
66 66
67SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS2" 67SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS2"
68SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"