diff options
author | Manorit Chawdhry <m-chawdhry@ti.com> | 2023-03-20 04:12:04 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-03-20 16:45:07 -0500 |
commit | caaaf71e93f4a6ce80a640e66129b8a895e85634 (patch) | |
tree | 97eb38a2971a95d7484c190de6a64e69f5bc2409 /meta-ti-bsp/recipes-security | |
parent | 12bb9e20cafbab6ef835313c380116090684601e (diff) | |
download | meta-ti-caaaf71e93f4a6ce80a640e66129b8a895e85634.tar.gz |
optee: update optee components to 3.20 tag
OPTEE tests is not being upgraded due to a newer python dependency for
the build
Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-security')
3 files changed, 11 insertions, 7 deletions
diff --git a/meta-ti-bsp/recipes-security/optee/optee-client_3.16%.bbappend b/meta-ti-bsp/recipes-security/optee/optee-client_3.16%.bbappend index 61760b8e..19db3827 100644 --- a/meta-ti-bsp/recipes-security/optee/optee-client_3.16%.bbappend +++ b/meta-ti-bsp/recipes-security/optee/optee-client_3.16%.bbappend | |||
@@ -1,4 +1,7 @@ | |||
1 | PV:ti-soc = "3.19.0+git${SRCPV}" | 1 | PV:ti-soc = "3.20.0+git${SRCPV}" |
2 | SRCREV:ti-soc = "140bf463046071d3ca5ebbde3fb21ee0854e1951" | 2 | SRCREV:ti-soc = "dd2d39b49975d2ada7870fe2b7f5a84d0d3860dc" |
3 | 3 | ||
4 | DEPENDS:append:ti-soc = "pkgconfig util-linux" | 4 | inherit pkgconfig |
5 | DEPENDS:append:ti-soc = " util-linux" | ||
6 | |||
7 | EXTRA_OEMAKE:append:ti-soc = " PKG_CONFIG=pkg-config" | ||
diff --git a/meta-ti-bsp/recipes-security/optee/optee-examples_%.bbappend b/meta-ti-bsp/recipes-security/optee/optee-examples_%.bbappend index 9c757f11..1760a6fa 100644 --- a/meta-ti-bsp/recipes-security/optee/optee-examples_%.bbappend +++ b/meta-ti-bsp/recipes-security/optee/optee-examples_%.bbappend | |||
@@ -1,2 +1,3 @@ | |||
1 | PV:ti-soc = "3.19.0+git${SRCPV}" | 1 | PV:ti-soc = "3.20.0+git${SRCPV}" |
2 | SRCREV:ti-soc = "f301ee9df2129c0db683e726c91dc2cefe4cdb65" | 2 | SRCREV:ti-soc = "a98d01e1b9168eaed96bcd0bac0df67c44a81081" |
3 | SRC_URI = "git://github.com/linaro-swg/optee_examples.git;branch=master;protocol=https" | ||
diff --git a/meta-ti-bsp/recipes-security/optee/optee-os_3.16%.bbappend b/meta-ti-bsp/recipes-security/optee/optee-os_3.16%.bbappend index 8fdf6513..b29553d6 100644 --- a/meta-ti-bsp/recipes-security/optee/optee-os_3.16%.bbappend +++ b/meta-ti-bsp/recipes-security/optee/optee-os_3.16%.bbappend | |||
@@ -1,5 +1,5 @@ | |||
1 | PV:ti-soc = "3.19.0+git${SRCPV}" | 1 | PV:ti-soc = "3.20.0+git${SRCPV}" |
2 | SRCREV:ti-soc = "d6c5d0037b46f46caf71d67d7825d4b722cbcddf" | 2 | SRCREV:ti-soc = "3bc3809afe372ca7e8216fc5d7a64e965bb4ad70" |
3 | 3 | ||
4 | # Use TI SECDEV for signing | 4 | # Use TI SECDEV for signing |
5 | inherit ti-secdev | 5 | inherit ti-secdev |