[meta-ti] [PATCH] optee-os: fix build with OPTEEPAGER=y

2022-04-14 Thread Matthias Schiffer
meta-arm commit e03b824d7824 ("arm/optee-os: cleanup recipe") changed the recipe's do_compile(), which broke the build of the am57xx-hs-evm and dra7xx-hs-evm machines. Adjust the .bbappend accordingly. Signed-off-by: Matthias Schiffer --- meta-ti-bsp/recipes-security/optee/optee-os_%.bbappend |

[meta-ti] [PATCH v2] ti-sgx-ddk-um: avoid unnecessary dependency on -dev package

2022-04-14 Thread Matthias Schiffer
ti-sgx-ddk-um's do_install creates a symlink libGLESv2.so.1 to libGLESv2.so. As this symlink will be installed to ti-sgx-ddk-um, but its target libGLESv2.so is in ti-sgx-ddk-um-dev, the automated dependency analysis will add ti-sgx-ddk-um-dev to ti-sgx-ddk-um's RDEPENDS. This will pull in a large n