Commit 1daa3935 authored by Andrey Filippov's avatar Andrey Filippov

more mirrors tweakin

parent 21b0a0f7
......@@ -293,10 +293,15 @@ with open(local_conf,"a") as f:
f.write("""\
MACHINE ?= "elphel393"
MIRRORS =+ "http://.*/.* http://mirror.elphel.com/elphel393_mirror/ \\n "
MIRRORS =+ "http://.*/.* http://mirror.elphel.com/elphel393_mirror/ \n "
#Next line is still needed to use mirrored tarballs instead of git even from the local mirror
BB_GENERATE_MIRROR_TARBALLS = "1"
#SOURCE_MIRROR_URL = "https://mirror.elphel.com/elphel393_mirror/"
#INHERIT += "own-mirrors"
#if mirrors are local (file:///), downloads will contain symlinks, not copies
#SOURCE_MIRROR_URL = "file:///home/elphel/git/elphel393_mirror/"
SOURCE_MIRROR_URL = "https://mirror.elphel.com/elphel393_mirror/"
INHERIT += "own-mirrors"
#did not work as many elphel recepies use direct URLs
##BB_NO_NETWORK = "1"
# Elphel's default git server.
# Affected recipes:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment