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

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