Imaging solutions with Free Software & Open Hardware

Who's online

There are currently 0 users online.

08/16/16 [linux-elphel][framepars] by AndreyFilippov: debugging with applications

Elphel GIT logs - Tue, 08/16/2016 - 09:57
AndreyFilippov committed changes to the Elphel git project :
debugging with applications

08/15/16 [meta-elphel393][master-initial] by Oleg Dzhimiev: comment

Elphel GIT logs - Mon, 08/15/2016 - 19:28
Oleg Dzhimiev committed changes to the Elphel git project :
comment

08/15/16 [meta-elphel393][master] by Oleg Dzhimiev: comment

Elphel GIT logs - Mon, 08/15/2016 - 19:28
Oleg Dzhimiev committed changes to the Elphel git project :
comment

Poky 2.0 manual

Wiki Recent Changes - Mon, 08/15/2016 - 19:24

Notes:

← Older revision Revision as of 01:24, 16 August 2016 (2 intermediate revisions not shown)Line 138: Line 138: <b>solution</b>: exclude the '''0001-mod_cgi-buffers-data-without-bound.patch''' from the file list that comes with the '''poky/meta/recipes-extended/lighttpd_1.4.39.bb''' <b>solution</b>: exclude the '''0001-mod_cgi-buffers-data-without-bound.patch''' from the file list that comes with the '''poky/meta/recipes-extended/lighttpd_1.4.39.bb'''  +  +* '''Invalidate chache/checksum on package code changes'''  +** SRCREV = "${AUTOREV}" - updates the checksum but the cache is not cleared/invalidated?  + SRCREV <- AUTOREV <- AUTOREV <- "${@bb.fetch2.get_autorev(d)}" (bitbake/lib/bb/__init__.py)  +  + def get_autorev(d):  +    #  only not cache src rev in autorev case  +    if d.getVar('BB_SRCREV_POLICY', True) != "cache":  +        d.setVar('__BB_DONT_CACHE', '1')  +    return "AUTOINC"  +  + BB_DONT_CACHE ?!!!!!!!  +  +Force to always execute recipe starting from a certain task:  + recipe-outside-of-task: <font size='2' color='green'><b>do_compile[nostamp]="1"</b></font>  + or  + recipe-class-inside-task: <font size='2' color='green'><b>d.setVarFlag('do_compile', 'nostamp', '1')</b></font> ==<font color="blue">Errors</font>== ==<font color="blue">Errors</font>== Oleg

08/15/16 [meta-elphel393][master-initial] by Oleg Dzhimiev: force recompile

Elphel GIT logs - Mon, 08/15/2016 - 19:16
Oleg Dzhimiev committed changes to the Elphel git project :
force recompile

08/15/16 [meta-elphel393][master] by Oleg Dzhimiev: force recompile

Elphel GIT logs - Mon, 08/15/2016 - 19:16
Oleg Dzhimiev committed changes to the Elphel git project :
force recompile

08/15/16 [meta-elphel393][master-initial] by Oleg Dzhimiev: archive-copy-unpack for remote copying

Elphel GIT logs - Mon, 08/15/2016 - 19:11
Oleg Dzhimiev committed changes to the Elphel git project :
archive-copy-unpack for remote copying

08/15/16 [meta-elphel393][master] by Oleg Dzhimiev: archive-copy-unpack for remote copying

Elphel GIT logs - Mon, 08/15/2016 - 19:11
Oleg Dzhimiev committed changes to the Elphel git project :
archive-copy-unpack for remote copying

08/15/16 [meta-elphel393][master-initial] by Oleg Dzhimiev: minor edit

Elphel GIT logs - Mon, 08/15/2016 - 18:14
Oleg Dzhimiev committed changes to the Elphel git project :
minor edit

08/15/16 [meta-elphel393][master] by Oleg Dzhimiev: minor edit

Elphel GIT logs - Mon, 08/15/2016 - 18:14
Oleg Dzhimiev committed changes to the Elphel git project :
minor edit

08/15/16 [meta-elphel393][master-initial] by Oleg Dzhimiev: php interactive mode

Elphel GIT logs - Mon, 08/15/2016 - 17:56
Oleg Dzhimiev committed changes to the Elphel git project :
php interactive mode

08/15/16 [meta-elphel393][master] by Oleg Dzhimiev: php interactive mode

Elphel GIT logs - Mon, 08/15/2016 - 17:56
Oleg Dzhimiev committed changes to the Elphel git project :
php interactive mode

08/15/16 [meta-elphel393][master-initial] by Oleg Dzhimiev: 1. +non-default identity file 2. +scp task for php

Elphel GIT logs - Mon, 08/15/2016 - 17:53
Oleg Dzhimiev committed changes to the Elphel git project :
1. +non-default identity file 2. +scp task for php

08/15/16 [meta-elphel393][master] by Oleg Dzhimiev: 1. +non-default identity file 2. +scp task for php

Elphel GIT logs - Mon, 08/15/2016 - 17:53
Oleg Dzhimiev committed changes to the Elphel git project :
1. +non-default identity file 2. +scp task for php

Poky 2.0 manual

Wiki Recent Changes - Mon, 08/15/2016 - 16:18

Notes:

← Older revision Revision as of 22:18, 15 August 2016 (One intermediate revision not shown)Line 138: Line 138: <b>solution</b>: exclude the '''0001-mod_cgi-buffers-data-without-bound.patch''' from the file list that comes with the '''poky/meta/recipes-extended/lighttpd_1.4.39.bb''' <b>solution</b>: exclude the '''0001-mod_cgi-buffers-data-without-bound.patch''' from the file list that comes with the '''poky/meta/recipes-extended/lighttpd_1.4.39.bb'''  +  +* '''Invalidate chache/checksum on package code changes'''  +** SRCREV = "${AUTOREV}" - updates the checksum but the cache is not cleared/invalidated?  + SRCREV <- AUTOREV <- AUTOREV <- "${@bb.fetch2.get_autorev(d)}" (bitbake/lib/bb/__init__.py)  +  + def get_autorev(d):  +    #  only not cache src rev in autorev case  +    if d.getVar('BB_SRCREV_POLICY', True) != "cache":  +        d.setVar('__BB_DONT_CACHE', '1')  +    return "AUTOINC"  +  + BB_DONT_CACHE ?!!!!!!! ==<font color="blue">Errors</font>== ==<font color="blue">Errors</font>== Oleg

08/15/16 [meta-elphel393][master-initial] by Oleg Dzhimiev: copy to mcc on real hw

Elphel GIT logs - Mon, 08/15/2016 - 16:14
Oleg Dzhimiev committed changes to the Elphel git project :
copy to mcc on real hw

08/15/16 [meta-elphel393][master] by Oleg Dzhimiev: copy to mcc on real hw

Elphel GIT logs - Mon, 08/15/2016 - 16:14
Oleg Dzhimiev committed changes to the Elphel git project :
copy to mcc on real hw

08/15/16 [meta-elphel393][master-initial] by Oleg Dzhimiev: testing sstate cache

Elphel GIT logs - Mon, 08/15/2016 - 14:54
Oleg Dzhimiev committed changes to the Elphel git project :
testing sstate cache

08/15/16 [meta-elphel393][master] by Oleg Dzhimiev: testing sstate cache

Elphel GIT logs - Mon, 08/15/2016 - 14:54
Oleg Dzhimiev committed changes to the Elphel git project :
testing sstate cache

08/15/16 [meta-elphel393][master-initial] by Oleg Dzhimiev: link to bitbake logs

Elphel GIT logs - Mon, 08/15/2016 - 08:13
Oleg Dzhimiev committed changes to the Elphel git project :
link to bitbake logs

Pages

Subscribe to www3.elphel.com aggregator