Hi Tony, hi maintainers, I guess this another sort of using the wrong operator what makes using your board more complicated ....
On some other parts of the world we use different timezones.... Why to fix on Los Angeles time in meta-petalinux? Please check attached patch and hopefully take over that approach for other AMD/Xilinx development boards. BR Martin Dipl. Inform. Martin Hecht Senior Embedded Specialist / Functional Safety Engineer TA1130871952 Avnet SILICA [http://digital.avnet.com/signature/images/silica/Avnet_silica_logo.png] Avnet SILICA Kaiserin-Augusta-Allee 14 10553 Berlin [email protected]<mailto:%[email protected]> O +49 (0) 30 214 88 227 M +49 (0) 172 890 60 19 avnet-silica.com<http://avnet-silica.eu/> [cid:49253243-b70f-48f9-b158-f5a0598f21e0] We continuously commit to comply with the applicable data protection laws and ensure fair and transparent processing of your personal data. Please read our privacy statement including an information notice and data protection policy for detailed information on our website.
From effc3f999b891773d51b021b77f1775d7569fa33 Mon Sep 17 00:00:00 2001 From: Martin Hecht <[email protected]> Date: Wed, 8 Jan 2025 10:53:48 +0100 Subject: [PATCH] change assigment to default instead of fix --- recipes-extended/tzdata/tzdata%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/tzdata/tzdata%.bbappend b/recipes-extended/tzdata/tzdata%.bbappend index a9c3498..5926b78 100644 --- a/recipes-extended/tzdata/tzdata%.bbappend +++ b/recipes-extended/tzdata/tzdata%.bbappend @@ -1 +1 @@ -DEFAULT_TIMEZONE = "America/Los_Angeles" +DEFAULT_TIMEZONE ?= "America/Los_Angeles" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#5517): https://lists.yoctoproject.org/g/meta-xilinx/message/5517 Mute This Topic: https://lists.yoctoproject.org/mt/110494173/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-xilinx/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
