mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
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:
parent
6564e126ae
commit
3fb0a1914a
|
@ -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 () {
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user