summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-08-21 11:53:51 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:16 -0300
commite11b8465478964a1a3eb2fc8e35e07b1eefa9623 (patch)
treeb73dbbd8548c1f77b3f0b9ef212a1137529044ca /recipes-kernel
parentd6a16693faa1be08df03fd5f78303945beb397a0 (diff)
downloadmeta-freescale-e11b8465478964a1a3eb2fc8e35e07b1eefa9623.tar.gz
cryptodev: merge qoriq-arm and qoriq-ppc to qoriq in COMPATIBLE_MACHINE
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/cryptodev/cryptodev-qoriq-linux_1.7.bb2
-rw-r--r--recipes-kernel/cryptodev/cryptodev-qoriq-module_1.7.bb2
-rw-r--r--recipes-kernel/cryptodev/cryptodev-qoriq-tests_1.7.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/cryptodev/cryptodev-qoriq-linux_1.7.bb b/recipes-kernel/cryptodev/cryptodev-qoriq-linux_1.7.bb
index a388b4c8..58db5053 100644
--- a/recipes-kernel/cryptodev/cryptodev-qoriq-linux_1.7.bb
+++ b/recipes-kernel/cryptodev/cryptodev-qoriq-linux_1.7.bb
@@ -13,4 +13,4 @@ do_install() {
13 13
14ALLOW_EMPTY_${PN} = "1" 14ALLOW_EMPTY_${PN} = "1"
15 15
16COMPATIBLE_MACHINE = "(qoriq-arm|qoriq-ppc)" 16COMPATIBLE_MACHINE = "(qoriq)"
diff --git a/recipes-kernel/cryptodev/cryptodev-qoriq-module_1.7.bb b/recipes-kernel/cryptodev/cryptodev-qoriq-module_1.7.bb
index df2e5464..383b4821 100644
--- a/recipes-kernel/cryptodev/cryptodev-qoriq-module_1.7.bb
+++ b/recipes-kernel/cryptodev/cryptodev-qoriq-module_1.7.bb
@@ -11,4 +11,4 @@ DEPENDS += "cryptodev-linux"
11 11
12EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' 12EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"'
13 13
14COMPATIBLE_MACHINE = "(qoriq-arm|qoriq-ppc)" 14COMPATIBLE_MACHINE = "(qoriq)"
diff --git a/recipes-kernel/cryptodev/cryptodev-qoriq-tests_1.7.bb b/recipes-kernel/cryptodev/cryptodev-qoriq-tests_1.7.bb
index dd0afecd..a60ea98c 100644
--- a/recipes-kernel/cryptodev/cryptodev-qoriq-tests_1.7.bb
+++ b/recipes-kernel/cryptodev/cryptodev-qoriq-tests_1.7.bb
@@ -18,4 +18,4 @@ do_install() {
18FILES_${PN}-dbg += "${bindir}/tests_cryptodev/.debug" 18FILES_${PN}-dbg += "${bindir}/tests_cryptodev/.debug"
19FILES_${PN} = "${bindir}/tests_cryptodev/*" 19FILES_${PN} = "${bindir}/tests_cryptodev/*"
20 20
21COMPATIBLE_MACHINE = "(qoriq-arm|qoriq-ppc)" 21COMPATIBLE_MACHINE = "(qoriq)"