mirror of
https://git.yoctoproject.org/poky
synced 2026-03-04 06:19:40 +01:00
The change of settimeofday() systemcall since Glibc 2.31 will cause "hwclock -s" doesn't work with error: "hwclock: settimeofday() failed: Invalid argument" Backport a upstream patch to fix this issue. (From OE-Core rev: b80bf70748609b92ce766d11380353fdfbb1d916) Signed-off-by: Liwei Song <liwei.song@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
596 B
BlitzBasic
15 lines
596 B
BlitzBasic
require util-linux.inc
|
|
|
|
SRC_URI += "file://configure-sbindir.patch \
|
|
file://runuser.pamd \
|
|
file://runuser-l.pamd \
|
|
file://ptest.patch \
|
|
file://run-ptest \
|
|
file://display_testname_for_subtest.patch \
|
|
file://avoid_parallel_tests.patch \
|
|
file://0001-lsblk-force-to-print-PKNAME-for-partition.patch \
|
|
file://0001-hwclock-fix-for-glibc-2.31-settimeofday.patch \
|
|
"
|
|
SRC_URI[md5sum] = "a78cbeaed9c39094b96a48ba8f891d50"
|
|
SRC_URI[sha256sum] = "743f9d0c7252b6db246b659c1e1ce0bd45d8d4508b4dfa427bbb4a3e9b9f62b5"
|