All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-raspberrypi] taskhash mismatch
@ 2016-10-02 14:34 Trevor Woerner
  2016-10-02 23:51 ` Khem Raj
  2016-10-14  9:25 ` Andrei Gherzan
  0 siblings, 2 replies; 12+ messages in thread
From: Trevor Woerner @ 2016-10-02 14:34 UTC (permalink / raw)
  To: yocto

Hi,

For the last week or so my raspberry pi builds have been failing with:

ERROR: core-image-minimal-1.0-r0 do_image_rpi_sdimg: Taskhash mismatch 2920e557ac3a011d5679a52590cb664d versus a47bfc12fdfa29c58fe72cf8e0a28e91 for /z/raspi2/poky/meta/recipes-core/images/core-image-minimal.bb.do_image_rpi_sdimg
ERROR: Taskhash mismatch 2920e557ac3a011d5679a52590cb664d versus a47bfc12fdfa29c58fe72cf8e0a28e91 for /z/raspi2/poky/meta/recipes-core/images/core-image-minimal.bb.do_image_rpi_sdimg

This is with both poky and oe+bitbake, master branches all around, and fully
up-to-date. Before sending this email I pulled yet again and re-tested just to
confirm.

Poky:

	Build Configuration:
	BB_VERSION        = "1.31.1"
	BUILD_SYS         = "x86_64-linux"
	NATIVELSBSTRING   = "SUSELINUX-42.1"
	TARGET_SYS        = "arm-poky-linux-gnueabi"
	MACHINE           = "raspberrypi"
	DISTRO            = "poky"
	DISTRO_VERSION    = "2.1+snapshot-20161002"
	TUNE_FEATURES     = "arm armv6  vfp arm1176jzfs callconvention-hard"
	TARGET_FPU        = "hard"
	meta
	meta-poky         = "master:3a73fe0efcb7aeefcca7011bba887caad03d4d03"
	meta-raspberrypi  = "master:4817e2c087097c02755d6309304878e42cf61d3c"

OE + bitbake:

	Build Configuration:
	BB_VERSION        = "1.31.1"
	BUILD_SYS         = "x86_64-linux"
	NATIVELSBSTRING   = "SUSELINUX-42.1"
	TARGET_SYS        = "arm-oe-linux-gnueabi"
	MACHINE           = "raspberrypi"
	DISTRO            = "nodistro"
	DISTRO_VERSION    = "nodistro.0"
	TUNE_FEATURES     = "arm armv6  vfp arm1176jzfs callconvention-hard"
	TARGET_FPU        = "hard"
	meta              = "master:21cc2a3f63ea260dbf6b50e2fd4dd50cacdd9935"
	meta-raspberrypi  = "master:4817e2c087097c02755d6309304878e42cf61d3c"


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

* Re: [meta-raspberrypi] taskhash mismatch
  2016-10-02 14:34 [meta-raspberrypi] taskhash mismatch Trevor Woerner
