[PATCH] bitbake: Update to 1.46.2 release

31 views
Skip to first unread message

Vijai Kumar K

unread,
Aug 17, 2020, 10:54:44 AM8/17/20
to isar-...@googlegroups.com, Vijai Kumar K

Jan Kiszka

unread,
Aug 17, 2020, 11:31:58 AM8/17/20
to Vijai Kumar K, isar-...@googlegroups.com
On 17.08.20 16:54, Vijai Kumar K wrote:
> Update bitbake to the latest 1.46.2 release.
>

...

> diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake
> index 66d08f8..6c73710 100755
> --- a/bitbake/bin/bitbake
> +++ b/bitbake/bin/bitbake
> @@ -26,7 +26,7 @@ from bb.main import bitbake_main, BitBakeConfigParameters, BBMainException
> if sys.getfilesystemencoding() != "utf-8":
> sys.exit("Please use a locale setting which supports UTF-8 (such as LANG=en_US.UTF-8).\nPython can't change the filesystem locale after loading so we need a UTF-8 when Python starts or things won't work.")
>
> -__version__ = "1.44.0"
> +__version__ = "1.46.0"

Sure that this is 1.46.2 then? Or did upstream forget to update?

Jan

--
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux

vijai kumar

unread,
Aug 17, 2020, 11:51:09 AM8/17/20
to Jan Kiszka, Vijai Kumar K, isar-users
On Mon, Aug 17, 2020 at 9:01 PM Jan Kiszka <jan.k...@siemens.com> wrote:
>
> On 17.08.20 16:54, Vijai Kumar K wrote:
> > Update bitbake to the latest 1.46.2 release.
> >
>
> ...
>
> > diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake
> > index 66d08f8..6c73710 100755
> > --- a/bitbake/bin/bitbake
> > +++ b/bitbake/bin/bitbake
> > @@ -26,7 +26,7 @@ from bb.main import bitbake_main, BitBakeConfigParameters, BBMainException
> > if sys.getfilesystemencoding() != "utf-8":
> > sys.exit("Please use a locale setting which supports UTF-8 (such as LANG=en_US.UTF-8).\nPython can't change the filesystem locale after loading so we need a UTF-8 when Python starts or things won't work.")
> >
> > -__version__ = "1.44.0"
> > +__version__ = "1.46.0"
>
> Sure that this is 1.46.2 then? Or did upstream forget to update?
>

I think upstream did not update.
https://github.com/openembedded/bitbake/blob/1.46.2/bin/bitbake
https://github.com/openembedded/bitbake/blob/cc11dfa4eb3616547a8a3909f89da0cc4f35dc57/bin/bitbake#L29

I will capture the commit hash in the commit message to avoid confusions.

Thanks,
Vijai Kumar K

> Jan
>
> --
> Siemens AG, Corporate Technology, CT RDA IOT SES-DE
> Corporate Competence Center Embedded Linux
>
> --
> You received this message because you are subscribed to the Google Groups "isar-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/isar-users/8116d4bf-871c-0dda-d7c6-d60603b47197%40siemens.com.

Vijai Kumar K

unread,
Aug 17, 2020, 12:00:43 PM8/17/20
to isar-...@googlegroups.com, Vijai Kumar K

Henning Schild

unread,
Aug 19, 2020, 3:35:49 PM8/19/20
to Vijai Kumar K, isar-...@googlegroups.com

vijai kumar

unread,
Aug 19, 2020, 4:48:15 PM8/19/20
to Henning Schild, Vijai Kumar K, isar-users
Hi Henning,

On Thu, Aug 20, 2020 at 1:05 AM Henning Schild
<henning...@siemens.com> wrote:
>
> The mail is almost too big to handle, maybe use a cover letter for
> potential future discussions leaving the big path in a mail nobody
> needs to really look into.

Sure. Will take care of it in future.

>
> It is always a good idea to stay up to date with upstream, but maybe
> you have a reason on why you would like to see the bump. Last time we
> updated bitbake we inherited some issues around git submodules. And
> with the long due update of wic we are drifting apart and risk breaking
> wic.
> Any reason is fine, but if we get issues we need to know how to deal
> with them. Maybe if a revert would be ok because the bump was more
> cosmetic than technically needed.

I started the work on wic update with a quick bitbake update.
Later I found no technical need for the same. But the effort was already put and
it made sense to complete it. Hence this upstreaming.

CI-build: http://ci.isar-build.org:8080/job/isar_vkk_devel/70/

WIC update is in works. And I don't(yet) see it breaking with the
latest or the older version of
ISAR's bitbake. Will try to send the patches soon.

Thanks,
Vijai Kumar K

>
> Henning
>
> Am Mon, 17 Aug 2020 21:30:09 +0530
> schrieb Vijai Kumar K <Vijaikumar_...@mentor.com>:
>
> > Update bitbake to the latest 1.46.2 release.
> > This release is tagged to the below upstream commit ID:
> > cc11dfa4eb3616547a8a3909f89da0cc4f35dc57
> >
> > The version in bin/bitbake is not updated to 1.46.2 and still shows
> > 1.46.0. Please use the above commit ID to validate it is indeed
> > 1.46.2 release.
> >
> > Signed-off-by: Vijai Kumar K <Vijaikumar_...@mentor.com>

vijaikumar....@gmail.com

unread,
Oct 5, 2020, 1:01:14 PM10/5/20
to isar-users
Can this be merged?  

Baurzhan Ismagulov

unread,
Oct 23, 2020, 6:31:06 AM10/23/20
to isar-...@googlegroups.com
On Mon, Aug 17, 2020 at 09:30:09PM +0530, Vijai Kumar K wrote:
> Update bitbake to the latest 1.46.2 release.
> This release is tagged to the below upstream commit ID:
> cc11dfa4eb3616547a8a3909f89da0cc4f35dc57
>
> The version in bin/bitbake is not updated to 1.46.2 and still shows 1.46.0.
> Please use the above commit ID to validate it is indeed 1.46.2 release.

Applied to next, thanks.

I'll be applying patches out of order, so some will have to be rebased.

With kind regards,
Baurzhan.
Reply all
Reply to author
Forward
0 new messages