mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 02:03:04 +01:00
zc.c:77:8: error: too many arguments to function 'get_user_pages_remote' | 77 | ret = get_user_pages_remote(task, mm, | | ^~~~~~~~~~~~~~~~~~~~~ Backported patch to fix it. (From OE-Core rev: cd247306566313517b69b4ae321476b8ea9ab46f) Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 lines
482 B
BlitzBasic
20 lines
482 B
BlitzBasic
require cryptodev.inc
|
|
|
|
SUMMARY = "A /dev/crypto device driver kernel module"
|
|
|
|
inherit module
|
|
|
|
# Header file provided by a separate package
|
|
DEPENDS += "cryptodev-linux"
|
|
|
|
SRC_URI += " \
|
|
file://0001-Disable-installing-header-file-provided-by-another-p.patch \
|
|
file://0001-Fix-build-for-Linux-5.8-rc1.patch \
|
|
file://0001-Fix-build-for-Linux-5.9-rc1.patch \
|
|
"
|
|
|
|
EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"'
|
|
|
|
RCONFLICTS_${PN} = "ocf-linux"
|
|
RREPLACES_${PN} = "ocf-linux"
|