Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: Remove redundant RPI_KERNEL_VERSION

2016-10-14 Thread Andrei Gherzan
On Thu, Oct 06, 2016 at 05:55:05PM +0200, Andreas Müller wrote: > On Thu, Oct 6, 2016 at 2:20 PM, Jonathan Liu wrote: > > The value of the RPI_KERNEL_VERSION can change between None and the > > kernel version which can result in taskhash mismatch errors while > > building

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: Remove redundant RPI_KERNEL_VERSION

2016-10-06 Thread Khem Raj
> On Oct 6, 2016, at 5:20 AM, Jonathan Liu wrote: > > The value of the RPI_KERNEL_VERSION can change between None and the > kernel version which can result in taskhash mismatch errors while > building images. > > The taskhash mismatch errors can be reproduced using: > bitbake

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: Remove redundant RPI_KERNEL_VERSION

2016-10-06 Thread Andreas Müller
On Thu, Oct 6, 2016 at 2:20 PM, Jonathan Liu wrote: > The value of the RPI_KERNEL_VERSION can change between None and the > kernel version which can result in taskhash mismatch errors while > building images. > > The taskhash mismatch errors can be reproduced using: > bitbake -c

[yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: Remove redundant RPI_KERNEL_VERSION

2016-10-06 Thread Jonathan Liu
The value of the RPI_KERNEL_VERSION can change between None and the kernel version which can result in taskhash mismatch errors while building images. The taskhash mismatch errors can be reproduced using: bitbake -c cleansstate virtual/kernel core-image-minimal && bitbake core-image-minimal The