summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2026-01-16 11:40:17 -0600
committerRyan Eatmon <reatmon@ti.com>2026-01-17 10:48:11 -0600
commit48901ff242d058cb134d8acf3780ca9ad63180f4 (patch)
tree04e1d529e417eb4b95cf1ec3b0426eeeaa261185 /meta-ti-bsp
parent4a36d60f3aa69b56b2dcfdbf160175c1d8cc7767 (diff)
downloadmeta-ti-48901ff242d058cb134d8acf3780ca9ad63180f4.tar.gz
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 <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp')
-rw-r--r--meta-ti-bsp/conf/machine/include/j721e.inc1
1 files changed, 1 insertions, 0 deletions
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"
17 17
18TI_VXE_VXD_DRIVER = "ti-vxe-vxd-driver" 18TI_VXE_VXD_DRIVER = "ti-vxe-vxd-driver"
19TI_VXE_VXD_DRIVER:bsp-ti-6_6 = "" 19TI_VXE_VXD_DRIVER:bsp-ti-6_6 = ""
20TI_VXE_VXD_DRIVER:bsp-ti-6_18 = ""
20 21
21MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cadence-mhdp-fw vxd-dec-fw ti-eth-fw-j721e ${TI_VXE_VXD_DRIVER}" 22MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cadence-mhdp-fw vxd-dec-fw ti-eth-fw-j721e ${TI_VXE_VXD_DRIVER}"
22 23