All of lore.kernel.org
 help / color / mirror / Atom feed
From: jan.kiszka@siemens.com (Jan Kiszka)
To: cip-dev@lists.cip-project.org
Subject: [cip-dev] [isar-cip-core PATCH] classes/wic-targz-img: add dependency between targz-img and wic-img
Date: Mon, 13 Jan 2020 13:46:36 +0100	[thread overview]
Message-ID: <29667a26-8e43-a6da-4aa9-24ceb4df5145@siemens.com> (raw)
In-Reply-To: <20200109143043.7675-1-Quirin.Gylstorff@siemens.com>

On 09.01.20 15:30, Q. Gylstorff wrote:
> From: Quirin Gylstorff <quirin.gylstorff@siemens.com>
> 
> Add a dependency between targz_image and wic_image to avoid
> an error during the generation of the targz image as wic modifies
> the rootfs.
> 
> Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com>
> ---
>   classes/wic-targz-img.bbclass | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/classes/wic-targz-img.bbclass b/classes/wic-targz-img.bbclass
> index 4e9f89d..1327840 100644
> --- a/classes/wic-targz-img.bbclass
> +++ b/classes/wic-targz-img.bbclass
> @@ -11,3 +11,5 @@
>   
>   inherit wic-img
>   inherit targz-img
> +
> +addtask do_targz_image after do_wic_image
> 

Applied to next, thanks.

Jan

-- 
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux

      reply	other threads:[~2020-01-13 12:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-09 14:30 [cip-dev] [isar-cip-core PATCH] classes/wic-targz-img: add dependency between targz-img and wic-img Q. Gylstorff
2020-01-13 12:46 ` Jan Kiszka [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=29667a26-8e43-a6da-4aa9-24ceb4df5145@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=cip-dev@lists.cip-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.