diff mbox series

[isar-cip-core] classes/wic-targz-img: add dependency between targz-img and wic-img

Message ID 20200109143043.7675-1-Quirin.Gylstorff@siemens.com (mailing list archive)
State Accepted
Headers show
Series [isar-cip-core] classes/wic-targz-img: add dependency between targz-img and wic-img | expand

Commit Message

Quirin Gylstorff Jan. 9, 2020, 2:30 p.m. UTC
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(+)

Comments

Jan Kiszka Jan. 13, 2020, 12:46 p.m. UTC | #1
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
diff mbox series

Patch

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