Files
poky/meta/recipes-kernel/cryptodev/cryptodev-module_1.12.bb
Hugo SIMELIERE e9d17c4dee cryptodev-module: Fix build for linux 5.10.220
Upstream-Status: Backport [157a624d7a]

(From OE-Core rev: 047ee2fe7bc9920038213d014a920518a264ef17)

Signed-off-by: Hugo SIMELIERE <hsimeliere.opensource@witekio.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
2024-09-04 05:57:57 -07:00

18 lines
455 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.10.220.patch \
"
EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"'
RCONFLICTS:${PN} = "ocf-linux"
RREPLACES:${PN} = "ocf-linux"