summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2022-11-04 22:46:34 +0000
committerRyan Eatmon <reatmon@ti.com>2022-11-23 16:08:24 -0600
commite6f1b2edf01b481552b32d052c96014b2e1de6f6 (patch)
treee4380c0a9a14d0bd3389ea8995e5cc30b0861cbd /meta-ti-bsp
parent2e81f6088220674030bffc1b8472979ca77e9eff (diff)
downloadmeta-ti-e6f1b2edf01b481552b32d052c96014b2e1de6f6.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> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp')
-rw-r--r--meta-ti-bsp/recipes-graphics/libgles/ti-img-rogue-umlibs_1.15.6133109.bb2
1 files changed, 1 insertions, 1 deletions
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 1fb04dab..5d6e45b8 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
@@ -14,7 +14,7 @@ PR = "r2"
14 14
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/graphics/ti-img-rogue-umlibs.git;branch=${BRANCH}" 17SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}"
18SRCREV = "fba0c770b712640ab3761dbe8369d43f89f616ed" 18SRCREV = "fba0c770b712640ab3761dbe8369d43f89f616ed"
19 19
20TARGET_PRODUCT:j721e = "j721e_linux" 20TARGET_PRODUCT:j721e = "j721e_linux"