diff --git a/Makefile b/Makefile index 642ec11..b919916 100644 --- a/Makefile +++ b/Makefile @@ -93,7 +93,7 @@ git: ## Clone repositories. The other option is by variable something like BRNACH_poky, REPO_poky git/poky: | git - $(V)cd git && git clone --branch=$(GIT_BRANCH_POKY) --depth=1 https://git.yoctoproject.org/poky + $(V)cd git && git clone --branch=$(GIT_BRANCH_POKY) --depth=1 https://gitea.sysmocom.de/sysmo-bts/generic-poky poky git/meta-sysmocom-bsp: | git cd git && git clone --branch=$(GIT_BRANCH_SYSMOCOM_BSP) https://gitea.sysmocom.de/sysmo-bts/meta-sysmocom-bsp git/meta-telephony: | git