Imaging solutions with Free Software & Open Hardware

Who's online

There are currently 0 users online.

Andrey Filippov pushed to project branch foliage-gpu at Elphel / imagej-elphel

Elphel GIT logs - Sun, 08/03/2025 - 13:12
Andrey Filippov (8cfd4834) at 03 Aug 19:12 Adding diamonds

Andrey Filippov pushed to project branch foliage-gpu at Elphel / imagej-elphel

Elphel GIT logs - Sun, 08/03/2025 - 00:02
Andrey Filippov (22a12ccf) at 03 Aug 06:02 Combining moving targets with running average

Andrey Filippov pushed to project branch foliage-gpu at Elphel / imagej-elphel

Elphel GIT logs - Sat, 08/02/2025 - 12:40
Andrey Filippov (6dd7be11) at 02 Aug 18:40 Implemented LMA-based filtering of the moving targets

Andrey Filippov pushed to project branch foliage-gpu at Elphel / imagej-elphel

Elphel GIT logs - Wed, 07/30/2025 - 15:05
Andrey Filippov (4342fd2a) at 30 Jul 21:05 more working code for moving targets

Andrey Filippov pushed to project branch foliage-gpu at Elphel / imagej-elphel

Elphel GIT logs - Tue, 07/29/2025 - 16:36
Andrey Filippov (da579ebb) at 29 Jul 22:36 Enhancing moving targets

Andrey Filippov pushed to project branch warrior at Elphel / meta-elphel393

Elphel GIT logs - Mon, 07/28/2025 - 15:33
Andrey Filippov (60f3af78) at 28 Jul 21:33 Update elphel-misc-functions.bbclass

Andrey Filippov pushed to project branch warrior at Elphel / meta-elphel393

Elphel GIT logs - Mon, 07/28/2025 - 15:32
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

Elphel GIT logs - Mon, 07/28/2025 - 14:26
Andrey Filippov (13c256b1) at 28 Jul 20:26 Update setup.py

Andrey Filippov pushed to project branch warrior-boson at Elphel / linux-elphel

Elphel GIT logs - Mon, 07/28/2025 - 13:57
Andrey Filippov (bde1bf10) at 28 Jul 19:57 removed stray linux link

Andrey Filippov pushed to project branch warrior at Elphel / meta-elphel393

Elphel GIT logs - Mon, 07/28/2025 - 11:54
Andrey Filippov (65caddc4) at 28 Jul 17:54 removed BB_FILENAME

Andrey Filippov pushed to project branch warrior at Elphel / meta-elphel393

Elphel GIT logs - Mon, 07/28/2025 - 11:49
Andrey Filippov (6a307825) at 28 Jul 17:49 Trying to get BB_FILENAME

Andrey Filippov pushed to project branch warrior at Elphel / meta-elphel393

Elphel GIT logs - Mon, 07/28/2025 - 11:25
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

Elphel GIT logs - Mon, 07/28/2025 - 10:14
Andrey Filippov (f291514e) at 28 Jul 16:14 fixing

Poky manual

Wiki Recent Changes - Mon, 07/28/2025 - 09:52

← 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

Wiki Recent Changes - Mon, 07/28/2025 - 09:52

← 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

Elphel GIT logs - Mon, 07/28/2025 - 09:47
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

Elphel GIT logs - Sun, 07/27/2025 - 00:09
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

Elphel GIT logs - Sat, 07/26/2025 - 23:26
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

Elphel GIT logs - Fri, 07/25/2025 - 22:18
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

Elphel GIT logs - Fri, 07/25/2025 - 15:22
Andrey Filippov (028aa27d) at 25 Jul 21:22 escaped backslash

Pages

Subscribe to www3.elphel.com aggregator