08/16/16 [linux-elphel][framepars] by AndreyFilippov: debugging with applications
AndreyFilippov committed changes to the Elphel git project :
debugging with applications
debugging with applications
08/15/16 [meta-elphel393][master-initial] by Oleg Dzhimiev: comment
Oleg Dzhimiev committed changes to the Elphel git project :
comment
comment
08/15/16 [meta-elphel393][master] by Oleg Dzhimiev: comment
Oleg Dzhimiev committed changes to the Elphel git project :
comment
comment
Poky 2.0 manual
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>== Oleg08/15/16 [meta-elphel393][master-initial] by Oleg Dzhimiev: force recompile
Oleg Dzhimiev committed changes to the Elphel git project :
force recompile
force recompile
08/15/16 [meta-elphel393][master] by Oleg Dzhimiev: force recompile
Oleg Dzhimiev committed changes to the Elphel git project :
force recompile
force recompile
08/15/16 [meta-elphel393][master-initial] by Oleg Dzhimiev: archive-copy-unpack for remote copying
Oleg Dzhimiev committed changes to the Elphel git project :
archive-copy-unpack for remote copying
archive-copy-unpack for remote copying
08/15/16 [meta-elphel393][master] by Oleg Dzhimiev: archive-copy-unpack for remote copying
Oleg Dzhimiev committed changes to the Elphel git project :
archive-copy-unpack for remote copying
archive-copy-unpack for remote copying
08/15/16 [meta-elphel393][master-initial] by Oleg Dzhimiev: minor edit
Oleg Dzhimiev committed changes to the Elphel git project :
minor edit
minor edit
08/15/16 [meta-elphel393][master] by Oleg Dzhimiev: minor edit
Oleg Dzhimiev committed changes to the Elphel git project :
minor edit
minor edit
08/15/16 [meta-elphel393][master-initial] by Oleg Dzhimiev: php interactive mode
Oleg Dzhimiev committed changes to the Elphel git project :
php interactive mode
php interactive mode
08/15/16 [meta-elphel393][master] by Oleg Dzhimiev: php interactive mode
Oleg Dzhimiev committed changes to the Elphel git project :
php interactive mode
php interactive mode
08/15/16 [meta-elphel393][master-initial] by Oleg Dzhimiev: 1. +non-default identity file 2. +scp task for php
Oleg Dzhimiev committed changes to the Elphel git project :
1. +non-default identity file 2. +scp task for php
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
Oleg Dzhimiev committed changes to the Elphel git project :
1. +non-default identity file 2. +scp task for php
1. +non-default identity file 2. +scp task for php
Poky 2.0 manual
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>== Oleg08/15/16 [meta-elphel393][master-initial] by Oleg Dzhimiev: copy to mcc on real hw
Oleg Dzhimiev committed changes to the Elphel git project :
copy to mcc on real hw
copy to mcc on real hw
08/15/16 [meta-elphel393][master] by Oleg Dzhimiev: copy to mcc on real hw
Oleg Dzhimiev committed changes to the Elphel git project :
copy to mcc on real hw
copy to mcc on real hw
08/15/16 [meta-elphel393][master-initial] by Oleg Dzhimiev: testing sstate cache
Oleg Dzhimiev committed changes to the Elphel git project :
testing sstate cache
testing sstate cache
08/15/16 [meta-elphel393][master] by Oleg Dzhimiev: testing sstate cache
Oleg Dzhimiev committed changes to the Elphel git project :
testing sstate cache
testing sstate cache
08/15/16 [meta-elphel393][master-initial] by Oleg Dzhimiev: link to bitbake logs
Oleg Dzhimiev committed changes to the Elphel git project :
link to bitbake logs
link to bitbake logs
Pages
