Commit 028aa27d authored by Andrey Filippov's avatar Andrey Filippov

escaped backslash

parent 1daa3935
...@@ -293,7 +293,7 @@ with open(local_conf,"a") as f: ...@@ -293,7 +293,7 @@ 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 #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"
#if mirrors are local (file:///), downloads will contain symlinks, not copies #if mirrors are local (file:///), downloads will contain symlinks, not copies
......
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