summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-06-20 14:36:49 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2016-06-23 10:58:50 +0800
commite3956ffbc217e468e26c9ce2e8932d3720fabca4 (patch)
treedc06e0a40beac83a61d2694697fe85740e3aa986 /conf
parent6f6500d2961f1a902203d55e05edfa66167dbc56 (diff)
downloadmeta-fsl-ppc-e3956ffbc217e468e26c9ce2e8932d3720fabca4.tar.gz
cryptodev: rename to cryptodev-qoriq
The QorIQ version of cryptodev needs to use another recipe name and have a common provider, which is than choosen for QorIQ-based machines. Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/qoriq.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/include/qoriq.inc b/conf/machine/include/qoriq.inc
index f99f4e7..84b5abb 100644
--- a/conf/machine/include/qoriq.inc
+++ b/conf/machine/include/qoriq.inc
@@ -3,12 +3,12 @@
3PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq" 3PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq"
4PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-qoriq" 4PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-qoriq"
5PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq" 5PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq"
6PREFERRED_PROVIDER_cryptodev-linux = "cryptodev-qoriq-linux"
7PREFERRED_PROVIDER_cryptodev-module = "cryptodev-qoriq-module"
8PREFERRED_PROVIDER_cryptodev-tests = "cryptodev-qoriq-tests"
6 9
7PREFERRED_VERSION_qemu = "2.4.0+fsl" 10PREFERRED_VERSION_qemu = "2.4.0+fsl"
8PREFERRED_VERSION_openssl = "1.0.1i" 11PREFERRED_VERSION_openssl = "1.0.1i"
9PREFERRED_VERSION_cryptodev-linux = "1.7"
10PREFERRED_VERSION_cryptodev-module = "1.7"
11PREFERRED_VERSION_cryptodev-tests = "1.7"
12 12
13MACHINE_FEATURES = "keyboard pci ext2 ext3 serial" 13MACHINE_FEATURES = "keyboard pci ext2 ext3 serial"
14MACHINE_EXTRA_RRECOMMENDS += "udev-rules-qoriq kernel-modules" 14MACHINE_EXTRA_RRECOMMENDS += "udev-rules-qoriq kernel-modules"