diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-12-04 12:01:52 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-09 15:23:28 +0000 |
commit | 8689c066e8a71368115bfca6558a7cc91e606aae (patch) | |
tree | 7e8a7d57d4a34b8f3363e0728fb0448992699416 /scripts/lib/devtool/runqemu.py | |
parent | c742295dffdd98d94e1a4d0553e27e291efe0d63 (diff) | |
download | poky-8689c066e8a71368115bfca6558a7cc91e606aae.tar.gz |
openssl: Fix build on risc64/musl
__NR_riscv_hwprobe is not exported in musl's hwprobe.h
this fails to build with newer kernels
Fixes
| :85:20: error: use of undeclared identifier '__NR_riscv_hwprobe'; did you mean 'riscv_hwprobe'?
| 85 | return syscall(__NR_riscv_hwprobe, pairs, pair_count, cpu_count, cpus, flags);
| | ^~~~~~~~~~~~~~~~~~
(From OE-Core rev: 5271f24643c303d0e6d3d9c12c722f5d818252fe)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool/runqemu.py')
0 files changed, 0 insertions, 0 deletions