Andrey Filippov pushed to project branch warrior at Elphel / meta-elphel393
Andrey Filippov
(60f3af78)
at
28 Jul 21:33
Update elphel-misc-functions.bbclass
Andrey Filippov pushed to project branch warrior at Elphel / meta-elphel393
Andrey Filippov
(4ef9c5c5)
at
28 Jul 21:32
fix: Syntax error with subprocess.check_output
Andrey Filippov pushed to project branch warrior at Elphel / elphel393
Andrey Filippov
(13c256b1)
at
28 Jul 20:26
Update setup.py
Andrey Filippov pushed to project branch warrior-boson at Elphel / linux-elphel
Andrey Filippov
(bde1bf10)
at
28 Jul 19:57
removed stray linux link
Andrey Filippov pushed to project branch warrior at Elphel / meta-elphel393
Andrey Filippov
(65caddc4)
at
28 Jul 17:54
removed BB_FILENAME
Andrey Filippov pushed to project branch warrior at Elphel / meta-elphel393
Andrey Filippov
(6a307825)
at
28 Jul 17:49
Trying to get BB_FILENAME
Andrey Filippov pushed to project branch warrior at Elphel / meta-elphel393
Andrey Filippov
(d9ccf3e3)
at
28 Jul 17:25
included recipe name in the warning message
Andrey Filippov pushed to project branch warrior at Elphel / meta-elphel393
Andrey Filippov
(f291514e)
at
28 Jul 16:14
fixing
Poky manual
← Older revision
Revision as of 15:52, 28 July 2025
Line 101:
Line 101:
git clone -b '''warrior''' https://git.elphel.com/Elphel/elphel393.git git clone -b '''warrior''' https://git.elphel.com/Elphel/elphel393.git
−If you are a developer and plan to commit changes you should use ssh access instead: git clone -b warrior git@git.elphel.com:Elphel/elphel393.git . We never use non-developer mode ourselves, so it may malfunction. Be careful not to forget "-b warrior", otherwise+If you are a developer and plan to commit changes you should use ssh access instead:
+ git clone -b warrior git@git.elphel.com:Elphel/elphel393.git
+
+We never use non-developer mode ourselves, so it may malfunction. Be careful not to forget "-b warrior", otherwise
you will get you will get
SyntaxError: invalid syntax SyntaxError: invalid syntax
Andrey.filippov
Poky manual
← Older revision
Revision as of 15:52, 28 July 2025
(3 intermediate revisions by the same user not shown)Line 101:
Line 101:
git clone -b '''warrior''' https://git.elphel.com/Elphel/elphel393.git git clone -b '''warrior''' https://git.elphel.com/Elphel/elphel393.git
−If you are a developer and plan to commit changes you should use ssh access instead: git clone -b warrior git@git.elphel.com:Elphel/elphel393.git+If you are a developer and plan to commit changes you should use ssh access instead:
+ git clone -b warrior git@git.elphel.com:Elphel/elphel393.git
+
+We never use non-developer mode ourselves, so it may malfunction. Be careful not to forget "-b warrior", otherwise
+you will get
+ SyntaxError: invalid syntax
+when running setup.py - main branch is broken. You may use "git checkout -b warrior" then.
Line 159:
Line 165:
==<font color="blue">Details for development</font>== ==<font color="blue">Details for development</font>==
[[Development_for_10393|'''Development for 10393''']] [[Development_for_10393|'''Development for 10393''']]
+
+
+==<font color="blue">Using local mirror to accelerate multiple builds/testing</font>==
+You may use the files in poky/build/downloads directory as a local mirror (it should be copied outside of the build tree) by editing local.conf:
+ #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/"
+to
+ #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/"
+and replacing file:/// link to your local mirror location (a copy of poky/build/downloads/). In that case the new build downloads folder will contain symlinks to the local mirror, not the copies.
Andrey.filippov
Andrey Filippov pushed to project branch warrior at Elphel / meta-elphel393
Andrey Filippov
(333d1c50)
at
28 Jul 15:47
implemented Kostya's correction, added warning
Andrey Filippov pushed to project branch warrior at Elphel / meta-elphel393
Andrey Filippov
(5056d9f8)
at
27 Jul 06:09
fiixed wrong swap of UID <->GID
Andrey Filippov pushed to project branch warrior at Elphel / meta-elphel393
Andrey Filippov
(2ed8b170)
at
27 Jul 05:26
quated res, to maki it a string, not a number - can only concatenat...
Denis Philippov pushed to project branch warrior at Elphel / meta-elphel393
Denis Philippov
(5a435e6e)
at
26 Jul 04:18
change OS to get pass because of Docker's issue
Andrey Filippov pushed to project branch warrior at Elphel / elphel393
Andrey Filippov
(028aa27d)
at
25 Jul 21:22
escaped backslash
Poky manual
← Older revision
Revision as of 20:28, 25 July 2025
(2 intermediate revisions by the same user not shown)Line 101:
Line 101:
git clone -b '''warrior''' https://git.elphel.com/Elphel/elphel393.git git clone -b '''warrior''' https://git.elphel.com/Elphel/elphel393.git
−If you are a developer and plan to commit changes you should use ssh access instead: git clone -b warrior git@git.elphel.com:Elphel/elphel393.git+If you are a developer and plan to commit changes you should use ssh access instead: git clone -b warrior git@git.elphel.com:Elphel/elphel393.git . We never use non-developer mode ourselves, so it may malfunction. Be careful not to forget "-b warrior", otherwise
+you will get
+ SyntaxError: invalid syntax
+when running setup.py - main branch is broken. You may use "git checkout -b warrior" then.
Line 159:
Line 162:
==<font color="blue">Details for development</font>== ==<font color="blue">Details for development</font>==
[[Development_for_10393|'''Development for 10393''']] [[Development_for_10393|'''Development for 10393''']]
+
+
+==<font color="blue">Using local mirror to accelerate multiple builds/testing</font>==
+You may use the files in poky/build/downloads directory as a local mirror (it should be copied outside of the build tree) by editing local.conf:
+ #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/"
+to
+ #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/"
+and replacing file:/// link to your local mirror location (a copy of poky/build/downloads/). In that case the new build downloads folder will contain symlinks to the local mirror, not the copies.
Andrey.filippov
Poky manual
← Older revision
Revision as of 20:13, 25 July 2025
Line 101:
Line 101:
git clone -b '''warrior''' https://git.elphel.com/Elphel/elphel393.git git clone -b '''warrior''' https://git.elphel.com/Elphel/elphel393.git
−If you are a developer and plan to commit changes you should use ssh access instead: git clone -b warrior git@git.elphel.com:Elphel/elphel393.git+If you are a developer and plan to commit changes you should use ssh access instead: git clone -b warrior git@git.elphel.com:Elphel/elphel393.git . We never use non-developer mode ourselves, so it may malfunction.
Andrey.filippov
Andrey Filippov pushed to project branch warrior at Elphel / elphel393
Andrey Filippov
(1daa3935)
at
25 Jul 19:59
more mirrors tweakin
Andrey Filippov pushed to project branch warrior at Elphel / elphel393
Andrey Filippov
(21b0a0f7)
at
25 Jul 09:09
updated x393 branch to boson
Andrey Filippov pushed to project branch warrior at Elphel / elphel393
Andrey Filippov
(1fbc8590)
at
25 Jul 08:42
generating tarballs for git repos
Pages
