diff options
| author | Ryan Eatmon <reatmon@ti.com> | 2022-09-26 11:23:42 -0500 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2022-10-04 08:08:27 -0500 |
| commit | 165531f3fe8c7c8f5c19048bfc14bd2c62680efe (patch) | |
| tree | ca983e0df7aa26326e3ace1d574770019d5048d9 | |
| parent | 149ca1956a32c12186b770c30f39f077c0c9dea7 (diff) | |
| download | meta-ti-165531f3fe8c7c8f5c19048bfc14bd2c62680efe.tar.gz | |
ti-img-rogue-driver: Fix git SRC_URI
We missed a spot when updating all of the git access for git.ti.com
to use HTTPS.
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
| -rw-r--r-- | recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb | 2 |
1 files changed, 1 insertions, 1 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 7fcbd96a..3dbc87b6 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 | |||
| @@ -20,7 +20,7 @@ PROVIDES = "virtual/gpudriver" | |||
| 20 | BRANCH = "linuxws/dunfell/k5.10/${PV}_unified_fw_pagesize" | 20 | BRANCH = "linuxws/dunfell/k5.10/${PV}_unified_fw_pagesize" |
| 21 | 21 | ||
| 22 | SRC_URI = " \ | 22 | SRC_URI = " \ |
| 23 | git://git.ti.com/git/graphics/ti-img-rogue-driver.git;branch=${BRANCH} \ | 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 \ | 24 | file://0001-compiler-support-OpenEmbedded-nodistro-internal-aarc.patch \ |
| 25 | " | 25 | " |
| 26 | 26 | ||
