summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/cryptodev/cryptodev-qoriq-module_1.7.bb
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-06-20 14:36:49 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2016-06-23 10:58:50 +0800
commite3956ffbc217e468e26c9ce2e8932d3720fabca4 (patch)
treedc06e0a40beac83a61d2694697fe85740e3aa986 /recipes-kernel/cryptodev/cryptodev-qoriq-module_1.7.bb
parent6f6500d2961f1a902203d55e05edfa66167dbc56 (diff)
downloadmeta-fsl-ppc-e3956ffbc217e468e26c9ce2e8932d3720fabca4.tar.gz
cryptodev: rename to cryptodev-qoriq
The QorIQ version of cryptodev needs to use another recipe name and have a common provider, which is than choosen for QorIQ-based machines. Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'recipes-kernel/cryptodev/cryptodev-qoriq-module_1.7.bb')
-rw-r--r--recipes-kernel/cryptodev/cryptodev-qoriq-module_1.7.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-kernel/cryptodev/cryptodev-qoriq-module_1.7.bb b/recipes-kernel/cryptodev/cryptodev-qoriq-module_1.7.bb
new file mode 100644
index 0000000..383b482
--- /dev/null
+++ b/recipes-kernel/cryptodev/cryptodev-qoriq-module_1.7.bb
@@ -0,0 +1,14 @@
1require cryptodev-qoriq_${PV}.inc
2
3SUMMARY = "A /dev/crypto device driver kernel module"
4
5PROVIDES = "cryptodev-module"
6
7inherit module qoriq_build_64bit_kernel
8
9# Header file provided by a separate package
10DEPENDS += "cryptodev-linux"
11
12EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"'
13
14COMPATIBLE_MACHINE = "(qoriq)"