| Message ID | 20260116174309.1579692-1-reatmon@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-ti,master] j721e: Disable ti-vxe-vde-driver for 6.18 | expand |
meta-ti / na / 20260116174309.1579692-1-reatmon PRC Results: PASS ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- All patches passed ========================================================= apply-yocto-patch: PASS ========================================================= master ===================== Summary: - Patch Series: [meta-ti][master][PATCH] j721e: Disable ti-vxe-vde-driver for 6.18 - Submitter: From: Ryan Eatmon <reatmon@ti.com> - Date: Date: Fri, 16 Jan 2026 11:43:09 -0600 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: f901e1c9fa049a495047084b7062ee71355db91c Applied to: - Repository: lcpd-prc-meta-ti - Base Branch: master - Commit Author: LCPD Automation Script <lcpdbld@list.ti.com> - Commit Subject: CI/CD Auto-Merger: cicd.master.202601090100 - Commit SHA: 3b7aad2f154511d2472eb5b646d15eb0d50d56c6 Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= master ===================== PASS ========================================================= yocto-check-layers: PASS ========================================================= master - PASS ===================== All checks passed
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}"
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> --- meta-ti-bsp/conf/machine/include/j721e.inc | 1 + 1 file changed, 1 insertion(+)