Yocto Project Discussions
 help / color / mirror / Atom feed
* Strange error
@ 2020-06-10 17:48 Mauro Ziliani
  2020-06-10 17:50 ` [yocto] " Rudolf J Streif
  2020-06-10 18:44 ` Josef Holzmayr
  0 siblings, 2 replies; 8+ messages in thread
From: Mauro Ziliani @ 2020-06-10 17:48 UTC (permalink / raw)
  To: yocto

Hi all.

This error

NOTE: Executing RunQueue Tasks
ERROR: When reparsing <recipe_of_image>.do_rootfs, the basehash value 
changed from 7419bfc242fa2eee9ce87b18ebf40d25 to 
5b2654046d2ac406f3484b3286de0acd. The metadata is not deterministic and 
this needs to be fixed.


Why?


Best regards,

   MZ


^ permalink raw reply	[flat|nested] 8+ messages in thread
* Strange error
@ 2017-03-06 12:15 Gary Thomas
  2017-03-06 17:20 ` Matthew McClintock
  0 siblings, 1 reply; 8+ messages in thread
From: Gary Thomas @ 2017-03-06 12:15 UTC (permalink / raw)
  To: yocto@yoctoproject.org

I wanted to change (disable) extra getty tasks in my target image.  I'm using
sysvinit, so I added this line to my <MACHINE>.conf:
   SYSVINIT_ENABLED_GETTYS = ""

I thought that would get the sysvinit-inittab package rebuilt as do_install
uses that variable, but alas it did not.

So I took out the big hammer and tried:

$ bitbake sysvinit-inittab -c cleanall
$ bitbake sysvinit-inittab

Now I get this error:

ERROR: When reparsing /local/poky-cutting-edge/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb.do_install, the 
basehash value changed from 2b888d6b72e00c404fc7e17436e465eb to 0fd6c915488c10c37cdfd6a674354e65. The metadata is not 
deterministic and this needs to be fixed.
ERROR: Taskhash mismatch 15202ef0ff19a8f7a485533510dab7e8 versus 81fae57019b1a17967258945560affc1 for 
/local/poky-cutting-edge/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb.do_install

So I took out an even bigger hammer:
$ find sstate-cache/ -name "*sysvinit-inittab*" | xargs -t rm -f
$ bitbake sysvinit-inittab -c cleanall
$ bitbake sysvinit-inittab

and I still get the same errors.  How can this be?  How do I get
to rebuild my sysvinit-inittab recipe and make the results stick?

Thanks for any pointers

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-06-11 22:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-10 17:48 Strange error Mauro Ziliani
2020-06-10 17:50 ` [yocto] " Rudolf J Streif
2020-06-11  7:50   ` Mauro Ziliani
2020-06-10 18:44 ` Josef Holzmayr
2020-06-11  7:56   ` Mauro Ziliani
2020-06-11 22:56     ` Denys Dmytriyenko
  -- strict thread matches above, loose matches on Subject: below --
2017-03-06 12:15 Gary Thomas
2017-03-06 17:20 ` Matthew McClintock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox