[yocto] [meta-raspberrypi][PATCH 1/2] sdcard_image-rpi.bbclass: Add the vardepexcludes

Andrei Gherzan andrei at gherzan.ro
Wed Jul 13 04:46:13 PDT 2016


On Fri, Jul 08, 2016 at 07:52:20AM -0700, Khem Raj wrote:
> The problem reappears because we need to add to the variable
> and not assign
>
> Signed-off-by: Khem Raj <raj.khem at gmail.com>
> ---
>  classes/sdcard_image-rpi.bbclass | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass
> index 6960aca..57cefea 100644
> --- a/classes/sdcard_image-rpi.bbclass
> +++ b/classes/sdcard_image-rpi.bbclass
> @@ -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 () {
>
> --
> 2.9.0
>
> --
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

Merged to master.

--
Andrei Gherzan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20160713/2411fb37/attachment.pgp>


More information about the yocto mailing list