| Message ID | 20250917131250.2490358-1-martin.jansa@gmail.com |
|---|---|
| State | Superseded |
| Delegated to: | Steve Sakoman |
| Headers | show |
| Series | [scarthgap,PATCHv2] sanity.conf: Update minimum bitbake version to 2.8.13 | expand |
Why the V2? I think the original "2.8.1" was correct for Scarthgap. Den ons 17 sep. 2025 kl 15:12 skrev Martin Jansa via lists.openembedded.org <martin.jansa=gmail.com@lists.openembedded.org>: > From: Martin Jansa <martin.jansa@gmail.com> > > Needed for multiprocessing module in bb used in the next commit. > > It was added to bitbake in 62be9113d98fccb347c6aa0a10d5c4ee2857f8b6 > which was backported to 2.8 branch and tagged as 2.8.13 > > Signed-off-by: Martin Jansa <martin.jansa@gmail.com> > --- > 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 d2f56a3fb0..45ff2fc09b 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.8.13" > > SANITY_ABIFILE = "${TMPDIR}/abi_version" > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#223602): > https://lists.openembedded.org/g/openembedded-core/message/223602 > Mute This Topic: https://lists.openembedded.org/mt/115290739/4947266 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [ > ernstp@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > >
See the https://lists.openembedded.org/g/bitbake-devel/message/17999 thread, in the end v2 isn't needed and 2.8.1 will be used and the extra tags will be deleted from bitbake repository. Steve is aware of that and will surely use the correct version of these patches (bitbake part is already merged by RP) On Thu, Sep 18, 2025 at 11:10 AM Ernst Persson <ernstp@gmail.com> wrote: > > Why the V2? I think the original "2.8.1" was correct for Scarthgap. > > Den ons 17 sep. 2025 kl 15:12 skrev Martin Jansa via lists.openembedded.org <martin.jansa=gmail.com@lists.openembedded.org>: >> >> From: Martin Jansa <martin.jansa@gmail.com> >> >> Needed for multiprocessing module in bb used in the next commit. >> >> It was added to bitbake in 62be9113d98fccb347c6aa0a10d5c4ee2857f8b6 >> which was backported to 2.8 branch and tagged as 2.8.13 >> >> Signed-off-by: Martin Jansa <martin.jansa@gmail.com> >> --- >> 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 d2f56a3fb0..45ff2fc09b 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.8.13" >> >> SANITY_ABIFILE = "${TMPDIR}/abi_version" >> >> >> -=-=-=-=-=-=-=-=-=-=-=- >> Links: You receive all messages sent to this group. >> View/Reply Online (#223602): https://lists.openembedded.org/g/openembedded-core/message/223602 >> Mute This Topic: https://lists.openembedded.org/mt/115290739/4947266 >> Group Owner: openembedded-core+owner@lists.openembedded.org >> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [ernstp@gmail.com] >> -=-=-=-=-=-=-=-=-=-=-=- >>
diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index d2f56a3fb0..45ff2fc09b 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.8.13" SANITY_ABIFILE = "${TMPDIR}/abi_version"