All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] image.bbclass: don't expand IMAGE_CMD when setting do_image task
@ 2016-04-27 12:32 Matt Madison
  2016-04-27 12:32 ` [PATCH 1/1] " Matt Madison
  0 siblings, 1 reply; 6+ messages in thread
From: Matt Madison @ 2016-04-27 12:32 UTC (permalink / raw)
  To: openembedded-core

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



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

end of thread, other threads:[~2016-04-27 15:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-27 12:32 [PATCH 0/1] image.bbclass: don't expand IMAGE_CMD when setting do_image task Matt Madison
2016-04-27 12:32 ` [PATCH 1/1] " Matt Madison
2016-04-27 13:03   ` Richard Purdie
2016-04-27 14:19     ` Matt Madison
2016-04-27 14:39       ` Burton, Ross
2016-04-27 15:19         ` Matt Madison

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.