summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandolph Sapp <rs@ti.com>2022-10-06 18:41:08 -0500
committerLCPD Automation Script <lcpdbld@list.ti.com>2022-10-10 19:06:23 -0500
commit816ddf70e73e60eecf23f57e540f1032d3f7860f (patch)
tree53a123f379648941edbdd027571c4e19c2dccc6f
parentb4c020c8d920f5cf327bb1336a136451473a102d (diff)
downloadmeta-ti-816ddf70e73e60eecf23f57e540f1032d3f7860f.tar.gz
ti-img-rogue-*: Bump the graphics recipes
Bump the graphics recipes source revision and remove the old BVNC switch. The BVNC is now baked into the platform Makefile that is selected with PVR_BUILD_DIR / TARGET_PRODUCT. Signed-off-by: Randolph Sapp <rs@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb10
-rw-r--r--recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb2
2 files changed, 3 insertions, 9 deletions
diff --git a/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb b/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb
index 1127c5d1..4f6dc4d4 100644
--- a/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb
+++ b/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb
@@ -26,7 +26,7 @@ SRC_URI = " \
26 26
27S = "${WORKDIR}/git" 27S = "${WORKDIR}/git"
28 28
29SRCREV = "ea2ac3fda4ac442b639bc3a0b73e9c4feac2081a" 29SRCREV = "a353b9524399d927af8e824f92902065947b2fbe"
30 30
31TARGET_PRODUCT_j7-evm = "j721e_linux" 31TARGET_PRODUCT_j7-evm = "j721e_linux"
32TARGET_PRODUCT_j7-hs-evm = "j721e_linux" 32TARGET_PRODUCT_j7-hs-evm = "j721e_linux"
@@ -34,16 +34,10 @@ TARGET_PRODUCT_j721s2-evm = "j721s2_linux"
34TARGET_PRODUCT_j721s2-hs-evm = "j721s2_linux" 34TARGET_PRODUCT_j721s2-hs-evm = "j721s2_linux"
35TARGET_PRODUCT_j784s4-evm = "j784s4_linux" 35TARGET_PRODUCT_j784s4-evm = "j784s4_linux"
36TARGET_PRODUCT_am62xx = "am62_linux" 36TARGET_PRODUCT_am62xx = "am62_linux"
37TARGET_BVNC_j7-evm = "22.104.208.318"
38TARGET_BVNC_j7-hs-evm = "22.104.208.318"
39TARGET_BVNC_j721s2-evm = "36.53.104.796"
40TARGET_BVNC_j721s2-hs-evm = "36.53.104.796"
41TARGET_BVNC_j784s4-evm = "36.53.104.796"
42TARGET_BVNC_am62xx = "33.15.11.3"
43PVR_BUILD = "release" 37PVR_BUILD = "release"
44PVR_WS = "wayland" 38PVR_WS = "wayland"
45 39
46EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}" RGX_BVNC=${TARGET_BVNC} BUILD=${PVR_BUILD} PVR_BUILD_DIR=${TARGET_PRODUCT} WINDOW_SYSTEM=${PVR_WS}' 40EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}" BUILD=${PVR_BUILD} PVR_BUILD_DIR=${TARGET_PRODUCT} WINDOW_SYSTEM=${PVR_WS}'
47 41
48do_install() { 42do_install() {
49 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 43 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
diff --git a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb
index b6bb4324..de979be0 100644
--- a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb
+++ b/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb
@@ -15,7 +15,7 @@ PR = "r2"
15BRANCH = "linuxws/dunfell/k5.10/${PV}_unified_fw_pagesize" 15BRANCH = "linuxws/dunfell/k5.10/${PV}_unified_fw_pagesize"
16 16
17SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}" 17SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}"
18SRCREV = "4207c0ea429ec751b1ff5f831a84ceeb76ad578d" 18SRCREV = "5977e82b96028f783d39c7219f016c1faf8dc5f5"
19 19
20TARGET_PRODUCT_j7-evm = "j721e_linux" 20TARGET_PRODUCT_j7-evm = "j721e_linux"
21TARGET_PRODUCT_j7-hs-evm = "j721e_linux" 21TARGET_PRODUCT_j7-hs-evm = "j721e_linux"