aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: 75d4a5cc0a7736ac1b7c61c0b727cb2999bdb41f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
meta-openssl102
===============

This layer provides the older OpenSSL 1.0.2.  This alternative version 
can be used as the default OpenSSL if the older version is required for 
some reason.

This alternative version is derived from openembedded-core prior to it's 
removal.


Dependencies
------------
This layer depends on OpenEmbedded-core (meta) layers.


Usage
-----
To enable this version you can add the following to your local.conf or
distribution file:

  PREFERRED_VERSION_openssl = '1.0.2%'

or if you have the wr-template layer, add to WRTEMPLATE feature/openssl102:

  WRTEMPLATE = "feature/openssl102"

or use the template without wr-templarte, add to your local.conf:

  include <path_to_layer>/templates/feature/openssl102/template.conf


Maintenance
-----------
Please see the MAINTAINERS file for information on contacting the maintainers
of this layer, as well as instructions for submitting patches.


Notes
-----
Unlike many layers, maintenance for this layer will always move to the 
latest OpenSSL 1.0.2 version.  If the community does not have necessary 
fixes available, then patches will be added to whatever the latest 
release version is.


License
-------
This layer is Copyright (C) 2019 Wind River Systems, Inc.

It was developed by starting with software originally developed for
OpenEmbedded-Core.  Thus the items are licensed under the terms of the
OpenEmbedded-Core license statements.  See below:

https://git.openembedded.org/openembedded-core/tree/LICENSE?id=2106a567820bad438ff78d54a49e3d87da428dcf
(License text from OpenEmbedded-Core LICENSE)

All metadata is MIT licensed unless otherwise stated. Source code
included in tree for individual recipes (e.g. patches) are under
the LICENSE stated in the associated recipe (.bb file) unless
otherwise stated.

https://git.openembedded.org/openembedded-core/tree/LICENSE.MIT?id=2106a567820bad438ff78d54a49e3d87da428dcf
(License text from OpenEmbedded-Core LICENSE.MIT)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.