[meta-freescale] [meta-fsl-ppc][PATCH] cryptodev: upgrade the bbappend version from 1.6 to 1.7

Zhenhua Luo zhenhua.luo at freescale.com
Wed Apr 22 05:13:45 PDT 2015


Signed-off-by: Zhenhua Luo <zhenhua.luo at freescale.com>
---
 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)}"
+
-- 
2.1.0



More information about the meta-freescale mailing list