diff options
author | Benjamin Szőke <egyszeregy@freemail.hu> | 2024-10-21 14:34:08 +0200 |
---|---|---|
committer | Benjamin Szőke <egyszeregy@freemail.hu> | 2024-10-21 18:14:45 +0200 |
commit | 9e09c96405204c9e38054b1bd91219af5366c584 (patch) | |
tree | bd63f1980e15192087ce7e753a55ed31c44986cd | |
parent | bd5947f730f806366c64f63145b99b4a6ac5d8e2 (diff) | |
download | meta-freescale-9e09c96405204c9e38054b1bd91219af5366c584.tar.gz |
EULA: Update to v57
-rw-r--r-- | EULA | 8 | ||||
-rw-r--r-- | classes/fsl-eula-unpack.bbclass | 4 |
2 files changed, 10 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | LA_OPT_NXP_Software_License v56 April 2024 | 1 | LA_OPT_NXP_Software_License v57 July 2024 |
2 | IMPORTANT. Read the following NXP Software License Agreement ("Agreement") | 2 | IMPORTANT. Read the following NXP Software License Agreement ("Agreement") |
3 | completely. By selecting the "I Accept" button at the end of this page, or by | 3 | completely. By selecting the "I Accept" button at the end of this page, or by |
4 | downloading, installing, or using the Licensed Software, you indicate that you | 4 | downloading, installing, or using the Licensed Software, you indicate that you |
@@ -767,3 +767,9 @@ upon notice. | |||
767 | 767 | ||
768 | Vivante: Distribution of Vivante software must be a part of, or embedded | 768 | Vivante: Distribution of Vivante software must be a part of, or embedded |
769 | within, Authorized Systems that include a Vivante Graphics Processing Unit. | 769 | within, Authorized Systems that include a Vivante Graphics Processing Unit. |
770 | |||
771 | Wittenstein: Your use of the SafeRTOS v9.x and Networking Stack, in object | ||
772 | form, is limited to your internal testing, evaluation, feedback and development | ||
773 | specifically for use with an NXP Product. Licensee’s license to use and | ||
774 | supply the software to you expires on June 25, 2026. Further rights must be | ||
775 | obtained directly from Wittenstein. | ||
diff --git a/classes/fsl-eula-unpack.bbclass b/classes/fsl-eula-unpack.bbclass index 86338259..c170d2e0 100644 --- a/classes/fsl-eula-unpack.bbclass +++ b/classes/fsl-eula-unpack.bbclass | |||
@@ -60,6 +60,7 @@ FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V48 = "db4762b09b6bda63da103963 | |||
60 | FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V49 = "2827219e81f28aba7c6a569f7c437fa7" | 60 | FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V49 = "2827219e81f28aba7c6a569f7c437fa7" |
61 | FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V53 = "44a8052c384584ba09077e85a3d1654f" | 61 | FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V53 = "44a8052c384584ba09077e85a3d1654f" |
62 | FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V56 = "10c0fda810c63b052409b15a5445671a" | 62 | FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V56 = "10c0fda810c63b052409b15a5445671a" |
63 | FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V57 = "ca53281cc0caa7e320d4945a896fb837" | ||
63 | 64 | ||
64 | FSL_EULA_FILE_MD5SUMS = " \ | 65 | FSL_EULA_FILE_MD5SUMS = " \ |
65 | ${FSL_EULA_FILE_MD5SUM_LA_OPT_BASE_LICENSE_V8} \ | 66 | ${FSL_EULA_FILE_MD5SUM_LA_OPT_BASE_LICENSE_V8} \ |
@@ -116,11 +117,12 @@ FSL_EULA_FILE_MD5SUMS = " \ | |||
116 | ${FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V49} \ | 117 | ${FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V49} \ |
117 | ${FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V53} \ | 118 | ${FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V53} \ |
118 | ${FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V56} \ | 119 | ${FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V56} \ |
120 | ${FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V57} \ | ||
119 | " | 121 | " |
120 | 122 | ||
121 | # The checksum for the EULA in the layer | 123 | # The checksum for the EULA in the layer |
122 | FSL_EULA_FILE_MD5SUM ?= \ | 124 | FSL_EULA_FILE_MD5SUM ?= \ |
123 | "${FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V56}" | 125 | "${FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V57}" |
124 | 126 | ||
125 | LIC_FILES_CHKSUM_LAYER ?= "file://${FSL_EULA_FILE};md5=${FSL_EULA_FILE_MD5SUM}" | 127 | LIC_FILES_CHKSUM_LAYER ?= "file://${FSL_EULA_FILE};md5=${FSL_EULA_FILE_MD5SUM}" |
126 | LIC_FILES_CHKSUM_LAYER[vardepsexclude] += "FSL_EULA_FILE" | 128 | LIC_FILES_CHKSUM_LAYER[vardepsexclude] += "FSL_EULA_FILE" |