diff options
author | Ryan Eatmon <reatmon@ti.com> | 2022-11-04 22:46:20 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-11-23 16:08:24 -0600 |
commit | 8adeecdc49d6c2c46dbb1970f48be464bb89d10c (patch) | |
tree | f23d277d425bc8f883c4b0b6705266f15f42502e /meta-ti-extras/recipes-connectivity/wl18xx-target-scripts | |
parent | 44573918973a160e95298c76628c54de6944dbef (diff) | |
download | meta-ti-8adeecdc49d6c2c46dbb1970f48be464bb89d10c.tar.gz |
all: Stop using git://git.ti.com
Stop using un-encrypted git:// protocol to access TI repositories.
This is inline with the same arguments as made by github in
https://github.blog/2021-09-01-improving-git-protocol-security-github/
Signed-off-by: Nishanth Menon <nm@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>
Diffstat (limited to 'meta-ti-extras/recipes-connectivity/wl18xx-target-scripts')
-rw-r--r-- | meta-ti-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_8.7.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_8.7.3.bb b/meta-ti-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_8.7.3.bb index e553ff49..84e8764f 100644 --- a/meta-ti-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_8.7.3.bb +++ b/meta-ti-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_8.7.3.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://README;beginline=1;endline=21;md5=b8d6a0865f50159bf5c | |||
5 | # Tag: R8.7_SP3 (8.7.3) | 5 | # Tag: R8.7_SP3 (8.7.3) |
6 | SRCREV = "a07b6e711d2a70608101d3d6cdc5749c4d8a96d5" | 6 | SRCREV = "a07b6e711d2a70608101d3d6cdc5749c4d8a96d5" |
7 | BRANCH = "sitara-scripts" | 7 | BRANCH = "sitara-scripts" |
8 | SRC_URI = "git://git.ti.com/wilink8-wlan/wl18xx-target-scripts.git;protocol=git;branch=${BRANCH} \ | 8 | SRC_URI = "git://git.ti.com/git/wilink8-wlan/wl18xx-target-scripts.git;protocol=https;branch=${BRANCH} \ |
9 | file://0001-print_stat.sh-replace-system-bin-sh-with-bin-sh.patch \ | 9 | file://0001-print_stat.sh-replace-system-bin-sh-with-bin-sh.patch \ |
10 | " | 10 | " |
11 | 11 | ||