@ 2016-10-02 23:51 ` Khem Raj
  2016-10-03 16:31   ` Karim ATIKI
  2016-10-14  9:25 ` Andrei Gherzan
  1 sibling, 1 reply; 12+ messages in thread
From: Khem Raj @ 2016-10-02 23:51 UTC (permalink / raw)
  To: Trevor Woerner; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 2290 bytes --]


> On Oct 2, 2016, at 7:34 AM, Trevor Woerner <twoerner@gmail.com> wrote:
> 
> Hi,
> 
> For the last week or so my raspberry pi builds have been failing with:
> 
> ERROR: core-image-minimal-1.0-r0 do_image_rpi_sdimg: Taskhash mismatch 2920e557ac3a011d5679a52590cb664d versus a47bfc12fdfa29c58fe72cf8e0a28e91 for /z/raspi2/poky/meta/recipes-core/images/core-image-minimal.bb.do_image_rpi_sdimg
> ERROR: Taskhash mismatch 2920e557ac3a011d5679a52590cb664d versus a47bfc12fdfa29c58fe72cf8e0a28e91 for /z/raspi2/poky/meta/recipes-core/images/core-image-minimal.bb.do_image_rpi_sdimg
> 
> This is with both poky and oe+bitbake, master branches all around, and fully
> up-to-date. Before sending this email I pulled yet again and re-tested just to
> confirm.
> 

is it due to use of DATE and TIME issue ? I think there was such a patch proposed to meta-rpi see
http://git.yoctoproject.org/cgit/cgit.cgi/meta-raspberrypi/commit/?id=4c02c7ce07121c2f5367204445f93199d828bb10

> Poky:
> 
> 	Build Configuration:
> 	BB_VERSION        = "1.31.1"
> 	BUILD_SYS         = "x86_64-linux"
> 	NATIVELSBSTRING   = "SUSELINUX-42.1"
> 	TARGET_SYS        = "arm-poky-linux-gnueabi"
> 	MACHINE           = "raspberrypi"
> 	DISTRO            = "poky"
> 	DISTRO_VERSION    = "2.1+snapshot-20161002"
> 	TUNE_FEATURES     = "arm armv6  vfp arm1176jzfs callconvention-hard"
> 	TARGET_FPU        = "hard"
> 	meta
> 	meta-poky         = "master:3a73fe0efcb7aeefcca7011bba887caad03d4d03"
> 	meta-raspberrypi  = "master:4817e2c087097c02755d6309304878e42cf61d3c"
> 
> OE + bitbake:
> 
> 	Build Configuration:
> 	BB_VERSION        = "1.31.1"
> 	BUILD_SYS         = "x86_64-linux"
> 	NATIVELSBSTRING   = "SUSELINUX-42.1"
> 	TARGET_SYS        = "arm-oe-linux-gnueabi"
> 	MACHINE           = "raspberrypi"
> 	DISTRO            = "nodistro"
> 	DISTRO_VERSION    = "nodistro.0"
> 	TUNE_FEATURES     = "arm armv6  vfp arm1176jzfs callconvention-hard"
> 	TARGET_FPU        = "hard"
> 	meta              = "master:21cc2a3f63ea260dbf6b50e2fd4dd50cacdd9935"
> 	meta-raspberrypi  = "master:4817e2c087097c02755d6309304878e42cf61d3c"
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 211 bytes --]

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

* Re: [meta-raspberrypi] taskhash mismatch
  2016-10-02 23:51 ` Khem Raj
@ 2016-10-03 16:31   ` Karim ATIKI
  2016-10-03 18:45     ` Karim ATIKI
  0 siblings, 1 reply; 12+ messages in thread
From: Karim ATIKI @ 2016-10-03 16:31 UTC (permalink / raw)
  To: Khem Raj, yocto

