blob: 412bb0e5deb37792be845840c0699e744ccd5d55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
require cryptodev-qoriq_${PV}.inc
SUMMARY = "A /dev/crypto device driver kernel module"
PROVIDES = "cryptodev-module"
inherit module qoriq_build_64bit_kernel
# Header file provided by a separate package
DEPENDS += "cryptodev-linux"
EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" DESTDIR="${D}"'
SRC_URI_append = " \
file://0001-Disable-installing-header-file-provided-by-another-p.patch \
"
RCONFLICTS_${PN} = "ocf-linux"
RREPLACES_${PN} = "ocf-linux"
COMPATIBLE_MACHINE = "(qoriq)"
|