diff options
Diffstat (limited to 'meta-fsl-ppc/recipes-kernel/cryptodev/cryptodev-module_1.7.bbappend')
| -rw-r--r-- | meta-fsl-ppc/recipes-kernel/cryptodev/cryptodev-module_1.7.bbappend | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-fsl-ppc/recipes-kernel/cryptodev/cryptodev-module_1.7.bbappend b/meta-fsl-ppc/recipes-kernel/cryptodev/cryptodev-module_1.7.bbappend new file mode 100644 index 000000000..2bf012c18 --- /dev/null +++ b/meta-fsl-ppc/recipes-kernel/cryptodev/cryptodev-module_1.7.bbappend | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | require recipes-kernel/cryptodev/cryptodev-fsl.inc | ||
| 2 | |||
| 3 | inherit qoriq_build_64bit_kernel | ||
| 4 | |||
| 5 | do_install_append_qoriq-ppc () { | ||
| 6 | rm -fr ${D}/usr | ||
| 7 | } | ||
| 8 | |||
| 9 | # Currently pkc-host does not support RSA_KEYGEN, remove this | ||
| 10 | # if it is fixed. | ||
| 11 | SRC_URI_append_qoriq-ppc = "${@base_contains('DISTRO_FEATURES', 'c29x_pkc', ' file://0001-don-t-advertise-RSA-keygen.patch', '', d)}" | ||
| 12 | |||
