summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandolph Sapp <rs@ti.com>2025-11-06 19:01:16 -0600
committerRyan Eatmon <reatmon@ti.com>2025-11-20 14:15:29 -0600
commit780d73ff61d03ead35401b9ce77049bbf1f0d280 (patch)
treefc313e5d00b25055de97c2f16ca0b43d69ea757f
parenta349aed7bd11c11513f11647b7971c03db37e370 (diff)
downloadmeta-ti-780d73ff61d03ead35401b9ce77049bbf1f0d280.tar.gz
layer: add github MIRRORS definitions
We have some projects mirrored to GitHub currently. It makes sense to add a MIRRORS entry for git.ti.com sources to fall back on in the event git.ti.com is unreachable. Placing this in the main BSP layer configuration file should be all that is required for this and any other layers that depend this core layer to fall back to GitHub. Signed-off-by: Randolph Sapp <rs@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/layer.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/layer.conf b/meta-ti-bsp/conf/layer.conf
index 022c4838..f78da573 100644
--- a/meta-ti-bsp/conf/layer.conf
+++ b/meta-ti-bsp/conf/layer.conf
@@ -36,3 +36,8 @@ TI_COMMON_DEPLOY ?= "${TOPDIR}/deploy-ti"
36DEPLOY_DIR_IMAGE:ti-soc = "${TI_COMMON_DEPLOY}/images/${MACHINE}" 36DEPLOY_DIR_IMAGE:ti-soc = "${TI_COMMON_DEPLOY}/images/${MACHINE}"
37SDK_DEPLOY:ti-soc = "${TI_COMMON_DEPLOY}/sdk" 37SDK_DEPLOY:ti-soc = "${TI_COMMON_DEPLOY}/sdk"
38PSEUDO_IGNORE_PATHS:append:ti-soc = ",${TI_COMMON_DEPLOY}" 38PSEUDO_IGNORE_PATHS:append:ti-soc = ",${TI_COMMON_DEPLOY}"
39
40MIRRORS += " \
41 git://git.ti.com/.* git://github.com/TexasInstruments/BASENAME;protocol=https \
42 gitsm://git.ti.com/.* gitsm://github.com/TexasInstruments/BASENAME;protocol=https \
43"