diff options
author | Beleswar Padhi <b-padhi@ti.com> | 2025-08-06 11:20:14 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-08-07 09:01:25 -0500 |
commit | 1544ef5ecb65080c008a833109f217bb9b4c6eb4 (patch) | |
tree | a1a9349c22e9022ebf97f229a6c2a38ef1ec821e | |
parent | e48a202484bf39e46149cec1c91d78b81b3c5690 (diff) | |
download | meta-ti-1544ef5ecb65080c008a833109f217bb9b4c6eb4.tar.gz |
licenses: Add INSIDE-Secure LICENSE
Add the INSIDE-Secure LICENSE and update the PKA recipe to use this
license.
Signed-off-by: Beleswar Padhi <b-padhi@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-ti-bsp/licenses/INSIDE-Secure | 19 | ||||
-rw-r--r-- | meta-ti-bsp/recipes-bsp/ti-pka-fw/ti-pka-fw_git.bb | 2 |
2 files changed, 20 insertions, 1 deletions
diff --git a/meta-ti-bsp/licenses/INSIDE-Secure b/meta-ti-bsp/licenses/INSIDE-Secure new file mode 100644 index 00000000..3eb3a465 --- /dev/null +++ b/meta-ti-bsp/licenses/INSIDE-Secure | |||
@@ -0,0 +1,19 @@ | |||
1 | //--------------------------------------------------------------------- | ||
2 | //Inside Secure Copyright Notice for PKA Firmware | ||
3 | //--------------------------------------------------------------------- | ||
4 | |||
5 | /* */ | ||
6 | /* Copyright (c) 2004-2015 INSIDE Secure B.V. All Rights Reserved */ | ||
7 | /* */ | ||
8 | /* This confidential and proprietary software may be used only as authorized */ | ||
9 | /* by a licensing agreement from INSIDE Secure. */ | ||
10 | /* */ | ||
11 | /* The entire notice above must be reproduced on all authorized copies that */ | ||
12 | /* may only be made to the extent permitted by a licensing agreement from */ | ||
13 | /* INSIDE Secure. */ | ||
14 | /* */ | ||
15 | /* For more information or support, please go to our online support system at */ | ||
16 | /* https://essoemsupport.insidesecure.com. */ | ||
17 | /* In case you do not have an account for this system, please send an e-mail */ | ||
18 | /* to ESSEmbeddedHW-Support.com. */ | ||
19 | /*----------------------------------------------------------------------------*/ | ||
diff --git a/meta-ti-bsp/recipes-bsp/ti-pka-fw/ti-pka-fw_git.bb b/meta-ti-bsp/recipes-bsp/ti-pka-fw/ti-pka-fw_git.bb index 49ae0251..c3d2bce4 100644 --- a/meta-ti-bsp/recipes-bsp/ti-pka-fw/ti-pka-fw_git.bb +++ b/meta-ti-bsp/recipes-bsp/ti-pka-fw/ti-pka-fw_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "PKA prebuilt binary firmware image" | 1 | SUMMARY = "PKA prebuilt binary firmware image" |
2 | 2 | ||
3 | LICENSE = "TI-TFL & INSIDE Secure" | 3 | LICENSE = "TI-TFL & INSIDE-Secure" |
4 | LIC_FILES_CHKSUM = "file://LICENCE.pka_fw;md5=dc20391b287874f0dce069cf87917206" | 4 | LIC_FILES_CHKSUM = "file://LICENCE.pka_fw;md5=dc20391b287874f0dce069cf87917206" |
5 | 5 | ||
6 | COMPATIBLE_MACHINE = "k3" | 6 | COMPATIBLE_MACHINE = "k3" |