From f28089db0b6ce279176e6ca74aa60112a41d1cd5 Mon Sep 17 00:00:00 2001 From: Thomas Perale Date: Fri, 11 Jul 2025 13:06:52 +0200 Subject: [PATCH] Revert "support/testing: enable lpxelinux for syslinux runtime test" This reverts commit 4b7f821eb5ffd017762d7db9edee460860d3cd16. LPXELINUX is not present on 2025.02.x. Signed-off-by: Thomas Perale --- support/testing/tests/boot/test_syslinux.py | 1 - 1 file changed, 1 deletion(-) diff --git a/support/testing/tests/boot/test_syslinux.py b/support/testing/tests/boot/test_syslinux.py index 17fe904263..41152cde7e 100644 --- a/support/testing/tests/boot/test_syslinux.py +++ b/support/testing/tests/boot/test_syslinux.py @@ -21,7 +21,6 @@ class TestSysLinuxBase(infra.basetest.BRTest): """ BR2_TARGET_SYSLINUX=y BR2_TARGET_SYSLINUX_ISOLINUX=y - BR2_TARGET_SYSLINUX_LPXELINUX=y BR2_TARGET_SYSLINUX_PXELINUX=y BR2_TARGET_SYSLINUX_MBR=y """