diff options
author | Randolph Sapp <rs@ti.com> | 2023-02-24 10:12:15 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-02-24 08:38:07 -0600 |
commit | 600d45cdb01499cc07e0a28b6abc732e2e46e94d (patch) | |
tree | ebf8f7b167b910cc288e1655ae6393a2b985a3f8 /meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb | |
parent | b5d687fe4607c41bc4dfed2364bbea0d7fad34d7 (diff) | |
download | meta-ti-600d45cdb01499cc07e0a28b6abc732e2e46e94d.tar.gz |
meta-ti-bsp: graphics: Resolve dependency chain
Patched mesa will now be configured based on what virtual/gpudriver
preferred provider is selected. The gpu drivers will now runtime
recommend the associated UM components.
Signed-off-by: Randolph Sapp <rs@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb')
-rw-r--r-- | meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb deleted file mode 100644 index b4d19195..00000000 --- a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb +++ /dev/null | |||
@@ -1,42 +0,0 @@ | |||
1 | DESCRIPTION = "Kernel drivers for the PowerVR Rogue GPU found in the TI SoCs" | ||
2 | HOMEPAGE = "http://git.ti.com/graphics/ti-img-rogue-driver" | ||
3 | LICENSE = "MIT | GPL-2.0-only" | ||
4 | LIC_FILES_CHKSUM = "file://README;beginline=14;endline=19;md5=0403c7dea01a2b8232261e805325fac2" | ||
5 | |||
6 | inherit module features_check | ||
7 | |||
8 | REQUIRED_MACHINE_FEATURES = "gpu" | ||
9 | |||
10 | MACHINE_KERNEL_PR:append = "b" | ||
11 | PR = "${MACHINE_KERNEL_PR}" | ||
12 | |||
13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
14 | COMPATIBLE_MACHINE = "j721e|j721s2|j784s4|am62xx" | ||
15 | |||
16 | DEPENDS = "virtual/kernel" | ||
17 | |||
18 | PROVIDES = "virtual/gpudriver" | ||
19 | |||
20 | BRANCH = "linuxws/dunfell/k5.10/${PV}_unified_fw_pagesize" | ||
21 | |||
22 | SRC_URI = " \ | ||
23 | git://git.ti.com/git/graphics/ti-img-rogue-driver.git;protocol=https;branch=${BRANCH} \ | ||
24 | file://0001-compiler-support-OpenEmbedded-nodistro-internal-aarc.patch \ | ||
25 | " | ||
26 | |||
27 | S = "${WORKDIR}/git" | ||
28 | |||
29 | SRCREV = "c901804e8221d477983a6f7224a9cdc6e832f050" | ||
30 | |||
31 | TARGET_PRODUCT:j721e = "j721e_linux" | ||
32 | TARGET_PRODUCT:j721s2 = "j721s2_linux" | ||
33 | TARGET_PRODUCT:j784s4 = "j784s4_linux" | ||
34 | TARGET_PRODUCT:am62xx = "am62_linux" | ||
35 | PVR_BUILD = "release" | ||
36 | PVR_WS = "wayland" | ||
37 | |||
38 | EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}" BUILD=${PVR_BUILD} PVR_BUILD_DIR=${TARGET_PRODUCT} WINDOW_SYSTEM=${PVR_WS}' | ||
39 | |||
40 | do_install() { | ||
41 | make -C ${STAGING_KERNEL_DIR} M=${B}/binary_${TARGET_PRODUCT}_${PVR_WS}_${PVR_BUILD}/target_aarch64/kbuild INSTALL_MOD_PATH=${D}${root_prefix} PREFIX=${STAGING_DIR_HOST} modules_install | ||
42 | } | ||