Re: [OE-core] [master][kirkstone][PATCH] license_image.bbclass: Make QA errors fail the build

2022-05-23 Thread Steve Sakoman
On Mon, May 23, 2022 at 11:57 AM Peter Kjellerstedt
 wrote:
>
> > -Original Message-
> > From: openembedded-core@lists.openembedded.org  > c...@lists.openembedded.org> On Behalf Of Peter Kjellerstedt
> > Sent: den 29 april 2022 10:10
> > To: Steve Sakoman 
> > Cc: Patches and discussions about the oe-core layer  > c...@lists.openembedded.org>
> > Subject: Re: [OE-core] [master][kirkstone][PATCH] license_image.bbclass:
> > Make QA errors fail the build
> >
> > > -Original Message-
> > > From: Steve Sakoman 
> > > Sent: den 28 april 2022 19:36
> > > To: Peter Kjellerstedt 
> > > Cc: Patches and discussions about the oe-core layer  > > c...@lists.openembedded.org>
> > > Subject: Re: [OE-core] [master][kirkstone][PATCH] license_image.bbclass:
> > > Make QA errors fail the build
> > >
> > > I haven't seen this patch hit master or master-next yet.  Were there
> > > issues with it?
> > >
> > > Just want to make sure I don't miss anything requested for kirkstone.
> > >
> > > Steve
> >
> > It is in master-next now so I assume it will make it to master soon.
> >
> > //Peter
>
> I guess you missed it since it didn't make 4.0.1... ;)

I've got it now!  Thanks for the reminder.

Steve

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#166042): 
https://lists.openembedded.org/g/openembedded-core/message/166042
Mute This Topic: https://lists.openembedded.org/mt/90615582/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core] [master][kirkstone][PATCH] license_image.bbclass: Make QA errors fail the build

2022-05-23 Thread Peter Kjellerstedt
> -Original Message-
> From: openembedded-core@lists.openembedded.org  c...@lists.openembedded.org> On Behalf Of Peter Kjellerstedt
> Sent: den 29 april 2022 10:10
> To: Steve Sakoman 
> Cc: Patches and discussions about the oe-core layer  c...@lists.openembedded.org>
> Subject: Re: [OE-core] [master][kirkstone][PATCH] license_image.bbclass:
> Make QA errors fail the build
> 
> > -Original Message-
> > From: Steve Sakoman 
> > Sent: den 28 april 2022 19:36
> > To: Peter Kjellerstedt 
> > Cc: Patches and discussions about the oe-core layer  > c...@lists.openembedded.org>
> > Subject: Re: [OE-core] [master][kirkstone][PATCH] license_image.bbclass:
> > Make QA errors fail the build
> >
> > I haven't seen this patch hit master or master-next yet.  Were there
> > issues with it?
> >
> > Just want to make sure I don't miss anything requested for kirkstone.
> >
> > Steve
> 
> It is in master-next now so I assume it will make it to master soon.
> 
> //Peter

I guess you missed it since it didn't make 4.0.1... ;)

//Peter

> > On Thu, Apr 21, 2022 at 11:11 AM Peter Kjellerstedt 
> >  wrote:
> > >
> > > If, e.g., license-file-missing is added to ERROR_QA, then the build
> > > should fail if any licenses are missing.
> > >
> > > Signed-off-by: Peter Kjellerstedt 
> > > ---
> > >  meta/classes/license_image.bbclass | 2 ++
> > >  1 file changed, 2 insertions(+)
> > >
> > > diff --git a/meta/classes/license_image.bbclass 
> > > b/meta/classes/license_image.bbclass
> > > index 7e1d0e08a9..3213ea758e 100644
> > > --- a/meta/classes/license_image.bbclass
> > > +++ b/meta/classes/license_image.bbclass
> > > @@ -104,6 +104,8 @@ def write_license_files(d, license_manifest, pkg_dic, 
> > > rootfs=True):
> > > "The license listed %s was not in 
> > > the "\
> > > "licenses collected for recipe %s"
> > > % (lic, pkg_dic[pkg]["PN"]), d)
> > > +oe.qa.exit_if_errors(d)
> > > +
> > >  # Two options here:
> > >  # - Just copy the manifest
> > >  # - Copy the manifest and the license directories


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#166041): 
https://lists.openembedded.org/g/openembedded-core/message/166041
Mute This Topic: https://lists.openembedded.org/mt/90615582/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core] [master][kirkstone][PATCH] license_image.bbclass: Make QA errors fail the build

