diff options
| author | Randolph Sapp <rs@ti.com> | 2022-11-04 22:46:37 +0000 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2022-11-23 16:08:24 -0600 |
| commit | 14fcd9a9bfa1991e2c329038db064b4aaabcda86 (patch) | |
| tree | 0dba90cf802cf7ed4d84348b8a7fc94f9efe0ee3 | |
| parent | e0ff5cbd255aff8099a0668591041c716b1b4a57 (diff) | |
| download | meta-ti-14fcd9a9bfa1991e2c329038db064b4aaabcda86.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>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
| -rw-r--r-- | meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb | 8 | ||||
| -rw-r--r-- | meta-ti-bsp/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb | 2 |
2 files changed, 3 insertions, 7 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 index 00bc719a..fd595dea 100644 --- 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 | |||
| @@ -27,20 +27,16 @@ SRC_URI = " \ | |||
| 27 | 27 | ||
| 28 | S = "${WORKDIR}/git" | 28 | S = "${WORKDIR}/git" |
| 29 | 29 | ||
| 30 | SRCREV = "ea2ac3fda4ac442b639bc3a0b73e9c4feac2081a" | 30 | SRCREV = "a353b9524399d927af8e824f92902065947b2fbe" |
| 31 | 31 | ||
| 32 | TARGET_PRODUCT:j721e = "j721e_linux" | 32 | TARGET_PRODUCT:j721e = "j721e_linux" |
| 33 | TARGET_PRODUCT:j721s2 = "j721s2_linux" | 33 | TARGET_PRODUCT:j721s2 = "j721s2_linux" |
| 34 | TARGET_PRODUCT:j784s4 = "j784s4_linux" | 34 | TARGET_PRODUCT:j784s4 = "j784s4_linux" |
| 35 | TARGET_PRODUCT:am62xx = "am62_linux" | 35 | TARGET_PRODUCT:am62xx = "am62_linux" |
| 36 | TARGET_BVNC:j721e = "22.104.208.318" | ||
| 37 | TARGET_BVNC:j721s2 = "36.53.104.796" | ||
| 38 | TARGET_BVNC:j784s4 = "36.53.104.796" | ||
| 39 | TARGET_BVNC:am62xx = "33.15.11.3" | ||
| 40 | PVR_BUILD = "release" | 36 | PVR_BUILD = "release" |
| 41 | PVR_WS = "wayland" | 37 | PVR_WS = "wayland" |
| 42 | 38 | ||
| 43 | EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}" RGX_BVNC=${TARGET_BVNC} BUILD=${PVR_BUILD} PVR_BUILD_DIR=${TARGET_PRODUCT} WINDOW_SYSTEM=${PVR_WS}' | 39 | EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}" BUILD=${PVR_BUILD} PVR_BUILD_DIR=${TARGET_PRODUCT} WINDOW_SYSTEM=${PVR_WS}' |
| 44 | 40 | ||
| 45 | do_install() { | 41 | do_install() { |
| 46 | 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 | 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/meta-ti-bsp/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb b/meta-ti-bsp/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb index 2abec024..a665c614 100644 --- a/meta-ti-bsp/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb +++ b/meta-ti-bsp/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb | |||
| @@ -15,7 +15,7 @@ PR = "r2" | |||
| 15 | BRANCH = "linuxws/dunfell/k5.10/${PV}_unified_fw_pagesize" | 15 | BRANCH = "linuxws/dunfell/k5.10/${PV}_unified_fw_pagesize" |
| 16 | 16 | ||
| 17 | SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}" | 17 | SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}" |
| 18 | SRCREV = "4207c0ea429ec751b1ff5f831a84ceeb76ad578d" | 18 | SRCREV = "5977e82b96028f783d39c7219f016c1faf8dc5f5" |
| 19 | 19 | ||
| 20 | TARGET_PRODUCT:j721e = "j721e_linux" | 20 | TARGET_PRODUCT:j721e = "j721e_linux" |
| 21 | TARGET_PRODUCT:j721s2 = "j721s2_linux" | 21 | TARGET_PRODUCT:j721s2 = "j721s2_linux" |
