diff options
author | Valentin Jec <valentin.jec@nxp.com> | 2024-08-23 14:13:22 +0300 |
---|---|---|
committer | Valentin Jec <valentin.jec@nxp.com> | 2024-08-23 14:13:22 +0300 |
commit | 79fd80f199084f5dd980f6b754d167a793fef2c6 (patch) | |
tree | 5eb350dd943ff41b17fc1c6155732ab5911e12da /recipes-security | |
parent | 4c4483b3bd6896468f422f6201d9080e57c543fc (diff) | |
download | meta-freescale-79fd80f199084f5dd980f6b754d167a793fef2c6.tar.gz |
optee: Upgrade optee recipes from 4.0.0.imx to 4.2.0.imx
Update file headers
Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
Diffstat (limited to 'recipes-security')
-rw-r--r-- | recipes-security/optee-imx/optee-client-fslc-imx.inc | 2 | ||||
-rw-r--r-- | recipes-security/optee-imx/optee-client-fslc.inc | 2 | ||||
-rw-r--r-- | recipes-security/optee-imx/optee-client_4.2.0.imx.bb (renamed from recipes-security/optee-imx/optee-client_4.0.0.imx.bb) | 4 | ||||
-rw-r--r-- | recipes-security/optee-imx/optee-os_4.2.0.imx.bb (renamed from recipes-security/optee-imx/optee-os_4.0.0.imx.bb) | 6 | ||||
-rw-r--r-- | recipes-security/optee-imx/optee-test_4.2.0.imx.bb (renamed from recipes-security/optee-imx/optee-test_4.0.0.imx.bb) | 6 |
5 files changed, 10 insertions, 10 deletions
diff --git a/recipes-security/optee-imx/optee-client-fslc-imx.inc b/recipes-security/optee-imx/optee-client-fslc-imx.inc index 4cfe18bf..60e9e1fa 100644 --- a/recipes-security/optee-imx/optee-client-fslc-imx.inc +++ b/recipes-security/optee-imx/optee-client-fslc-imx.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | # Copyright (C) 2017-2021 NXP | 1 | # Copyright 2017-2024 NXP |
2 | 2 | ||
3 | require optee-client-fslc.inc | 3 | require optee-client-fslc.inc |
4 | 4 | ||
diff --git a/recipes-security/optee-imx/optee-client-fslc.inc b/recipes-security/optee-imx/optee-client-fslc.inc index b9e91f97..132d594d 100644 --- a/recipes-security/optee-imx/optee-client-fslc.inc +++ b/recipes-security/optee-imx/optee-client-fslc.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | # Copyright (C) 2017-2021 NXP | 1 | # Copyright 2017-2024 NXP |
2 | 2 | ||
3 | SUMMARY = "OPTEE Client libs" | 3 | SUMMARY = "OPTEE Client libs" |
4 | HOMEPAGE = "http://www.optee.org/" | 4 | HOMEPAGE = "http://www.optee.org/" |
diff --git a/recipes-security/optee-imx/optee-client_4.0.0.imx.bb b/recipes-security/optee-imx/optee-client_4.2.0.imx.bb index b404dd5b..64b49b75 100644 --- a/recipes-security/optee-imx/optee-client_4.0.0.imx.bb +++ b/recipes-security/optee-imx/optee-client_4.2.0.imx.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require optee-client-fslc-imx.inc | 1 | require optee-client-fslc-imx.inc |
2 | 2 | ||
3 | SRCBRANCH = "lf-6.6.3_1.0.0" | 3 | SRCBRANCH = "lf-6.6.23_2.0.0" |
4 | SRCREV = "acb0885c117e73cb6c5c9b1dd9054cb3f93507ee" | 4 | SRCREV = "3eac340a781c00ccd61b151b0e9c22a8c6e9f9f0" |
5 | 5 | ||
6 | DEPENDS += "util-linux" | 6 | DEPENDS += "util-linux" |
7 | EXTRA_OEMAKE += "PKG_CONFIG=pkg-config" | 7 | EXTRA_OEMAKE += "PKG_CONFIG=pkg-config" |
diff --git a/recipes-security/optee-imx/optee-os_4.0.0.imx.bb b/recipes-security/optee-imx/optee-os_4.2.0.imx.bb index ad6c6b40..96948bc7 100644 --- a/recipes-security/optee-imx/optee-os_4.0.0.imx.bb +++ b/recipes-security/optee-imx/optee-os_4.2.0.imx.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | # Copyright (C) 2017-2021 NXP | 1 | # Copyright 2017-2024 NXP |
2 | 2 | ||
3 | require optee-os-fslc-imx.inc | 3 | require optee-os-fslc-imx.inc |
4 | 4 | ||
@@ -8,5 +8,5 @@ SRC_URI += " \ | |||
8 | file://0003-arm32-libutils-libutee-ta-add-.note.GNU-stack-sectio.patch \ | 8 | file://0003-arm32-libutils-libutee-ta-add-.note.GNU-stack-sectio.patch \ |
9 | file://0004-core-link-add-no-warn-rwx-segments.patch \ | 9 | file://0004-core-link-add-no-warn-rwx-segments.patch \ |
10 | " | 10 | " |
11 | SRCBRANCH = "lf-6.6.3_1.0.0" | 11 | SRCBRANCH = "lf-6.6.23_2.0.0" |
12 | SRCREV = "e0a3e77735941e6057a1994a576b83a93ea0bdb9" | 12 | SRCREV = "c6be5b572452a2808d1a34588fd10e71715e23cf" |
diff --git a/recipes-security/optee-imx/optee-test_4.0.0.imx.bb b/recipes-security/optee-imx/optee-test_4.2.0.imx.bb index 1717a713..aa8444fb 100644 --- a/recipes-security/optee-imx/optee-test_4.0.0.imx.bb +++ b/recipes-security/optee-imx/optee-test_4.2.0.imx.bb | |||
@@ -1,10 +1,10 @@ | |||
1 | # Copyright (C) 2017-2021 NXP | 1 | # Copyright 2017-2024 NXP |
2 | 2 | ||
3 | require optee-test-fslc.inc | 3 | require optee-test-fslc.inc |
4 | 4 | ||
5 | SRC_URI = "git://github.com/nxp-imx/imx-optee-test.git;protocol=https;branch=${SRCBRANCH}" | 5 | SRC_URI = "git://github.com/nxp-imx/imx-optee-test.git;protocol=https;branch=${SRCBRANCH}" |
6 | 6 | ||
7 | SRCBRANCH = "lf-6.6.3_1.0.0" | 7 | SRCBRANCH = "lf-6.6.23_2.0.0" |
8 | SRCREV = "95c49d950f50fa774e4530d19a967079b3b61279" | 8 | SRCREV = "07682f1b1b41ec0bfa507286979b36ab8d344a96" |
9 | 9 | ||
10 | COMPATIBLE_MACHINE = "(imx-nxp-bsp)" | 10 | COMPATIBLE_MACHINE = "(imx-nxp-bsp)" |