summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/cryptodev/cryptodev-qoriq-module_1.7.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-07-29 15:53:31 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:14 -0300
commit5d7917902628b84919ac9dfc332fd46a4d579e60 (patch)
tree035d9fbe202c886c75a9f7850926126b445e4309 /recipes-kernel/cryptodev/cryptodev-qoriq-module_1.7.bb
parente69642c47bff780e9b65f4c6853b67e5e7d271c7 (diff)
downloadmeta-freescale-5d7917902628b84919ac9dfc332fd46a4d579e60.tar.gz
cryptodev: Avoid contamination OE-Core recipe
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: Otavio Salvador <otavio@ossystems.com.br>
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 00000000..df2e5464
--- /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-arm|qoriq-ppc)"