Re: [meta-arm] [PATCH 2/2] u-boot: enable tf-a support for genericarm64
Mikko Rapeli <[email protected]> Thu, 2 Apr 2026 20:56:10 +0300
| Newsgroups | org.yoctoproject.lists.meta-arm |
|---|---|
| Message-ID | <ac6tunq9rpv6IfPA@nuoska> |
Hi, On Thu, Apr 02, 2026 at 04:42:02PM +0000, Ross Burton wrote: > On 1 Apr 2026, at 11:29, Mikko Rapeli via lists.yoctoproject.org <[email protected]> wrote: > > > > +SRC_URI:append:genericarm64 = " file://qemuarm64.cfg” > > Whilst I don’t disagree with the principle of the series, this line means we’d fail the compatibility testing (and if we didn’t, that’s a problem with the testing). > > Simply adding layers shouldn’t impact things outside of them, and this will mean that adding meta-arm automatically pulls in TF-A to genericarm64 builds. > > I’m not sure what the right solution here is. Maybe literally guarding the SRC_URI change with a variable (that defaults to off) would be sufficient. True. I did not want another machine variant which enables these. Maybe MACHINE_FEATURE like "tf-a", which then for genericarm64 adds these qemuarm64 configs. Using other custom variables doesn't feel right either. These do not impact anything in systemd-boot, kernel or userspace or in the wic image which is compatible with a lot of HW. Cheers, -Mikko