diff options
-rw-r--r-- | custom-licenses/ISSL | 63 | ||||
-rw-r--r-- | dynamic-layers/openembedded-layer/recipes-support/opencv/dldt-inference-engine_2019r3.bb | 7 |
2 files changed, 68 insertions, 2 deletions
diff --git a/custom-licenses/ISSL b/custom-licenses/ISSL new file mode 100644 index 00000000..5435ee04 --- /dev/null +++ b/custom-licenses/ISSL | |||
@@ -0,0 +1,63 @@ | |||
1 | Intel Simplified Software License (Version April 2018) | ||
2 | |||
3 | Copyright (c) 2018 Intel Corporation. | ||
4 | |||
5 | Use and Redistribution. You may use and redistribute the software (the "Software"), without modification, | ||
6 | provided the following conditions are met: | ||
7 | |||
8 | * Redistributions must reproduce the above copyright notice and the following terms of use in the Software | ||
9 | and in the documentation and/or other materials provided with the distribution. | ||
10 | |||
11 | * Neither the name of Intel nor the names of its suppliers may be used to endorse or promote products derived | ||
12 | from this Software without specific prior written permission. | ||
13 | |||
14 | * No reverse engineering, decompilation, or disassembly of this Software is permitted. | ||
15 | |||
16 | Limited patent license. Intel grants you a world-wide, royalty-free, non-exclusive license under patents | ||
17 | it now or hereafter owns or controls to make, have made, use, import, offer to sell and sell ("Utilize") | ||
18 | this Software, but solely to the extent that any such patent is necessary to Utilize the Software alone. | ||
19 | The patent license shall not apply to any combinations which include this software. No hardware per se | ||
20 | is licensed hereunder. | ||
21 | |||
22 | Third party and other Intel programs. "Third Party Programs" are the files listed in the | ||
23 | "third-party-programs.txt" text file that is included with the Software and may include Intel programs | ||
24 | under separate license terms. Third Party Programs, even if included with the distribution of the Materials, | ||
25 | are governed by separate license terms and those license terms solely govern your use of those programs. | ||
26 | |||
27 | DISCLAIMER. THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, | ||
28 | BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, | ||
29 | AND NON-INFRINGEMENT ARE DISCLAIMED. THIS SOFTWARE IS NOT INTENDED FOR USE IN SYSTEMS OR APPLICATIONS | ||
30 | WHERE FAILURE OF THE SOFTWARE MAY CAUSE PERSONAL INJURY OR DEATH AND YOU AGREE THAT YOU ARE FULLY RESPONSIBLE | ||
31 | FOR ANY CLAIMS, COSTS, DAMAGES, EXPENSES, AND ATTORNEYS’ FEES ARISING OUT OF ANY SUCH USE, EVEN IF ANY CLAIM | ||
32 | ALLEGES THAT INTEL WAS NEGLIGENT REGARDING THE DESIGN OR MANUFACTURE OF THE MATERIALS. | ||
33 | |||
34 | LIMITATION OF LIABILITY. IN NO EVENT WILL INTEL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, | ||
35 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | ||
36 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF | ||
37 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN | ||
38 | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. YOU AGREE TO | ||
39 | INDEMNIFY AND HOLD INTEL HARMLESS AGAINST ANY CLAIMS AND EXPENSES RESULTING FROM YOUR USE OR UNAUTHORIZED | ||
40 | USE OF THE SOFTWARE. | ||
41 | |||
42 | No support. Intel may make changes to the Software, at any time without notice, and is not obligated to | ||
43 | support, update or provide training for the Software. | ||
44 | |||
45 | Termination. Intel may terminate your right to use the Software in the event of your breach of this Agreement | ||
46 | and you fail to cure the breach within a reasonable period of time. | ||
47 | |||
48 | Feedback. Should you provide Intel with comments, modifications, corrections, enhancements or other input | ||
49 | ("Feedback") related to the Software Intel will be free to use, disclose, reproduce, license or otherwise | ||
50 | distribute or exploit the Feedback in its sole discretion without any obligations or restrictions of any | ||
51 | kind, including without limitation, intellectual property rights or licensing obligations. | ||
52 | |||
53 | Compliance with laws. You agree to comply with all relevant laws and regulations governing your use, | ||
54 | transfer, import or export (or prohibition thereof) of the Software. | ||
55 | |||
56 | Governing law. All disputes will be governed by the laws of the United States of America and the State | ||
57 | of Delaware without reference to conflict of law principles and subject to the exclusive jurisdiction of | ||
58 | the state or federal courts sitting in the State of Delaware, and each party agrees that it submits to | ||
59 | the personal jurisdiction and venue of those courts and waives any objections. The United Nations | ||
60 | Convention on Contracts for the International Sale of Goods (1980) is specifically excluded and will | ||
61 | not apply to the Software. | ||
62 | |||
63 | *Other names and brands may be claimed as the property of others. \ No newline at end of file | ||
diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/dldt-inference-engine_2019r3.bb b/dynamic-layers/openembedded-layer/recipes-support/opencv/dldt-inference-engine_2019r3.bb index 4fe5d874..a655003d 100644 --- a/dynamic-layers/openembedded-layer/recipes-support/opencv/dldt-inference-engine_2019r3.bb +++ b/dynamic-layers/openembedded-layer/recipes-support/opencv/dldt-inference-engine_2019r3.bb | |||
@@ -28,8 +28,11 @@ SRC_URI[ma2x8x.sha256sum] = "2993ecfb638b311dca0f208bec8bf66ba896274c513d949781b | |||
28 | SRC_URI[mv0262.md5sum] = "026f30b5b60ccadf7aedc3ebe0fbf7f1" | 28 | SRC_URI[mv0262.md5sum] = "026f30b5b60ccadf7aedc3ebe0fbf7f1" |
29 | SRC_URI[mv0262.sha256sum] = "3f55645ac3a0d35467d0ebb8689852664d65b73735ad5d782d423468d6e12781" | 29 | SRC_URI[mv0262.sha256sum] = "3f55645ac3a0d35467d0ebb8689852664d65b73735ad5d782d423468d6e12781" |
30 | 30 | ||
31 | LICENSE = "Apache-2.0" | 31 | LICENSE = "Apache-2.0 & ISSL" |
32 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | 32 | LIC_FILES_CHKSUM = "file://../LICENSE;md5=86d3f3a95c324c9479bd8986968f4327 \ |
33 | file://../../ISSL.txt;md5=ab31aad35d740d800ae1e332d6290f50 \ | ||
34 | " | ||
35 | LICENSE_${PN}-vpu-firmware = "ISSL" | ||
33 | 36 | ||
34 | inherit cmake ptest python3native | 37 | inherit cmake ptest python3native |
35 | 38 | ||