conf/layer.conf: Upgrade EULA to v63 [YOCIMX-9098]

Signed-off-by: Flora Hu <flora.hu@nxp.com>
This commit is contained in:
Flora Hu 2025-06-30 08:23:10 +02:00 committed by Jun Zhu
parent bbb37ce327
commit 4b3f8760c0
2 changed files with 14 additions and 5 deletions

View File

@ -1,4 +1,4 @@
LA_OPT_NXP_Software_License v62 May 2025
LA_OPT_NXP_Software_License v63 May 2025
IMPORTANT. Read the following NXP Software License Agreement ("Agreement")
completely. By selecting the "I Accept" button at the end of this page, or by
downloading, installing, or using the Licensed Software, you indicate that you
@ -15,9 +15,9 @@ supersede this Agreement.
NXP SOFTWARE LICENSE AGREEMENT
This is a legal agreement between your employer, of which you are an authorized
representative, or, if you have no employer, you as an individual ("you" or
"Licensee"), and and NXP USA, Inc., if Licensee is located within the United
States or NXP Semiconductors Netherlands B.V., if Licensee if located outside
of the United States (“NXP”). It concerns your rights to use the software
"Licensee"), and NXP USA, Inc., if Licensee is located within the United States
or NXP Semiconductors Netherlands B.V., if Licensee if located outside of the
United States (“NXP”). It concerns your rights to use the software
provided to you in binary or source code form and any accompanying written
materials (the "Licensed Software"). The Licensed Software may include any
updates or error corrections or documentation relating to the Licensed Software
@ -516,6 +516,13 @@ distribution of one copy embedded in a single NXP Product. Your use of Cadence
NatureDSP Libraries whether in source code or in binary is restricted to NXP
SoC based systems or emulation enablement based on NXP SoC.
Use of the XA NN library is limited to execution on Cadence processor cores and
not permitted non-Cadence platforms. Redistribution is permitted only as part
of an NXP SOC based product and must include all copyright and permission
notices. The library is provided “as is” without warranties, and no rights
are granted to any third-party technologies that may be required for use. Full
license terms are available from Cadence Design Systems, Inc.
CEVA D.S.P. Ltd. And CEVA Technologies Inc. ("CEVA"): The CEVA-SPF2 linear
algebra, CEVA-SPF2 Neural Network Libraries, CEVA-SPF2 Core Libraries,
CEVA-SPF2 OpenAMP and CEVA-SPF2 STL licensed modules are owned by CEVA and such

View File

@ -17,15 +17,17 @@ MIRRORS += "http://sourceforge.net/.* http://www.nxp.com/lgfiles/updates/other"
# See fsl-eula-unpack.bbclass.
FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V60 = "cf2070b16b9d4acf60a98e8cbc32a25a"
FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V62 = "a93b654673e1bc8398ed1f30e0813359"
FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V63 = "bc649096ad3928ec06a8713b8d787eac"
FSL_EULA_FILE_MD5SUMS:append = " \
${FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V60} \
${FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V62} \
${FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V63} \
"
# Override the EULA defined in meta-freescale.
FSL_EULA_FILE = "${LAYERDIR}/../LICENSE.txt"
FSL_EULA_FILE_MD5SUM = "${FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V62}"
FSL_EULA_FILE_MD5SUM = "${FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V63}"
# FIXME: Drop xxd if/when xxd-native can be used instead
HOSTTOOLS_NONFATAL:append = " xxd cert-to-efi-sig-list"