diff mbox series

sanity.conf: Require bitbake 2.9.1

Message ID 20240508135739.3848839-1-richard.purdie@linuxfoundation.org
State Accepted, archived
Commit 3d501e4b496be86b0089167af2f49cb750fc7ea2
Headers show
Series sanity.conf: Require bitbake 2.9.1 | expand

Commit Message

Richard Purdie May 8, 2024, 1:57 p.m. UTC
We need a recent siggen change in bitbake to allow SPDX to work
better.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/conf/sanity.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini May 8, 2024, 4:14 p.m. UTC | #1
On Wed, May 08, 2024 at 02:57:39PM +0100, Richard Purdie wrote:

> We need a recent siggen change in bitbake to allow SPDX to work
> better.
> 
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> ---
>  meta/conf/sanity.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf
> index d2f56a3fb00..02775970aee 100644
> --- a/meta/conf/sanity.conf
> +++ b/meta/conf/sanity.conf
> @@ -3,7 +3,7 @@
>  # See sanity.bbclass
>  #
>  # Expert users can confirm their sanity with "touch conf/sanity.conf"
> -BB_MIN_VERSION = "2.7.3"
> +BB_MIN_VERSION = "2.9.1"
>  
>  SANITY_ABIFILE = "${TMPDIR}/abi_version"

Apologies if I've missed a policy change in the bitbake repository but
there's no tag for 2.9.1. For that matter there also isn't for 2.7.3,
and I only bring this up because tags do make it easier when coming back
to older releases to get a correct bitbake version.
Richard Purdie May 8, 2024, 4:52 p.m. UTC | #2
On Wed, 2024-05-08 at 10:14 -0600, Tom Rini wrote:
> On Wed, May 08, 2024 at 02:57:39PM +0100, Richard Purdie wrote:
> 
> > We need a recent siggen change in bitbake to allow SPDX to work
> > better.
> > 
> > Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> > ---
> >  meta/conf/sanity.conf | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf
> > index d2f56a3fb00..02775970aee 100644
> > --- a/meta/conf/sanity.conf
> > +++ b/meta/conf/sanity.conf
> > @@ -3,7 +3,7 @@
> >  # See sanity.bbclass
> >  #
> >  # Expert users can confirm their sanity with "touch
> > conf/sanity.conf"
> > -BB_MIN_VERSION = "2.7.3"
> > +BB_MIN_VERSION = "2.9.1"
> >  
> >  SANITY_ABIFILE = "${TMPDIR}/abi_version"
> 
> Apologies if I've missed a policy change in the bitbake repository
> but there's no tag for 2.9.1. For that matter there also isn't for
> 2.7.3, and I only bring this up because tags do make it easier when
> coming back to older releases to get a correct bitbake version.

I've not been tagging things as I don't have the ability to make signed
tags :/. As you say, we've not done this for a while. Unsigned tags
would be easy enough but that would probably raise different questions.

I've mainly been using the versions to ensure OE-Core errors sanely if
it needs a specific bitbake version.

Cheers,

Richard
diff mbox series

Patch

diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf
index d2f56a3fb00..02775970aee 100644
--- a/meta/conf/sanity.conf
+++ b/meta/conf/sanity.conf
@@ -3,7 +3,7 @@ 
 # See sanity.bbclass
 #
 # Expert users can confirm their sanity with "touch conf/sanity.conf"
-BB_MIN_VERSION = "2.7.3"
+BB_MIN_VERSION = "2.9.1"
 
 SANITY_ABIFILE = "${TMPDIR}/abi_version"