Re: do_rootfs: Taskhash mismatch due to BUILDNAME containing automatic date
Konrad Weihmann <kweihmann@...>
Hi,
toggle quoted messageShow quoted text
according to my understanding BUILDNAME should not be used like that since f85f1ef24e59c0c058f96f0dfa82e50969fd580b in bitbake. The variable should contain only references to other automatically determined variables (default = ds.setVar("BUILDNAME", "${DATE}${TIME}") Judging from that if you would set 'BUILDNAME = "my_Image_0.0.1_${DATE}"' the warning likely will go away. Please keep in mind that these inline functions (esp in early stages of the parsing process, like machine.conf) are not expanded. Which explains the seen behavior.
On 17.12.21 11:35, Jesper.Ahman@dasa.se wrote:
Hello,
|
|