[-- Attachment #1: Type: text/plain, Size: 3581 bytes --]


Hi Khem,

I have the same issue.
Get the latest master branches of poky, meta-raspberrypi and meta-oe.
Built a core-image-x11 and get the error:

ERROR: core-image-x11-1.0-r0 do_image_rpi_sdimg: Taskhash mismatch d77076c1266433c3dcd51a78947f273f versus 0eb1129a3545034a516ca72e5804ac33 for /home/kai/yocto/poky-krogoth/meta/recipes-graphics/images/core-image-x11.bb.do_image_rpi_sdimg
ERROR: Taskhash mismatch d77076c1266433c3dcd51a78947f273f versus 0eb1129a3545034a516ca72e5804ac33 for /home/kai/yocto/poky-krogoth/meta/recipes-graphics/images/core-image-x11.bb.do_image_rpi_sdimg



Karim


________________________________
De : yocto-bounces@yoctoproject.org <yocto-bounces@yoctoproject.org> de la part de Khem Raj <raj.khem@gmail.com>
Envoyé : lundi 3 octobre 2016 01:51
À : Trevor Woerner
Cc : yocto@yoctoproject.org
Objet : Re: [yocto] [meta-raspberrypi] taskhash mismatch


> On Oct 2, 2016, at 7:34 AM, Trevor Woerner <twoerner@gmail.com> wrote:
>
> Hi,
>
> For the last week or so my raspberry pi builds have been failing with:
>
> ERROR: core-image-minimal-1.0-r0 do_image_rpi_sdimg: Taskhash mismatch 2920e557ac3a011d5679a52590cb664d versus a47bfc12fdfa29c58fe72cf8e0a28e91 for /z/raspi2/poky/meta/recipes-core/images/core-image-minimal.bb.do_image_rpi_sdimg
> ERROR: Taskhash mismatch 2920e557ac3a011d5679a52590cb664d versus a47bfc12fdfa29c58fe72cf8e0a28e91 for /z/raspi2/poky/meta/recipes-core/images/core-image-minimal.bb.do_image_rpi_sdimg
>
> This is with both poky and oe+bitbake, master branches all around, and fully
> up-to-date. Before sending this email I pulled yet again and re-tested just to
> confirm.
>

is it due to use of DATE and TIME issue ? I think there was such a patch proposed to meta-rpi see
http://git.yoctoproject.org/cgit/cgit.cgi/meta-raspberrypi/commit/?id=4c02c7ce07121c2f5367204445f93199d828bb10

> Poky:
>
>        Build Configuration:
>        BB_VERSION        = "1.31.1"
>        BUILD_SYS         = "x86_64-linux"
>        NATIVELSBSTRING   = "SUSELINUX-42.1"
>        TARGET_SYS        = "arm-poky-linux-gnueabi"
>        MACHINE           = "raspberrypi"
>        DISTRO            = "poky"
>        DISTRO_VERSION    = "2.1+snapshot-20161002"
>        TUNE_FEATURES     = "arm armv6  vfp arm1176jzfs callconvention-hard"
>        TARGET_FPU        = "hard"
>        meta
>        meta-poky         = "master:3a73fe0efcb7aeefcca7011bba887caad03d4d03"
>        meta-raspberrypi  = "master:4817e2c087097c02755d6309304878e42cf61d3c"
>
> OE + bitbake:
>
>        Build Configuration:
>        BB_VERSION        = "1.31.1"
>        BUILD_SYS         = "x86_64-linux"
>        NATIVELSBSTRING   = "SUSELINUX-42.1"
>        TARGET_SYS        = "arm-oe-linux-gnueabi"
>        MACHINE           = "raspberrypi"
>        DISTRO            = "nodistro"
>        DISTRO_VERSION    = "nodistro.0"
>        TUNE_FEATURES     = "arm armv6  vfp arm1176jzfs callconvention-hard"
>        TARGET_FPU        = "hard"
>        meta              = "master:21cc2a3f63ea260dbf6b50e2fd4dd50cacdd9935"
>        meta-raspberrypi  = "master:4817e2c087097c02755d6309304878e42cf61d3c"
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
yocto Info Page<https://lists.yoctoproject.org/listinfo/yocto>
lists.yoctoproject.org
Discussion of all things about the Yocto Project. Read our Community Guidelines or learn more about how to participate in other community discussions.





[-- Attachment #2: Type: text/html, Size: 8785 bytes --]

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

* Re: [meta-raspberrypi] taskhash mismatch
  2016-10-03 16:31   ` Karim ATIKI
@ 2016-10-03 18:45     ` Karim ATIKI
  2016-10-03 18:48       ` Trevor Woerner
  0 siblings, 1 reply; 12+ messages in thread
From: Karim ATIKI @ 2016-10-03 18:45 UTC (permalink / raw)
  To: Khem Raj, yocto

[-- Attachment #1: Type: text/plain, Size: 4066 bytes --]

Hi all,


Note: I just launched the build again with bitbake -k core-image-x11....and

 the error did not occur again.
Well, a bit weird. Don't really know why does this error raised though.

Karim

________________________________
De : yocto-bounces@yoctoproject.org <yocto-bounces@yoctoproject.org> de la part de Karim ATIKI <karim_atiki@hotmail.com>
Envoyé : lundi 3 octobre 2016 18:31
À : Khem Raj; yocto
Objet : Re: [yocto] [meta-raspberrypi] taskhash mismatch



Hi Khem,

I have the same issue.
Get the latest master branches of poky, meta-raspberrypi and meta-oe.
Built a core-image-x11 and get the error:

ERROR: core-image-x11-1.0-r0 do_image_rpi_sdimg: Taskhash mismatch d77076c1266433c3dcd51a78947f273f versus 0eb1129a3545034a516ca72e5804ac33 for /home/kai/yocto/poky-krogoth/meta/recipes-graphics/images/core-image-x11.bb.do_image_rpi_sdimg
ERROR: Taskhash mismatch d77076c1266433c3dcd51a78947f273f versus 0eb1129a3545034a516ca72e5804ac33 for /home/kai/yocto/poky-krogoth/meta/recipes-graphics/images/core-image-x11.bb.do_image_rpi_sdimg



Karim


________________________________
De : yocto-bounces@yoctoproject.org <yocto-bounces@yoctoproject.org> de la part de Khem Raj <raj.khem@gmail.com>
Envoyé : lundi 3 octobre 2016 01:51
À : Trevor Woerner
Cc : yocto@yoctoproject.org
Objet : Re: [yocto] [meta-raspberrypi] taskhash mismatch


> On Oct 2, 2016, at 7:34 AM, Trevor Woerner <twoerner@gmail.com> wrote:
>
> Hi,
>
> For the last week or so my raspberry pi builds have been failing with:
>
> ERROR: core-image-minimal-1.0-r0 do_image_rpi_sdimg: Taskhash mismatch 2920e557ac3a011d5679a52590cb664d versus a47bfc12fdfa29c58fe72cf8e0a28e91 for /z/raspi2/poky/meta/recipes-core/images/core-image-minimal.bb.do_image_rpi_sdimg
> ERROR: Taskhash mismatch 2920e557ac3a011d5679a52590cb664d versus a47bfc12fdfa29c58fe72cf8e0a28e91 for /z/raspi2/poky/meta/recipes-core/images/core-image-minimal.bb.do_image_rpi_sdimg
>
> This is with both poky and oe+bitbake, master branches all around, and fully
> up-to-date. Before sending this email I pulled yet again and re-tested just to
> confirm.
>

is it due to use of DATE and TIME issue ? I think there was such a patch proposed to meta-rpi see
http://git.yoctoproject.org/cgit/cgit.cgi/meta-raspberrypi/commit/?id=4c02c7ce07121c2f5367204445f93199d828bb10

> Poky:
>
>        Build Configuration:
>        BB_VERSION        = "1.31.1"
>        BUILD_SYS         = "x86_64-linux"
>        NATIVELSBSTRING   = "SUSELINUX-42.1"
>        TARGET_SYS        = "arm-poky-linux-gnueabi"
>        MACHINE           = "raspberrypi"
>        DISTRO            = "poky"
>        DISTRO_VERSION    = "2.1+snapshot-20161002"
>        TUNE_FEATURES     = "arm armv6  vfp arm1176jzfs callconvention-hard"
>        TARGET_FPU        = "hard"
>        meta
>        meta-poky         = "master:3a73fe0efcb7aeefcca7011bba887caad03d4d03"
>        meta-raspberrypi  = "master:4817e2c087097c02755d6309304878e42cf61d3c"
>
> OE + bitbake:
>
>        Build Configuration:
>        BB_VERSION        = "1.31.1"
>        BUILD_SYS         = "x86_64-linux"
>        NATIVELSBSTRING   = "SUSELINUX-42.1"
>        TARGET_SYS        = "arm-oe-linux-gnueabi"
>        MACHINE           = "raspberrypi"
>        DISTRO            = "nodistro"
>        DISTRO_VERSION    = "nodistro.0"
>        TUNE_FEATURES     = "arm armv6  vfp arm1176jzfs callconvention-hard"
>        TARGET_FPU        = "hard"
>        meta              = "master:21cc2a3f63ea260dbf6b50e2fd4dd50cacdd9935"
>        meta-raspberrypi  = "master:4817e2c087097c02755d6309304878e42cf61d3c"
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
yocto Info Page<https://lists.yoctoproject.org/listinfo/yocto>
lists.yoctoproject.org
Discussion of all things about the Yocto Project. Read our Community Guidelines or learn more about how to participate in other community discussions.





[-- Attachment #2: Type: text/html, Size: 9652 bytes --]

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

* Re: [meta-raspberrypi] taskhash mismatch
  2016-10-03 18:45     ` Karim ATIKI
@ 2016-10-03 18:48       ` Trevor Woerner
  2016-10-03 20:39         ` Trevor Woerner
  2016-10-04  5:26         ` Gary Thomas
  0 siblings, 2 replies; 12+ messages in thread
From: Trevor Woerner @ 2016-10-03 18:48 UTC (permalink / raw)
  To: Karim ATIKI; +Cc: yocto

On Mon 2016-10-03 @ 06:45:55 PM, Karim ATIKI wrote:
> Note: I just launched the build again with bitbake -k core-image-x11....and
> 
>  the error did not occur again.
> Well, a bit weird. Don't really know why does this error raised though.

It looks like the patch to which Khem refers was just added and pushed within
the last couple hours :-)

> is it due to use of DATE and TIME issue ? I think there was such a patch proposed to meta-rpi see
> http://git.yoctoproject.org/cgit/cgit.cgi/meta-raspberrypi/commit/?id=4c02c7ce07121c2f5367204445f93199d828bb10


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

* Re: [meta-raspberrypi] taskhash mismatch
  2016-10-03 18:48       ` Trevor Woerner
@ 2016-10-03 20:39         ` Trevor Woerner
  2016-10-03 21:35           ` Khem Raj
  2016-10-04  5:26         ` Gary Thomas
  1 sibling, 1 reply; 12+ messages in thread
From: Trevor Woerner @ 2016-10-03 20:39 UTC (permalink / raw)
  To: Karim ATIKI; +Cc: yocto

Odd... even with this patch I'm still seeing sporadic failures :-(

On Mon, Oct 3, 2016 at 2:48 PM, Trevor Woerner <twoerner@gmail.com> wrote:
> On Mon 2016-10-03 @ 06:45:55 PM, Karim ATIKI wrote:
>> Note: I just launched the build again with bitbake -k core-image-x11....and
>>
>>  the error did not occur again.
>> Well, a bit weird. Don't really know why does this error raised though.
>
> It looks like the patch to which Khem refers was just added and pushed within
> the last couple hours :-)
>
>> is it due to use of DATE and TIME issue ? I think there was such a patch proposed to meta-rpi see
>> http://git.yoctoproject.org/cgit/cgit.cgi/meta-raspberrypi/commit/?id=4c02c7ce07121c2f5367204445f93199d828bb10


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

* Re: [meta-raspberrypi] taskhash mismatch
  2016-10-03 20:39         ` Trevor Woerner
@ 2016-10-03 21:35           ` Khem Raj
  2016-10-04 14:18             ` Trevor Woerner
  0 siblings, 1 reply; 12+ messages in thread
From: Khem Raj @ 2016-10-03 21:35 UTC (permalink / raw)
  To: Trevor Woerner; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 913 bytes --]

I guess you need to look at sognatures and see why its changing.

On Oct 3, 2016 1:39 PM, "Trevor Woerner" <twoerner@gmail.com> wrote:

> Odd... even with this patch I'm still seeing sporadic failures :-(
>
> On Mon, Oct 3, 2016 at 2:48 PM, Trevor Woerner <twoerner@gmail.com> wrote:
> > On Mon 2016-10-03 @ 06:45:55 PM, Karim ATIKI wrote:
> >> Note: I just launched the build again with bitbake -k
> core-image-x11....and
> >>
> >>  the error did not occur again.
> >> Well, a bit weird. Don't really know why does this error raised though.
> >
> > It looks like the patch to which Khem refers was just added and pushed
> within
> > the last couple hours :-)
> >
> >> is it due to use of DATE and TIME issue ? I think there was such a
> patch proposed to meta-rpi see
> >> http://git.yoctoproject.org/cgit/cgit.cgi/meta-raspberrypi/commit/?id=
> 4c02c7ce07121c2f5367204445f93199d828bb10
>

