From: "Yoann Congal" <yoann.congal@smile.fr>
To: "Vijay Anusuri" <vanusuri@mvista.com>,
<openembedded-core@lists.openembedded.org>
Cc: "Paul Barker" <paul@pbarker.dev>,
"Mathieu Dubois-Briand" <mathieu.dubois-briand@bootlin.com>,
"Richard Purdie" <richard.purdie@linuxfoundation.org>,
<ankur.tyagi85@gmail.com>
Subject: Re: [OE-core][scarthgap][PATCH 1/3] tzdata,tzcode-native: Upgrade 2025b -> 2025c
Date: Wed, 25 Mar 2026 10:27:01 +0100 [thread overview]
Message-ID: <DHBR89UA0L0Y.1VCP8O1ZLSPCE@smile.fr> (raw)
In-Reply-To: <CANQUz18HPaT0d=QO6ZcENZUbZbxqODKDXGJUYkzEopGJ0NAK0g@mail.gmail.com>
On Wed Mar 25, 2026 at 3:16 AM CET, Vijay Anusuri wrote:
> Hi Team,
>
> Any update on this ?
Hello Vijay,
I took 2/3 and 3/3 in this series and they should merge shortly.
For this tzdata,tzcode-native upgrade, I'm looking into it because the
changes in tzcode-native are not trivial and should be carefully
evaluated. My current thinking is that we need to split tzcode-native
and tzdata but this is not easy because, right now, they each need each
other to build.
I've started to look at what other distros are doing: For example,
Debian uses the tzcode vendored in GNU libc[0].
It early for me in my thinking about how to handle this, I'm open to
ideas/patches!
[0]: https://elixir.bootlin.com/glibc/glibc-2.43.9000/source/timezone
Regards,
>
> Thanks & Regards,
> Vijay
>
> On Sat, Mar 7, 2026 at 12:15 PM Ankur Tyagi via lists.openembedded.org
> <ankur.tyagi85=gmail.com@lists.openembedded.org> wrote:
>
>> From: Paul Barker <paul@pbarker.dev>
>>
>> This release mostly changes code and commentary. The only changed data
>> are leap second table expiration and pre-1976 time in Baja California.
>>
>> Full release notes:
>>
>> https://lists.iana.org/hyperkitty/list/tz-announce@iana.org/thread/TAGXKYLMAQRZRFTERQ33CEKOW7KRJVAK/
>>
>> Signed-off-by: Paul Barker <paul@pbarker.dev>
>> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
>> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
>> (cherry picked from commit 452334219309793ad74abd6ff390dcb06cab929b)
>> Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
>> ---
>> meta/recipes-extended/timezone/timezone.inc | 6 +++---
>> 1 file changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/meta/recipes-extended/timezone/timezone.inc
>> b/meta/recipes-extended/timezone/timezone.inc
>> index f21bedf4fc..35f22d5a15 100644
>> --- a/meta/recipes-extended/timezone/timezone.inc
>> +++ b/meta/recipes-extended/timezone/timezone.inc
>> @@ -6,7 +6,7 @@ SECTION = "base"
>> LICENSE = "PD & BSD-3-Clause"
>> LIC_FILES_CHKSUM = "file://LICENSE;md5=c679c9d6b02bc2757b3eaf8f53c43fba"
>>
>> -PV = "2025b"
>> +PV = "2025c"
>>
>> SRC_URI ="
>> http://www.iana.org/time-zones/repository/releases/tzcode${PV}.tar.gz;name=tzcode;subdir=tz
>> \
>>
>> http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata;subdir=tz
>> \
>> @@ -16,5 +16,5 @@ S = "${WORKDIR}/tz"
>>
>> UPSTREAM_CHECK_URI = "http://www.iana.org/time-zones"
>>
>> -SRC_URI[tzcode.sha256sum] =
>> "05f8fedb3525ee70d49c87d3fae78a8a0dbae4fe87aa565c65cda9948ae135ec"
>> -SRC_URI[tzdata.sha256sum] =
>> "11810413345fc7805017e27ea9fa4885fd74cd61b2911711ad038f5d28d71474"
>> +SRC_URI[tzcode.sha256sum] =
>> "697ebe6625444aef5080f58e49d03424bbb52e08bf483d3ddb5acf10cbd15740"
>> +SRC_URI[tzdata.sha256sum] =
>> "4aa79e4effee53fc4029ffe5f6ebe97937282ebcdf386d5d2da91ce84142f957"
>>
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>> View/Reply Online (#232604):
>> https://lists.openembedded.org/g/openembedded-core/message/232604
>> Mute This Topic: https://lists.openembedded.org/mt/118185146/7301997
>> Group Owner: openembedded-core+owner@lists.openembedded.org
>> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
>> vanusuri@mvista.com]
>> -=-=-=-=-=-=-=-=-=-=-=-
>>
>>
--
Yoann Congal
Smile ECS
prev parent reply other threads:[~2026-03-25 9:27 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-07 6:45 [OE-core][scarthgap][PATCH 1/3] tzdata,tzcode-native: Upgrade 2025b -> 2025c ankur.tyagi85
2026-03-07 6:45 ` [OE-core][scarthgap][PATCH 2/3] wireless-regdb: upgrade 2025.10.07 -> 2026.02.04 ankur.tyagi85
2026-03-07 6:45 ` [OE-core][scarthgap][PATCH 3/3] tiff: ignore CVE-2025-61143, CVE-2025-61144 and CVE-2025-61145 ankur.tyagi85
2026-03-18 13:42 ` Yoann Congal
2026-03-18 13:58 ` Marko, Peter
2026-03-18 14:54 ` Yoann Congal
2026-03-25 2:16 ` [OE-core][scarthgap][PATCH 1/3] tzdata,tzcode-native: Upgrade 2025b -> 2025c Vijay Anusuri
2026-03-25 9:27 ` Yoann Congal [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=DHBR89UA0L0Y.1VCP8O1ZLSPCE@smile.fr \
--to=yoann.congal@smile.fr \
--cc=ankur.tyagi85@gmail.com \
--cc=mathieu.dubois-briand@bootlin.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=paul@pbarker.dev \
--cc=richard.purdie@linuxfoundation.org \
--cc=vanusuri@mvista.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox