Message ID | 20250207110004.1112941-1-felix.moessbauer@siemens.com |
---|---|
State | Accepted, archived |
Headers | show |
Series | [1/1] fix: move squashfs class from meta-isar to isar | expand |
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
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.
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
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%)