From 538eaa586f628da9456be08190c80f4267a4c275 Mon Sep 17 00:00:00 2001 From: Thomas Perale Date: Fri, 11 Jul 2025 13:08:01 +0200 Subject: [PATCH] Revert "support/testing: enable lpxelinux for syslinux runtime test" This reverts commit 5d6d1da5e4da4c4184e16b06c6f8deab9eb8217b. LPXELINUX is not present on 2025.05.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 """