[-- Attachment #2: Type: text/html, Size: 1483 bytes --]

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

* Re: [meta-raspberrypi] taskhash mismatch
  2016-10-03 18:48       ` Trevor Woerner
  2016-10-03 20:39         ` Trevor Woerner
@ 2016-10-04  5:26         ` Gary Thomas
  1 sibling, 0 replies; 12+ messages in thread
From: Gary Thomas @ 2016-10-04  5:26 UTC (permalink / raw)
  To: yocto

On 2016-10-03 20:48, Trevor Woerner wrote:
> On Mon 2016-10-03 @ 06:45:55 PM, Karim ATIKI wrote:
>> Note: I just launched the build again with bitbake -k core-image-x11....and
>>
>>  the error did not occur again.
>> Well, a bit weird. Don't really know why does this error raised though.

Unless you made a change to the image, your second bitbake command will have
no effect which is [probably] why no message.

Also note that this is labeled "Error", but the image is actually built

>
> It looks like the patch to which Khem refers was just added and pushed within
> the last couple hours :-)

Actually, it was pushed on 2016-09-16

>
>> is it due to use of DATE and TIME issue ? I think there was such a patch proposed to meta-rpi see
>> http://git.yoctoproject.org/cgit/cgit.cgi/meta-raspberrypi/commit/?id=4c02c7ce07121c2f5367204445f93199d828bb10


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


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

* Re: [meta-raspberrypi] taskhash mismatch
  2016-10-03 21:35           ` Khem Raj
@ 2016-10-04 14:18             ` Trevor Woerner
  0 siblings, 0 replies; 12+ messages in thread
From: Trevor Woerner @ 2016-10-04 14:18 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto

> On Oct 3, 2016 1:39 PM, "Trevor Woerner" <twoerner@gmail.com> wrote:
> > Odd... even with this patch I'm still seeing sporadic failures :-(

On Mon 2016-10-03 @ 02:35:22 PM, Khem Raj wrote:
> I guess you need to look at sognatures and see why its changing.

Actually, it's not that sporadic, simply doing:

	$ bitbake -c clean core-image-minimal
	$ bitbake core-image-minimal

shows the taskhash mismatch error repeatedly:

	core-image-minimal-1.0-r0 do_image_rpi_sdimg: Taskhash mismatch 536a3bcf4ac29225841c369636b533ff versus 8fadff5d0ef51aa648ed359d5dd7f944

Or I could just perform clean builds in succession.

The reported hashes are always the same: from 536a3bc... to 8fadff5... This
mismatch happens _during_ the build, not between two subsequent builds.

I'm not sure how to compare hashes, every subsequent build produces the same
two hashes. The build always ends with:

	tmp-glibc/stamps/raspberrypi2-oe-linux-gnueabi/core-image-minimal/1.0-r0.do_image_rpi_sdimg.8fadff5d0ef51aa648ed359d5dd7f944
	tmp-glibc/stamps/raspberrypi2-oe-linux-gnueabi/core-image-minimal/1.0-r0.do_image_rpi_sdimg.sigdata.8fadff5d0ef51aa648ed359d5dd7f944

so a "bitbake-diffsigs -t ..." will always be blank.


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

* Re: [meta-raspberrypi] taskhash mismatch
  2016-10-02 14:34 [meta-raspberrypi] taskhash mismatch Trevor Woerner
  2016-10-02 23:51 ` Khem Raj
@ 2016-10-14  9:25 ` Andrei Gherzan
  2016-10-14 12:50   ` Trevor Woerner
  1 sibling, 1 reply; 12+ messages in thread
From: Andrei Gherzan @ 2016-10-14  9:25 UTC (permalink / raw)
  To: Trevor Woerner; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 2174 bytes --]

