**** BEGIN LOGGING AT Sun Jan 04 02:59:58 2015 Jan 04 10:09:08 Hi all. Anyone that have a good idea how to re-set 'S' in a .bb file? I tried using something like: d.setVar('S', '${S2}') in do_unpack but it seems it's only valid within do_unpack in for example do_configure S is the old value set in the beginning of the bb-file again. Will bitbake re-read the file before running each function? Jan 04 16:50:39 zerus: every task gets its own isolated copy of the metadata. if you want to run python at parse time to change the metadata, use an anonymous python function: python () {} Jan 04 17:56:26 kergoth: Ah, that explains the behaviour.. got around the problem by solving it in a different way, but will definitely play around a bit with your suggestion. Thx for learning me a new thing today.. =) **** ENDING LOGGING AT Mon Jan 05 02:59:58 2015