Hi Byron,

On Tue, Nov 10, 2020 at 09:09:05PM +0800, ouyangxua...@163.com wrote:
> Dear all,
> 
> 
> I would like to ask the reasons for the following problems and how to solve 
> them? When compiling a program, how to make a package not hash checked?
> 

Did you execute the commands that were suggested in the log you sent?

Can you send us the content of the log of the second command please?

Basically, two possible ways this happens:
 1. you modified the recipe while bitbake was running. Solution => don't
 do that.
 2. bitbake parses tasks multiple times during a run, therefore, if a
 variable changes between parses your task will have a different hash.
 This usually happens with DATETIME. If you don't absolutely need this
 variable, remove it or find a replacement. If you have to, I think the
 vardepsexclude variable flag is the way to do it?

Quentin
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#51340): https://lists.yoctoproject.org/g/yocto/message/51340
Mute This Topic: https://lists.yoctoproject.org/mt/78158474/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to