From 48901ff242d058cb134d8acf3780ca9ad63180f4 Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Fri, 16 Jan 2026 11:40:17 -0600 Subject: [PATCH] j721e: Disable ti-vxe-vde-driver for 6.18 The ti-vxe-vxd-driver recipe is not building with the 6.18 kernel. Once a new version that addresses this is available we can turn this back on. Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/include/j721e.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-ti-bsp/conf/machine/include/j721e.inc b/meta-ti-bsp/conf/machine/include/j721e.inc index 29566dac..f329e269 100644 --- a/meta-ti-bsp/conf/machine/include/j721e.inc +++ b/meta-ti-bsp/conf/machine/include/j721e.inc @@ -17,6 +17,7 @@ OPTEEMACHINE = "k3-j721e" TI_VXE_VXD_DRIVER = "ti-vxe-vxd-driver" TI_VXE_VXD_DRIVER:bsp-ti-6_6 = "" +TI_VXE_VXD_DRIVER:bsp-ti-6_18 = "" MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cadence-mhdp-fw vxd-dec-fw ti-eth-fw-j721e ${TI_VXE_VXD_DRIVER}"