From: Alexander Kanavin <[email protected]> I'm not sure if placing conference slides and video links here is okay, but I believe this is the best starting point for anyone dealing with the Y2038 problem. It will help and provide important context and action points for those needing to support 32 bit products beyond Y2038.
Signed-off-by: Alexander Kanavin <[email protected]> --- meta/conf/distro/include/time64.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta/conf/distro/include/time64.inc b/meta/conf/distro/include/time64.inc index 5a2a3fbe81..19177b1f3c 100644 --- a/meta/conf/distro/include/time64.inc +++ b/meta/conf/distro/include/time64.inc @@ -1,3 +1,8 @@ +# An overview of Y2038 issues, and how to prepare a yocto-based +# product for that date is available at +# https://www.youtube.com/watch?v=eaOHJHFMobw +# https://osseu2024.sched.com/event/1ej4C/ +# # To simulate Y2038 occurring in qemu, add to your build configuration: # QB_OPT_APPEND:append = " -rtc base=2040-02-02" # -- 2.47.3
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#231202): https://lists.openembedded.org/g/openembedded-core/message/231202 Mute This Topic: https://lists.openembedded.org/mt/117838339/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
