sdcard_image-rpi.bbclass: Add the vardepexcludes

The problem reappears because we need to add to the variable
and not assign

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2016-07-08 07:52:20 -07:00 committed by Andrei Gherzan
parent 6564e126ae
commit 3fb0a1914a

View File

@ -72,8 +72,8 @@ SDIMG = "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.rpi-sdimg"
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[vardepsexclude] += "IMAGEDATESTAMP"
IMAGE_CMD_rpi-sdimg[vardepsexclude] += "DATETIME"
IMAGE_CMD_rpi-sdimg () {