summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2015-07-29 18:11:18 -0300
committerZhenhua Luo <zhenhua.luo@nxp.com>2016-06-23 10:58:51 +0800
commit4cc0cf8255a3726fe3f6cbbe1a877fe2fab7edc6 (patch)
treeed1a4cf255057afd5556c1f60fd63b7f1b414f6a /conf
parent41d1478e1294d06f0cce58fe847c0b0f1706b808 (diff)
downloadmeta-fsl-ppc-4cc0cf8255a3726fe3f6cbbe1a877fe2fab7edc6.tar.gz
openssl: rename to openssl-qoriq
The QorIQ version of openssl needs to use another recipe name and have a common provider, which is than choosen for QorIQ-based machines. The recipe is now called 'openssl-qoriq' and it provides openssl so the preferrence is set just for QorIQ based machines. Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/qoriq.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/qoriq.inc b/conf/machine/include/qoriq.inc
index 84b5abb..70cd56b 100644
--- a/conf/machine/include/qoriq.inc
+++ b/conf/machine/include/qoriq.inc
@@ -6,9 +6,9 @@ PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq"
6PREFERRED_PROVIDER_cryptodev-linux = "cryptodev-qoriq-linux" 6PREFERRED_PROVIDER_cryptodev-linux = "cryptodev-qoriq-linux"
7PREFERRED_PROVIDER_cryptodev-module = "cryptodev-qoriq-module" 7PREFERRED_PROVIDER_cryptodev-module = "cryptodev-qoriq-module"
8PREFERRED_PROVIDER_cryptodev-tests = "cryptodev-qoriq-tests" 8PREFERRED_PROVIDER_cryptodev-tests = "cryptodev-qoriq-tests"
9PREFERRED_PROVIDER_openssl = "openssl-qoriq"
9 10
10PREFERRED_VERSION_qemu = "2.4.0+fsl" 11PREFERRED_VERSION_qemu = "2.4.0+fsl"
11PREFERRED_VERSION_openssl = "1.0.1i"
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"