diff options
Diffstat (limited to 'recipes-bsp')
| -rw-r--r-- | recipes-bsp/ti-ocf-crypto-module/ti-ocf-crypto-module_1.0.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-bsp/ti-ocf-crypto-module/ti-ocf-crypto-module_1.0.bb b/recipes-bsp/ti-ocf-crypto-module/ti-ocf-crypto-module_1.0.bb index ece63d0f..ad1d5efb 100644 --- a/recipes-bsp/ti-ocf-crypto-module/ti-ocf-crypto-module_1.0.bb +++ b/recipes-bsp/ti-ocf-crypto-module/ti-ocf-crypto-module_1.0.bb | |||
| @@ -19,7 +19,7 @@ S = "${WORKDIR}/trunk" | |||
| 19 | 19 | ||
| 20 | inherit module | 20 | inherit module |
| 21 | 21 | ||
| 22 | MACHINE_KERNEL_PR_append = "a+svnr${SRCPV}" | 22 | MACHINE_KERNEL_PR_append = "b+svnr${SRCPV}" |
| 23 | PR = "${MACHINE_KERNEL_PR}" | 23 | PR = "${MACHINE_KERNEL_PR}" |
| 24 | 24 | ||
| 25 | EXTRA_OEMAKE += "KERNEL_DIR=${STAGING_KERNEL_DIR}" | 25 | EXTRA_OEMAKE += "KERNEL_DIR=${STAGING_KERNEL_DIR}" |
| @@ -32,5 +32,3 @@ do_install () { | |||
| 32 | install -d ${D}/lib/modules/${KERNEL_VERSION}/crypto/ocf/ | 32 | install -d ${D}/lib/modules/${KERNEL_VERSION}/crypto/ocf/ |
| 33 | install -m 0755 ${S}/ocf_omap3_cryptok.ko ${D}/lib/modules/${KERNEL_VERSION}/crypto/ocf/ | 33 | install -m 0755 ${S}/ocf_omap3_cryptok.ko ${D}/lib/modules/${KERNEL_VERSION}/crypto/ocf/ |
| 34 | } | 34 | } |
| 35 | |||
| 36 | FILES_${PN} = "/lib/modules/${KERNEL_VERSION}/crypto/ocf/ocf_omap3_cryptok.ko" | ||
