From bf49a8acbbedbac89b0a39381447a5cb4b3a3450 Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Wed, 22 Apr 2015 20:13:45 +0800 Subject: cryptodev: upgrade the bbappend version from 1.6 to 1.7 Signed-off-by: Zhenhua Luo --- recipes-kernel/cryptodev/cryptodev-linux_1.6.bbappend | 2 -- recipes-kernel/cryptodev/cryptodev-linux_1.7.bbappend | 2 ++ recipes-kernel/cryptodev/cryptodev-module_1.6.bbappend | 12 ------------ recipes-kernel/cryptodev/cryptodev-module_1.7.bbappend | 12 ++++++++++++ 4 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 recipes-kernel/cryptodev/cryptodev-linux_1.6.bbappend create mode 100644 recipes-kernel/cryptodev/cryptodev-linux_1.7.bbappend delete mode 100644 recipes-kernel/cryptodev/cryptodev-module_1.6.bbappend create mode 100644 recipes-kernel/cryptodev/cryptodev-module_1.7.bbappend diff --git a/recipes-kernel/cryptodev/cryptodev-linux_1.6.bbappend b/recipes-kernel/cryptodev/cryptodev-linux_1.6.bbappend deleted file mode 100644 index 3cbbb3d..0000000 --- a/recipes-kernel/cryptodev/cryptodev-linux_1.6.bbappend +++ /dev/null @@ -1,2 +0,0 @@ -require recipes-kernel/cryptodev/cryptodev-fsl.inc - diff --git a/recipes-kernel/cryptodev/cryptodev-linux_1.7.bbappend b/recipes-kernel/cryptodev/cryptodev-linux_1.7.bbappend new file mode 100644 index 0000000..3cbbb3d --- /dev/null +++ b/recipes-kernel/cryptodev/cryptodev-linux_1.7.bbappend @@ -0,0 +1,2 @@ +require recipes-kernel/cryptodev/cryptodev-fsl.inc + diff --git a/recipes-kernel/cryptodev/cryptodev-module_1.6.bbappend b/recipes-kernel/cryptodev/cryptodev-module_1.6.bbappend deleted file mode 100644 index 2bf012c..0000000 --- a/recipes-kernel/cryptodev/cryptodev-module_1.6.bbappend +++ /dev/null @@ -1,12 +0,0 @@ -require recipes-kernel/cryptodev/cryptodev-fsl.inc - -inherit qoriq_build_64bit_kernel - -do_install_append_qoriq-ppc () { - rm -fr ${D}/usr -} - -# Currently pkc-host does not support RSA_KEYGEN, remove this -# if it is fixed. -SRC_URI_append_qoriq-ppc = "${@base_contains('DISTRO_FEATURES', 'c29x_pkc', ' file://0001-don-t-advertise-RSA-keygen.patch', '', d)}" - diff --git a/recipes-kernel/cryptodev/cryptodev-module_1.7.bbappend b/recipes-kernel/cryptodev/cryptodev-module_1.7.bbappend new file mode 100644 index 0000000..2bf012c --- /dev/null +++ b/recipes-kernel/cryptodev/cryptodev-module_1.7.bbappend @@ -0,0 +1,12 @@ +require recipes-kernel/cryptodev/cryptodev-fsl.inc + +inherit qoriq_build_64bit_kernel + +do_install_append_qoriq-ppc () { + rm -fr ${D}/usr +} + +# Currently pkc-host does not support RSA_KEYGEN, remove this +# if it is fixed. +SRC_URI_append_qoriq-ppc = "${@base_contains('DISTRO_FEATURES', 'c29x_pkc', ' file://0001-don-t-advertise-RSA-keygen.patch', '', d)}" + -- cgit v1.2.3-54-g00ecf