Re: [yocto] [RFC] Moving OP-TEE support from meta-arm to oe-core
Ross Burton <[email protected]> Thu, 22 Jan 2026 17:04:09 +0000
| Newsgroups | org.yoctoproject.lists.meta-arm,org.yoctoproject.lists.yocto |
|---|---|
| Message-ID | <[email protected]> |
On 22 Jan 2026, at 09:33, Thomas Perrot via lists.yoctoproject.org <[email protected]> wrote: > > Hi, > > Currently, OP-TEE support is maintained in the meta-arm layer. However, > OP-TEE is now being adopted by non-ARM platforms as well, notably RISC- > V. > > Given this broader adoption, would it make sense to move the OP-TEE > recipes from meta-arm to oe-core? > > I'd like to hear the community's thoughts on this. Copying in the meta-arm list. My immediate thought on this is “would the riscv machines actually use the same recipes” or is there enough forking and vendor branches happening that whilst in theory everyone is using OP-TEE, they’re not all using the _same_ optee. I’m not against moving genuinely shared recipes somewhere common, but I do think verifying this will actually happen is important. meta-arm tends to have several versions of optee at once for good reason… (currently one, but about to be two) Ross