On Wed, Apr 26, 2023 at 2:50 AM Alexander Kanavin <[email protected]> wrote: > > In particular this enables a number of useful features in glibc, such > as actually using 64 bit time_t versions of kernel syscalls: > > https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/kernel-features.h;h=07b440f4eea364b05fa49bf71ceebf78f80efe13;hb=HEAD#l164 > > Signed-off-by: Alexander Kanavin <[email protected]> > --- > meta/conf/bitbake.conf | 7 +------ > 1 file changed, 1 insertion(+), 6 deletions(-) > > diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf > index afd9e2f5527..2db84a46eed 100644 > --- a/meta/conf/bitbake.conf > +++ b/meta/conf/bitbake.conf > @@ -469,12 +469,7 @@ SDKPATHINSTALL = > "/usr/local/${SDK_NAME_PREFIX}-${SDK_ARCH}" > # Kernel info. > ################################################################## > > -OLDEST_KERNEL = "3.2.0" > -OLDEST_KERNEL:aarch64 = "3.14" > -OLDEST_KERNEL:nios2 = "3.19" > -OLDEST_KERNEL:powerpc64le = "3.10.0" > -OLDEST_KERNEL:riscv32 = "5.4" > -OLDEST_KERNEL:riscv64 = "4.15" > +OLDEST_KERNEL = "5.15" >
While this might be good, does this fix anything specific for enabling 64bit time_t. This change means we are implying that yocto wont work with kernels older than 5.15 and maybe SDK would also need 5.15 on SDK hosts and similar need for build hosts might be imposed too. Perhaps it would be good to do some due diligence before applying this. > # SDK_OLDEST_KERNEL can't be set using overrides since there are > # none for the SDK architecture. Best to set it from a machine-sdk > -- > 2.30.2 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#180470): https://lists.openembedded.org/g/openembedded-core/message/180470 Mute This Topic: https://lists.openembedded.org/mt/98511406/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
