mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 10:13:03 +01:00
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>
18 lines
455 B
BlitzBasic
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"
|