public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH] sanity: Bump BitBake minimal version to 1.23.0
@ 2014-05-01 19:38 Otavio Salvador
  2014-05-01 21:14 ` Richard Purdie
  0 siblings, 1 reply; 4+ messages in thread
From: Otavio Salvador @ 2014-05-01 19:38 UTC (permalink / raw)
  To: OpenEmbedded Core Mailing List; +Cc: Otavio Salvador

The metadata started using the bb.utils.contains_any which has been
add in the BitBake 1.23.0 release, set this as the minimal version to
ensure parsing compatibility.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 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 940db33..b028026 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 = "1.21.1"
+BB_MIN_VERSION = "1.23.0"
 
 SANITY_ABIFILE = "${TMPDIR}/abi_version"
 
-- 
2.0.0.rc0



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

* Re: [PATCH] sanity: Bump BitBake minimal version to 1.23.0
  2014-05-01 19:38 [PATCH] sanity: Bump BitBake minimal version to 1.23.0 Otavio Salvador
@ 2014-05-01 21:14 ` Richard Purdie
  2014-05-01 21:16   ` Otavio Salvador
  0 siblings, 1 reply; 4+ messages in thread
From: Richard Purdie @ 2014-05-01 21:14 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: OpenEmbedded Core Mailing List

On Thu, 2014-05-01 at 16:38 -0300, Otavio Salvador wrote:
> The metadata started using the bb.utils.contains_any which has been
> add in the BitBake 1.23.0 release, set this as the minimal version to
> ensure parsing compatibility.
> 
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
>  meta/conf/sanity.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Technically its not quite this simple since versions of bitbake exist
where the contains_any() function is missing yet the version is 1.23.0.
We therefore should bump bitbake, then bump the version here to do this
correctly.

Cheers,

Richard

> diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf
> index 940db33..b028026 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 = "1.21.1"
> +BB_MIN_VERSION = "1.23.0"
>  
>  SANITY_ABIFILE = "${TMPDIR}/abi_version"
>  
> -- 
> 2.0.0.rc0
> 




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

* Re: [PATCH] sanity: Bump BitBake minimal version to 1.23.0
  2014-05-01 21:14 ` Richard Purdie
@ 2014-05-01 21:16   ` Otavio Salvador
  2014-05-01 22:17     ` Richard Purdie
  0 siblings, 1 reply; 4+ messages in thread
From: Otavio Salvador @ 2014-05-01 21:16 UTC (permalink / raw)
  To: Richard Purdie; +Cc: OpenEmbedded Core Mailing List

On Thu, May 1, 2014 at 6:14 PM, Richard Purdie
<richard.purdie@linuxfoundation.org> wrote:
> On Thu, 2014-05-01 at 16:38 -0300, Otavio Salvador wrote:
>> The metadata started using the bb.utils.contains_any which has been
>> add in the BitBake 1.23.0 release, set this as the minimal version to
>> ensure parsing compatibility.
>>
>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
>> ---
>>  meta/conf/sanity.conf | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> Technically its not quite this simple since versions of bitbake exist
> where the contains_any() function is missing yet the version is 1.23.0.
> We therefore should bump bitbake, then bump the version here to do this
> correctly.
>

Should I send the 1.23.1 bump to BB or you do it?

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* Re: [PATCH] sanity: Bump BitBake minimal version to 1.23.0
  2014-05-01 21:16   ` Otavio Salvador
@ 2014-05-01 22:17     ` Richard Purdie
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2014-05-01 22:17 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: OpenEmbedded Core Mailing List

On Thu, 2014-05-01 at 18:16 -0300, Otavio Salvador wrote:
> On Thu, May 1, 2014 at 6:14 PM, Richard Purdie
> <richard.purdie@linuxfoundation.org> wrote:
> > On Thu, 2014-05-01 at 16:38 -0300, Otavio Salvador wrote:
> >> The metadata started using the bb.utils.contains_any which has been
> >> add in the BitBake 1.23.0 release, set this as the minimal version to
> >> ensure parsing compatibility.
> >>
> >> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> >> ---
> >>  meta/conf/sanity.conf | 2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > Technically its not quite this simple since versions of bitbake exist
> > where the contains_any() function is missing yet the version is 1.23.0.
> > We therefore should bump bitbake, then bump the version here to do this
> > correctly.
> >
> 
> Should I send the 1.23.1 bump to BB or you do it?

I've fixed things up...

Cheers,

Richard




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

end of thread, other threads:[~2014-05-01 22:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-01 19:38 [PATCH] sanity: Bump BitBake minimal version to 1.23.0 Otavio Salvador
2014-05-01 21:14 ` Richard Purdie
2014-05-01 21:16   ` Otavio Salvador
2014-05-01 22:17     ` Richard Purdie

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