From 2857a0abe3ad03f3b617ddf18cbd00a0aacc1073 Mon Sep 17 00:00:00 2001 From: Manorit Chawdhry Date: Mon, 20 Mar 2023 11:24:16 +0000 Subject: [PATCH] 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 Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon --- meta-ti-bsp/recipes-security/optee/optee-client_%.bbappend | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 meta-ti-bsp/recipes-security/optee/optee-client_%.bbappend diff --git a/meta-ti-bsp/recipes-security/optee/optee-client_%.bbappend b/meta-ti-bsp/recipes-security/optee/optee-client_%.bbappend new file mode 100644 index 00000000..19db3827 --- /dev/null +++ b/meta-ti-bsp/recipes-security/optee/optee-client_%.bbappend @@ -0,0 +1,7 @@ +PV:ti-soc = "3.20.0+git${SRCPV}" +SRCREV:ti-soc = "dd2d39b49975d2ada7870fe2b7f5a84d0d3860dc" + +inherit pkgconfig +DEPENDS:append:ti-soc = " util-linux" + +EXTRA_OEMAKE:append:ti-soc = " PKG_CONFIG=pkg-config"