public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 1/1] fix: move squashfs class from meta-isar to isar
@ 2025-02-07 11:00 'Felix Moessbauer' via isar-users
  2025-02-13 13:07 ` 'Quirin Gylstorff' via isar-users
  2025-02-13 19:45 ` Uladzimir Bely
  0 siblings, 2 replies; 3+ messages in thread
From: 'Felix Moessbauer' via isar-users @ 2025-02-07 11:00 UTC (permalink / raw)
  To: isar-users
  Cc: clara.kowalsky, florian.bezdeka, jan.kiszka, ubely, Felix Moessbauer

The squashfs class was provided by the meta-isar layer, but referenced
in the meta layer. By that, downstream users that only imported the meta
layer run into a parsing error:
 ERROR: ParseError at /work/build/../isar/meta/classes/image.bbclass:134:
        Could not inherit file classes/squashfs.bbclass

We fix this by moving the class to the meta layer.

Fixes: 822444f3 ("move squashfs imagetype class from CIP to ISAR")
Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
---
 {meta-isar => meta}/classes/squashfs.bbclass | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename {meta-isar => meta}/classes/squashfs.bbclass (100%)

diff --git a/meta-isar/classes/squashfs.bbclass b/meta/classes/squashfs.bbclass
similarity index 100%
rename from meta-isar/classes/squashfs.bbclass
rename to meta/classes/squashfs.bbclass
-- 
2.39.5

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/20250207110004.1112941-1-felix.moessbauer%40siemens.com.

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

* Re: [PATCH 1/1] fix: move squashfs class from meta-isar to isar
  2025-02-07 11:00 [PATCH 1/1] fix: move squashfs class from meta-isar to isar 'Felix Moessbauer' via isar-users
@ 2025-02-13 13:07 ` 'Quirin Gylstorff' via isar-users
  2025-02-13 19:45 ` Uladzimir Bely
  1 sibling, 0 replies; 3+ messages in thread
From: 'Quirin Gylstorff' via isar-users @ 2025-02-13 13:07 UTC (permalink / raw)
  To: Felix Moessbauer, isar-users
  Cc: clara.kowalsky, florian.bezdeka, jan.kiszka, ubely



On 2/7/25 12:00, 'Felix Moessbauer' via isar-users wrote:
> The squashfs class was provided by the meta-isar layer, but referenced
> in the meta layer. By that, downstream users that only imported the meta
> layer run into a parsing error:
>   ERROR: ParseError at /work/build/../isar/meta/classes/image.bbclass:134:
>          Could not inherit file classes/squashfs.bbclass
> 
> We fix this by moving the class to the meta layer.
> 
> Fixes: 822444f3 ("move squashfs imagetype class from CIP to ISAR")
> Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
> ---
>   {meta-isar => meta}/classes/squashfs.bbclass | 0
>   1 file changed, 0 insertions(+), 0 deletions(-)
>   rename {meta-isar => meta}/classes/squashfs.bbclass (100%)
> 
> diff --git a/meta-isar/classes/squashfs.bbclass b/meta/classes/squashfs.bbclass
> similarity index 100%
> rename from meta-isar/classes/squashfs.bbclass
> rename to meta/classes/squashfs.bbclass

When will this be merged?

Quirin

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/a57cc2fe-5384-4761-9bc3-f9f848089187%40siemens.com.

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

* Re: [PATCH 1/1] fix: move squashfs class from meta-isar to isar
  2025-02-07 11:00 [PATCH 1/1] fix: move squashfs class from meta-isar to isar 'Felix Moessbauer' via isar-users
  2025-02-13 13:07 ` 'Quirin Gylstorff' via isar-users
@ 2025-02-13 19:45 ` Uladzimir Bely
  1 sibling, 0 replies; 3+ messages in thread
From: Uladzimir Bely @ 2025-02-13 19:45 UTC (permalink / raw)
  To: Felix Moessbauer, isar-users

On Fri, 2025-02-07 at 12:00 +0100, Felix Moessbauer wrote:
> The squashfs class was provided by the meta-isar layer, but
> referenced
> in the meta layer. By that, downstream users that only imported the
> meta
> layer run into a parsing error:
>  ERROR: ParseError at
> /work/build/../isar/meta/classes/image.bbclass:134:
>         Could not inherit file classes/squashfs.bbclass
> 
> We fix this by moving the class to the meta layer.
> 
> Fixes: 822444f3 ("move squashfs imagetype class from CIP to ISAR")
> Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
> ---
>  {meta-isar => meta}/classes/squashfs.bbclass | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  rename {meta-isar => meta}/classes/squashfs.bbclass (100%)
> 
> diff --git a/meta-isar/classes/squashfs.bbclass
> b/meta/classes/squashfs.bbclass
> similarity index 100%
> rename from meta-isar/classes/squashfs.bbclass
> rename to meta/classes/squashfs.bbclass

Applied to next, thanks.

-- 
Best regards,
Uladzimir.



-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/36db124ec836dbb474d52d26afffd3f669969841.camel%40ilbers.de.

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

end of thread, other threads:[~2025-02-13 19:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-07 11:00 [PATCH 1/1] fix: move squashfs class from meta-isar to isar 'Felix Moessbauer' via isar-users
2025-02-13 13:07 ` 'Quirin Gylstorff' via isar-users
2025-02-13 19:45 ` Uladzimir Bely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox