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 /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.