mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
sdcard_image-rpi.bbclass: Exclude DATETIME from task stamp
This helps in fixing occasional error seen quite often ERROR: wpe-image-1.0-r0 do_image_rpi_sdimg: Taskhash mismatch 7ea6b505bb7a2cc5ca03552bcf3333fa verses 3be7cdad8c4532430d96368c5ca523d4 for /a/builder/home/kraj/work/oe/meta-metrological/recipes-core/images/wp e-image.bb.do_image_rpi_sdimg ERROR: Taskhash mismatch 7ea6b505bb7a2cc5ca03552bcf3333fa verses 3be7cdad8c4532430d96368c5ca523d4 for /a/builder/home/kraj/work/oe/meta-metrological/recipes-core/images/wpe-image.bb.do_image_rpi_sdimg Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
101e8aba77
commit
6564e126ae
|
@ -73,6 +73,7 @@ FATPAYLOAD ?= ""
|
|||
|
||||
IMAGEDATESTAMP = "${@time.strftime('%Y.%m.%d',time.gmtime())}"
|
||||
IMAGE_CMD_rpi-sdimg[vardepsexclude] = "IMAGEDATESTAMP"
|
||||
IMAGE_CMD_rpi-sdimg[vardepsexclude] = "DATETIME"
|
||||
|
||||
IMAGE_CMD_rpi-sdimg () {
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user