[OE-core] [PATCH 0/1] image.bbclass: don't expand IMAGE_CMD when setting do_image task

Matt Madison matt at madison.systems
Wed Apr 27 12:32:02 UTC 2016


After being vexed with numerous taskhash mismatch errors on my
image builds, I think I hit on the source of the problem - the
value of the do_image_XXXX function reported by bitbake-dumpsig
had fully-expanded values for all of the variables referenced
in the function - so date and time stamps were showing up in
the text of the function.

Fixed this by not expanding the value of IMAGE_CMD during the
generation of the do_iamge_XXXX task.  The vardeps still do
their job for detecting relevant changes.

Matt Madison (1):
  image.bbclass: don't expand IMAGE_CMD when setting do_image task

 meta/classes/image.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.7.4




More information about the Openembedded-core mailing list