From 7399e278f43a5ef859b89dca473b84eb518668e9 Mon Sep 17 00:00:00 2001 From: Brandon Brnich Date: Thu, 6 Mar 2025 14:37:48 -0600 Subject: ti-bsp: ti-img-encode-decode: Add Recipe for Building VXE-VXD Out-of-Tree Module During 10.0 LTS bringup, the decision was made that it would be the last LTS that carried the IMG VXE and VXD driver in tree. Driver is now hosted on git.ti.com. This recipe is responsible for pulling in the driver, building it, and packaging it within the J721e SDK. Signed-off-by: Brandon Brnich Signed-off-by: Ryan Eatmon --- .../ti-img-encode-decode/ti-vxe-vxd-driver_6.12.bb | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 meta-ti-bsp/recipes-bsp/ti-img-encode-decode/ti-vxe-vxd-driver_6.12.bb 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 new file mode 100644 index 00000000..fa2d3792 --- /dev/null +++ b/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/ti-vxe-vxd-driver_6.12.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "Kernel drivers for the VXE384 and D5500 Video Accelerators found in the J721E TI SoC" +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://README;beginline=11;endline=12;md5=ad10b552e357ac443ec5dd2e02912b1b" + +inherit module + +PACKAGE_ARCH = "${MACHINE_ARCH}" + +COMPATIBLE_MACHINE = "j721e" + +DEPENDS += "virtual/kernel" + +BRANCH = "scarthgap/k${PV}" + +SRC_URI = "git://git.ti.com/multimedia/img-vxe-vxd.git;protocol=https;branch=${BRANCH}" + +SRCREV = "99d063aa0ef53633057042570411b84bd967624b" + +TARGET_PRODUCT:j721e = "j721e_linux" + +S = "${WORKDIR}/git" + +EXTRA_OEMAKE += 'KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' -- cgit v1.2.3-54-g00ecf