diff options
-rw-r--r-- | meta/conf/distro/include/time64.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/conf/distro/include/time64.conf b/meta/conf/distro/include/time64.conf new file mode 100644 index 0000000000..99eb06dc0f --- /dev/null +++ b/meta/conf/distro/include/time64.conf | |||
@@ -0,0 +1,23 @@ | |||
1 | GLIBC_64BIT_TIME_FLAGS = "-D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64" | ||
2 | |||
3 | # TODO: Only for 32-bit architectures? | ||
4 | TARGET_CC_ARCH:append:arm = " ${GLIBC_64BIT_TIME_FLAGS}" | ||
5 | TARGET_CC_ARCH:append:armeb = " ${GLIBC_64BIT_TIME_FLAGS}" | ||
6 | TARGET_CC_ARCH:append:mips32el = " ${GLIBC_64BIT_TIME_FLAGS}" | ||
7 | |||
8 | GLIBC_64BIT_TIME_FLAGS:pn-glibc = "" | ||
9 | GLIBC_64BIT_TIME_FLAGS:pn-glibc-tests = "" | ||
10 | # pipewire-v4l2 explicitly sets _FILE_OFFSET_BITS=32 to get access to | ||
11 | # both 32 and 64 bit file APIs. But it does not handle the time side? | ||
12 | # Needs further investigation | ||
13 | GLIBC_64BIT_TIME_FLAGS:pn-pipewire = "" | ||
14 | GLIBC_64BIT_TIME_FLAGS:pn-gcc-sanitizers = "" | ||
15 | |||
16 | INSANE_SKIP:libstd-rs[_usr_lib_rustlib_armv7-poky-linux-gnueabihf_lib_libstd.so] = "clock_gettime gettime fcntl fstat64 fstatat64 getsockopt ioctl lstat64 nanosleep prctl recvmsg sendmsg setsockopt stat64" | ||
17 | INSANE_SKIP:librsvg[_usr_bin_rsvg-convert] = "fcntl fstat64 prctl stat64 clock_gettime" | ||
18 | INSANE_SKIP:librsvg[_usr_lib_librsvg-2.so.2.48.0] = "fcntl lstat64 setsockopt sendmsg fstat64 getsockopt ioctl nanosleep timegm fstatat64 prctl mktime gmtime_r recvmsg stat64 clock_gettime localtime_r" | ||
19 | |||
20 | # libpulsedsp.so is a preload-library that hooks libc functions | ||
21 | INSANE_SKIP:pulseaudio[_usr_lib_pulseaudio_libpulsedsp.so] = "setsockopt fcntl" | ||
22 | |||
23 | |||