diff options
author | Brandon Brnich <b-brnich@ti.com> | 2025-03-11 16:24:00 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-03-13 05:24:47 -0500 |
commit | a71cbc549e3e4d93699b1cf0c7dd5e5482e78b12 (patch) | |
tree | ee214dcce2cfacec643d656efd42a040187ba943 | |
parent | a0b3248c3e45a147b8184f32388a6e1d2536279a (diff) | |
download | meta-ti-a71cbc549e3e4d93699b1cf0c7dd5e5482e78b12.tar.gz |
ti-bsp: ti-img-encode-decode: Out-of-Tree Recipe Cleanup
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>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-ti-bsp/recipes-bsp/ti-img-encode-decode/ti-vxe-vxd-driver_6.12.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
1 | DESCRIPTION = "Kernel drivers for the VXE384 and D5500 Video Accelerators found in the J721E TI SoC" | 1 | SUMMARY = "Kernel drivers for Video Accelerators found in the J721E TI SoC" |
2 | LICENSE = "GPL-2.0-only" | 2 | LICENSE = "GPL-2.0-only" |
3 | LIC_FILES_CHKSUM = "file://README;beginline=11;endline=12;md5=ad10b552e357ac443ec5dd2e02912b1b" | 3 | LIC_FILES_CHKSUM = "file://README;beginline=11;endline=12;md5=ad10b552e357ac443ec5dd2e02912b1b" |
4 | 4 | ||
@@ -12,7 +12,7 @@ DEPENDS += "virtual/kernel" | |||
12 | 12 | ||
13 | BRANCH = "scarthgap/k${PV}" | 13 | BRANCH = "scarthgap/k${PV}" |
14 | 14 | ||
15 | SRC_URI = "git://git.ti.com/multimedia/img-vxe-vxd.git;protocol=https;branch=${BRANCH}" | 15 | SRC_URI = "git://git.ti.com/git/multimedia/img-vxe-vxd.git;protocol=https;branch=${BRANCH}" |
16 | 16 | ||
17 | SRCREV = "99d063aa0ef53633057042570411b84bd967624b" | 17 | SRCREV = "99d063aa0ef53633057042570411b84bd967624b" |
18 | 18 | ||