All of lore.kernel.org
 help / color / mirror / Atom feed
* [cip-dev] [isar-cip-core PATCH] classes/wic-targz-img: add dependency between targz-img and wic-img
@ 2020-01-09 14:30 Q. Gylstorff
  2020-01-13 12:46 ` Jan Kiszka
  0 siblings, 1 reply; 2+ messages in thread
From: Q. Gylstorff @ 2020-01-09 14:30 UTC (permalink / raw)
  To: cip-dev

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
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [cip-dev] [isar-cip-core PATCH] classes/wic-targz-img: add dependency between targz-img and wic-img
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Kiszka @ 2020-01-13 12:46 UTC (permalink / raw)
  To: cip-dev

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-13 12:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 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.