diff mbox series

[meta-ti,scarthgap] ti-bsp: ti-img-encode-decode: Out-of-Tree Recipe Cleanup

Message ID 20250311212400.275443-1-b-brnich@ti.com
State New
Headers show
Series [meta-ti,scarthgap] ti-bsp: ti-img-encode-decode: Out-of-Tree Recipe Cleanup | expand

Commit Message

Brandon Brnich March 11, 2025, 9:24 p.m. UTC
Module recipe is missing SUMMARY and a proper SRC_URI leading to
warnings during the build process.

Fixes: 296344c8 ("ti-bsp: ti-img-encode-decode: Add Recipe for Building VXE-VXD Out-of-Tree Module")
Reported-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Brandon Brnich <b-brnich@ti.com>
---
 .../ti-img-encode-decode/ti-vxe-vxd-driver_6.12.bb            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/ti-vxe-vxd-driver_6.12.bb b/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/ti-vxe-vxd-driver_6.12.bb
index fa2d3792..20417704 100644
--- a/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/ti-vxe-vxd-driver_6.12.bb
+++ b/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/ti-vxe-vxd-driver_6.12.bb
@@ -1,4 +1,4 @@ 
-DESCRIPTION =  "Kernel drivers for the VXE384 and D5500 Video Accelerators found in the J721E TI SoC"
+SUMMARY =  "Kernel drivers for Video Accelerators found in the J721E TI SoC"
 LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://README;beginline=11;endline=12;md5=ad10b552e357ac443ec5dd2e02912b1b"
 
@@ -12,7 +12,7 @@  DEPENDS += "virtual/kernel"
 
 BRANCH = "scarthgap/k${PV}"
 
-SRC_URI = "git://git.ti.com/multimedia/img-vxe-vxd.git;protocol=https;branch=${BRANCH}"
+SRC_URI = "git://git.ti.com/git/multimedia/img-vxe-vxd.git;protocol=https;branch=${BRANCH}"
 
 SRCREV = "99d063aa0ef53633057042570411b84bd967624b"