2022-04-29 Thread Peter Kjellerstedt
> -Original Message-
> From: Steve Sakoman 
> Sent: den 28 april 2022 19:36
> To: Peter Kjellerstedt 
> Cc: Patches and discussions about the oe-core layer  c...@lists.openembedded.org>
> Subject: Re: [OE-core] [master][kirkstone][PATCH] license_image.bbclass:
> Make QA errors fail the build
> 
> I haven't seen this patch hit master or master-next yet.  Were there
> issues with it?
> 
> Just want to make sure I don't miss anything requested for kirkstone.
> 
> Steve

It is in master-next now so I assume it will make it to master soon.

//Peter

> 
> On Thu, Apr 21, 2022 at 11:11 AM Peter Kjellerstedt
>  wrote:
> >
> > If, e.g., license-file-missing is added to ERROR_QA, then the build
> > should fail if any licenses are missing.
> >
> > Signed-off-by: Peter Kjellerstedt 
> > ---
> >  meta/classes/license_image.bbclass | 2 ++
> >  1 file changed, 2 insertions(+)
> >
> > diff --git a/meta/classes/license_image.bbclass
> b/meta/classes/license_image.bbclass
> > index 7e1d0e08a9..3213ea758e 100644
> > --- a/meta/classes/license_image.bbclass
> > +++ b/meta/classes/license_image.bbclass
> > @@ -104,6 +104,8 @@ def write_license_files(d, license_manifest,
> pkg_dic, rootfs=True):
> > "The license listed %s was not
> in the "\
> > "licenses collected for recipe
> %s"
> > % (lic, pkg_dic[pkg]["PN"]), d)
> > +oe.qa.exit_if_errors(d)
> > +
> >  # Two options here:
> >  # - Just copy the manifest
> >  # - Copy the manifest and the license directories
> >
> > 
> >

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#164999): 
https://lists.openembedded.org/g/openembedded-core/message/164999
Mute This Topic: https://lists.openembedded.org/mt/90615582/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core] [master][kirkstone][PATCH] license_image.bbclass: Make QA errors fail the build

2022-04-28 Thread Steve Sakoman
I haven't seen this patch hit master or master-next yet.  Were there
issues with it?

Just want to make sure I don't miss anything requested for kirkstone.

Steve

On Thu, Apr 21, 2022 at 11:11 AM Peter Kjellerstedt
 wrote:
>
> If, e.g., license-file-missing is added to ERROR_QA, then the build
> should fail if any licenses are missing.
>
> Signed-off-by: Peter Kjellerstedt 
> ---
>  meta/classes/license_image.bbclass | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/meta/classes/license_image.bbclass 
> b/meta/classes/license_image.bbclass
> index 7e1d0e08a9..3213ea758e 100644
> --- a/meta/classes/license_image.bbclass
> +++ b/meta/classes/license_image.bbclass
> @@ -104,6 +104,8 @@ def write_license_files(d, license_manifest, pkg_dic, 
> rootfs=True):
> "The license listed %s was not in the 
> "\
> "licenses collected for recipe %s"
> % (lic, pkg_dic[pkg]["PN"]), d)
> +oe.qa.exit_if_errors(d)
> +
>  # Two options here:
>  # - Just copy the manifest
>  # - Copy the manifest and the license directories
>
> 
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#164972): 
https://lists.openembedded.org/g/openembedded-core/message/164972
Mute This Topic: https://lists.openembedded.org/mt/90615582/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [master][kirkstone][PATCH] license_image.bbclass: Make QA errors fail the build

2022-04-21 Thread Peter Kjellerstedt
If, e.g., license-file-missing is added to ERROR_QA, then the build
should fail if any licenses are missing.

Signed-off-by: Peter Kjellerstedt 
---
 meta/classes/license_image.bbclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/classes/license_image.bbclass 
b/meta/classes/license_image.bbclass
index 7e1d0e08a9..3213ea758e 100644
--- a/meta/classes/license_image.bbclass
+++ b/meta/classes/license_image.bbclass
@@ -104,6 +104,8 @@ def write_license_files(d, license_manifest, pkg_dic, 
rootfs=True):
"The license listed %s was not in the "\
"licenses collected for recipe %s"
% (lic, pkg_dic[pkg]["PN"]), d)
+oe.qa.exit_if_errors(d)
+
 # Two options here:
 # - Just copy the manifest
 # - Copy the manifest and the license directories

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#164766): 
https://lists.openembedded.org/g/openembedded-core/message/164766
Mute This Topic: https://lists.openembedded.org/mt/90615582/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-