On Sun, Oct 02, 2016 at 10:34:22AM -0400, Trevor Woerner wrote:
> Hi,
>
> For the last week or so my raspberry pi builds have been failing with:
>
> ERROR: core-image-minimal-1.0-r0 do_image_rpi_sdimg: Taskhash mismatch 2920e557ac3a011d5679a52590cb664d versus a47bfc12fdfa29c58fe72cf8e0a28e91 for /z/raspi2/poky/meta/recipes-core/images/core-image-minimal.bb.do_image_rpi_sdimg
> ERROR: Taskhash mismatch 2920e557ac3a011d5679a52590cb664d versus a47bfc12fdfa29c58fe72cf8e0a28e91 for /z/raspi2/poky/meta/recipes-core/images/core-image-minimal.bb.do_image_rpi_sdimg
>
> This is with both poky and oe+bitbake, master branches all around, and fully
> up-to-date. Before sending this email I pulled yet again and re-tested just to
> confirm.
>
> Poky:
>
> 	Build Configuration:
> 	BB_VERSION        = "1.31.1"
> 	BUILD_SYS         = "x86_64-linux"
> 	NATIVELSBSTRING   = "SUSELINUX-42.1"
> 	TARGET_SYS        = "arm-poky-linux-gnueabi"
> 	MACHINE           = "raspberrypi"
> 	DISTRO            = "poky"
> 	DISTRO_VERSION    = "2.1+snapshot-20161002"
> 	TUNE_FEATURES     = "arm armv6  vfp arm1176jzfs callconvention-hard"
> 	TARGET_FPU        = "hard"
> 	meta
> 	meta-poky         = "master:3a73fe0efcb7aeefcca7011bba887caad03d4d03"
> 	meta-raspberrypi  = "master:4817e2c087097c02755d6309304878e42cf61d3c"
>
> OE + bitbake:
>
> 	Build Configuration:
> 	BB_VERSION        = "1.31.1"
> 	BUILD_SYS         = "x86_64-linux"
> 	NATIVELSBSTRING   = "SUSELINUX-42.1"
> 	TARGET_SYS        = "arm-oe-linux-gnueabi"
> 	MACHINE           = "raspberrypi"
> 	DISTRO            = "nodistro"
> 	DISTRO_VERSION    = "nodistro.0"
> 	TUNE_FEATURES     = "arm armv6  vfp arm1176jzfs callconvention-hard"
> 	TARGET_FPU        = "hard"
> 	meta              = "master:21cc2a3f63ea260dbf6b50e2fd4dd50cacdd9935"
> 	meta-raspberrypi  = "master:4817e2c087097c02755d6309304878e42cf61d3c"
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

