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: ...@@ -293,10 +293,15 @@ with open(local_conf,"a") as f:
f.write("""\ f.write("""\
MACHINE ?= "elphel393" 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" BB_GENERATE_MIRROR_TARBALLS = "1"
#SOURCE_MIRROR_URL = "https://mirror.elphel.com/elphel393_mirror/" #if mirrors are local (file:///), downloads will contain symlinks, not copies
#INHERIT += "own-mirrors" #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. # Elphel's default git server.
# Affected recipes: # 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