diff --git a/meta-digi-arm/README b/meta-digi-arm/README index 42ccfa3a8..a59b51cb4 100644 --- a/meta-digi-arm/README +++ b/meta-digi-arm/README @@ -17,12 +17,13 @@ All software is covered by Digi's general EULA and Digi's Open Source EULA. To have the right to use the software in your images you need to read and accept both EULAs at the DIGI_EULA and DIGI_OPEN_EULA files. -Freescale's license agreeements -------------------------------- +NXP Semiconductors' software license agreement +---------------------------------------------- Some platforms depends on libraries and packages that are covered by -Freescale's MMK EULA. To have the right to use those binaries in your -images you need to read and accept the EULA at the FSL_MMK_EULA file. +NXP Semiconductors' EULA. To have the right to use those binaries in +your images you need to read and accept the EULA file in meta-freescale +Yocto layer. Support ------- diff --git a/meta-digi-dey/README b/meta-digi-dey/README index 51f44149f..75c63473c 100644 --- a/meta-digi-dey/README +++ b/meta-digi-dey/README @@ -17,6 +17,14 @@ All software is covered by Digi's general EULA and Digi's Open Source EULA. To have the right to use the software in your images you need to read and accept both EULAs at the DIGI_EULA and DIGI_OPEN_EULA files. +NXP Semiconductors' software license agreement +---------------------------------------------- + +Some platforms depends on libraries and packages that are covered by +NXP Semiconductors' EULA. To have the right to use those binaries in +your images you need to read and accept the EULA file in meta-freescale +Yocto layer. + Support ------- diff --git a/sdk/config/ccardimx28js/local.conf.sample b/sdk/config/ccardimx28js/local.conf.sample index 14fc4cdba..a77a66ace 100644 --- a/sdk/config/ccardimx28js/local.conf.sample +++ b/sdk/config/ccardimx28js/local.conf.sample @@ -265,6 +265,6 @@ CONF_VERSION = "1" PRSERV_HOST = "localhost:0" # -# Some libraries and packages are covered by Freescale EULA +# Some libraries and packages are covered by NXP EULA # #ACCEPT_FSL_EULA = "1" diff --git a/sdk/config/ccimx6sbc/local.conf.sample b/sdk/config/ccimx6sbc/local.conf.sample index 8271d125c..c1f34741e 100644 --- a/sdk/config/ccimx6sbc/local.conf.sample +++ b/sdk/config/ccimx6sbc/local.conf.sample @@ -250,6 +250,6 @@ CONF_VERSION = "1" PRSERV_HOST = "localhost:0" # -# Some libraries and packages are covered by Freescale EULA +# Some libraries and packages are covered by NXP EULA # #ACCEPT_FSL_EULA = "1" diff --git a/sdk/config/ccimx6ulsbc/local.conf.sample b/sdk/config/ccimx6ulsbc/local.conf.sample index 73effac94..d666c0183 100644 --- a/sdk/config/ccimx6ulsbc/local.conf.sample +++ b/sdk/config/ccimx6ulsbc/local.conf.sample @@ -250,6 +250,6 @@ CONF_VERSION = "1" PRSERV_HOST = "localhost:0" # -# Some libraries and packages are covered by Freescale EULA +# Some libraries and packages are covered by NXP EULA # #ACCEPT_FSL_EULA = "1" diff --git a/sdk/config/ccimx6ulstarter/local.conf.sample b/sdk/config/ccimx6ulstarter/local.conf.sample index eb6e8708e..9fb24f16a 100644 --- a/sdk/config/ccimx6ulstarter/local.conf.sample +++ b/sdk/config/ccimx6ulstarter/local.conf.sample @@ -250,6 +250,6 @@ CONF_VERSION = "1" PRSERV_HOST = "localhost:0" # -# Some libraries and packages are covered by Freescale EULA +# Some libraries and packages are covered by NXP EULA # #ACCEPT_FSL_EULA = "1" diff --git a/sdk/mkproject.sh b/sdk/mkproject.sh index b53ff3eb2..325c247fb 100755 --- a/sdk/mkproject.sh +++ b/sdk/mkproject.sh @@ -98,7 +98,7 @@ do_license() { | | | * Digi's end user license agreement | | * Digi's third party and open source license notice | - | * Freescale semiconductor software license agreement | + | * NXP Semiconductors' software license agreement | | | | To have the right to use those binaries in your images you need to read and | | accept the licenses. |