I know I'm kinda late to the party but just wanted to say that this was
fixed in master. Cheers!

--
Andrei Gherzan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 817 bytes --]

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

* Re: [meta-raspberrypi] taskhash mismatch
  2016-10-14  9:25 ` Andrei Gherzan
@ 2016-10-14 12:50   ` Trevor Woerner
  2016-10-14 12:56     ` Andrei Gherzan
  0 siblings, 1 reply; 12+ messages in thread
From: Trevor Woerner @ 2016-10-14 12:50 UTC (permalink / raw)
  To: Andrei Gherzan; +Cc: yocto

On Fri, Oct 14, 2016 at 5:25 AM, Andrei Gherzan <andrei@gherzan.ro> wrote:
> I know I'm kinda late to the party but just wanted to say that this was
> fixed in master. Cheers!

Excellent. I just tried 3 builds in a row and they all succeeded!

Thanks for the update.


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

* Re: [meta-raspberrypi] taskhash mismatch
  2016-10-14 12:50   ` Trevor Woerner
@ 2016-10-14 12:56     ` Andrei Gherzan
  0 siblings, 0 replies; 12+ messages in thread
From: Andrei Gherzan @ 2016-10-14 12:56 UTC (permalink / raw)
  To: Trevor Woerner; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 403 bytes --]

On Fri, Oct 14, 2016 at 08:50:05AM -0400, Trevor Woerner wrote:
> On Fri, Oct 14, 2016 at 5:25 AM, Andrei Gherzan <andrei@gherzan.ro> wrote:
> > I know I'm kinda late to the party but just wanted to say that this was
> > fixed in master. Cheers!
>
> Excellent. I just tried 3 builds in a row and they all succeeded!
>
> Thanks for the update.

Great to hear this. Enjoy!

--
Andrei Gherzan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 817 bytes --]

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

end of thread, other threads:[~2016-10-14 12:56 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-02 14:34 [meta-raspberrypi] taskhash mismatch Trevor Woerner
2016-10-02 23:51 ` Khem Raj
2016-10-03 16:31   ` Karim ATIKI
2016-10-03 18:45     ` Karim ATIKI
2016-10-03 18:48       ` Trevor Woerner
2016-10-03 20:39         ` Trevor Woerner
2016-10-03 21:35           ` Khem Raj
2016-10-04 14:18             ` Trevor Woerner
2016-10-04  5:26         ` Gary Thomas
2016-10-14  9:25 ` Andrei Gherzan
2016-10-14 12:50   ` Trevor Woerner
2016-10-14 12:56     ` Andrei Gherzan

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.