mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-31 07:50:52 +00:00
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>
This commit is contained in:
committed by
LCPD Automation Script
parent
b4c020c8d9
commit
816ddf70e7
@@ -26,7 +26,7 @@ SRC_URI = " \
|
|||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
SRCREV = "ea2ac3fda4ac442b639bc3a0b73e9c4feac2081a"
|
SRCREV = "a353b9524399d927af8e824f92902065947b2fbe"
|
||||||
|
|
||||||
TARGET_PRODUCT_j7-evm = "j721e_linux"
|
TARGET_PRODUCT_j7-evm = "j721e_linux"
|
||||||
TARGET_PRODUCT_j7-hs-evm = "j721e_linux"
|
TARGET_PRODUCT_j7-hs-evm = "j721e_linux"
|
||||||
@@ -34,16 +34,10 @@ TARGET_PRODUCT_j721s2-evm = "j721s2_linux"
|
|||||||
TARGET_PRODUCT_j721s2-hs-evm = "j721s2_linux"
|
TARGET_PRODUCT_j721s2-hs-evm = "j721s2_linux"
|
||||||
TARGET_PRODUCT_j784s4-evm = "j784s4_linux"
|
TARGET_PRODUCT_j784s4-evm = "j784s4_linux"
|
||||||
TARGET_PRODUCT_am62xx = "am62_linux"
|
TARGET_PRODUCT_am62xx = "am62_linux"
|
||||||
TARGET_BVNC_j7-evm = "22.104.208.318"
|
|
||||||
TARGET_BVNC_j7-hs-evm = "22.104.208.318"
|
|
||||||
TARGET_BVNC_j721s2-evm = "36.53.104.796"
|
|
||||||
TARGET_BVNC_j721s2-hs-evm = "36.53.104.796"
|
|
||||||
TARGET_BVNC_j784s4-evm = "36.53.104.796"
|
|
||||||
TARGET_BVNC_am62xx = "33.15.11.3"
|
|
||||||
PVR_BUILD = "release"
|
PVR_BUILD = "release"
|
||||||
PVR_WS = "wayland"
|
PVR_WS = "wayland"
|
||||||
|
|
||||||
EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}" RGX_BVNC=${TARGET_BVNC} BUILD=${PVR_BUILD} PVR_BUILD_DIR=${TARGET_PRODUCT} WINDOW_SYSTEM=${PVR_WS}'
|
EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}" BUILD=${PVR_BUILD} PVR_BUILD_DIR=${TARGET_PRODUCT} WINDOW_SYSTEM=${PVR_WS}'
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
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
|
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
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ PR = "r2"
|
|||||||
BRANCH = "linuxws/dunfell/k5.10/${PV}_unified_fw_pagesize"
|
BRANCH = "linuxws/dunfell/k5.10/${PV}_unified_fw_pagesize"
|
||||||
|
|
||||||
SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}"
|
SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}"
|
||||||
SRCREV = "4207c0ea429ec751b1ff5f831a84ceeb76ad578d"
|
SRCREV = "5977e82b96028f783d39c7219f016c1faf8dc5f5"
|
||||||
|
|
||||||
TARGET_PRODUCT_j7-evm = "j721e_linux"
|
TARGET_PRODUCT_j7-evm = "j721e_linux"
|
||||||
TARGET_PRODUCT_j7-hs-evm = "j721e_linux"
|
TARGET_PRODUCT_j7-hs-evm = "j721e_linux"
|
||||||
|
|||||||
Reference in New Issue
Block a user