Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: remove redundant IMAGEDATESTAMP

2016-10-06 Thread Jonathan Liu
On 6 October 2016 at 02:00, Trevor Woerner wrote: > On Wed 2016-10-05 @ 11:01:15 AM, Jonathan Liu wrote: >> See if the following helps: >> bitbake -c cleanall core-image-minimal && bitbake core-image-minimal > > Odd. I had started this email to say that this wasn't working

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: remove redundant IMAGEDATESTAMP

2016-10-05 Thread Trevor Woerner
On Wed 2016-10-05 @ 11:01:15 AM, Jonathan Liu wrote: > See if the following helps: > bitbake -c cleanall core-image-minimal && bitbake core-image-minimal Odd. I had started this email to say that this wasn't working (since this is exactly what I had tried a couple times over the last several

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: remove redundant IMAGEDATESTAMP

2016-10-04 Thread Andreas Müller
On Wed, Oct 5, 2016 at 2:01 AM, Jonathan Liu wrote: > Hi Trevor, > > See if the following helps: > bitbake -c cleanall core-image-minimal && bitbake core-image-minimal > > Regards, > Jonathan > Hi, I would try a cleansstate for virtual/kernel too. In my meta.. fork I did: *

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: remove redundant IMAGEDATESTAMP

2016-10-04 Thread Jonathan Liu
Hi Trevor, See if the following helps: bitbake -c cleanall core-image-minimal && bitbake core-image-minimal Regards, Jonathan On 5 October 2016 at 01:05, Trevor Woerner wrote: > Unfortunately it doesn't fix the taskhash problem. It still happens on > every build I perform:

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: remove redundant IMAGEDATESTAMP

2016-10-04 Thread Trevor Woerner
Unfortunately it doesn't fix the taskhash problem. It still happens on every build I perform: core-image-minimal-1.0-r0 do_image_rpi_sdimg: Taskhash mismatch 536a3bcf4ac29225841c369636b533ff versus 8fadff5d0ef51aa648ed359d5dd7f944 In fact, every time I run a build I get the exact same two

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: remove redundant IMAGEDATESTAMP

2016-09-16 Thread Andrei Gherzan
On Tue, Sep 13, 2016 at 12:06:11PM +1000, Jonathan Liu wrote: > The IMAGE_NAME variable already contains the date and time so it is > redundant to also include the date again with IMAGEDATESTAMP > when writing to image-version-info in the boot partition. > > Signed-off-by: Jonathan Liu

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: remove redundant IMAGEDATESTAMP

2016-09-13 Thread Khem Raj
> On Sep 12, 2016, at 11:40 PM, Andreas Müller > wrote: > > On Tue, Sep 13, 2016 at 4:06 AM, Jonathan Liu wrote: >> The IMAGE_NAME variable already contains the date and time so it is >> redundant to also include the date again with

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: remove redundant IMAGEDATESTAMP

2016-09-13 Thread Andreas Müller
On Tue, Sep 13, 2016 at 4:06 AM, Jonathan Liu wrote: > The IMAGE_NAME variable already contains the date and time so it is > redundant to also include the date again with IMAGEDATESTAMP > when writing to image-version-info in the boot partition. > > Signed-off-by: Jonathan Liu

[yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: remove redundant IMAGEDATESTAMP

2016-09-12 Thread Jonathan Liu
The IMAGE_NAME variable already contains the date and time so it is redundant to also include the date again with IMAGEDATESTAMP when writing to image-version-info in the boot partition. Signed-off-by: Jonathan Liu --- classes/sdcard_image-rpi.bbclass | 8 ++-- 1 file