diff options
Diffstat (limited to 'common')
| -rw-r--r-- | common/recipes-connectivity/openssl-qat-module/openssl-qat-module.bb | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/common/recipes-connectivity/openssl-qat-module/openssl-qat-module.bb b/common/recipes-connectivity/openssl-qat-module/openssl-qat-module.bb index fb863b0a..fdeebbb8 100644 --- a/common/recipes-connectivity/openssl-qat-module/openssl-qat-module.bb +++ b/common/recipes-connectivity/openssl-qat-module/openssl-qat-module.bb | |||
| @@ -45,14 +45,6 @@ do_compile() { | |||
| 45 | oe_runmake KERNEL_CC="${KERNEL_CC}" | 45 | oe_runmake KERNEL_CC="${KERNEL_CC}" |
| 46 | } | 46 | } |
| 47 | 47 | ||
| 48 | KERNEL_VERSION = "${@base_read_file('${STAGING_KERNEL_DIR}/kernel-abiversion')}" | ||
| 49 | MODULE_DIR="${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers" | ||
| 50 | |||
| 51 | do_install() { | ||
| 52 | install -m 0755 -d ${MODULE_DIR} | ||
| 53 | install -m 0755 ${S}/qat_mem.ko ${MODULE_DIR} | ||
| 54 | } | ||
| 55 | |||
| 56 | do_install_append() { | 48 | do_install_append() { |
| 57 | install -m 0755 -d ${D}${bindir} \ | 49 | install -m 0755 -d ${D}${bindir} \ |
| 58 | ${D}${includedir}/engines/qat_engine/qat_mem | 50 | ${D}${includedir}/engines/qat_engine/qat_mem |
| @@ -61,5 +53,4 @@ do_install_append() { | |||
| 61 | install -m 0750 ${S}/*.h ${D}${includedir}/engines/qat_engine/qat_mem/ | 53 | install -m 0750 ${S}/*.h ${D}${includedir}/engines/qat_engine/qat_mem/ |
| 62 | } | 54 | } |
| 63 | 55 | ||
| 64 | FILES_${PN} += "${bindir}/qat_mem_test \ | 56 | FILES_${PN} += "${bindir}/qat_mem_test" |
| 65 | ${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers" | ||
