Re: [meta-arm] [PATCH 2/2] u-boot: enable tf-a support for genericarm64
Ross Burton <[email protected]> Thu, 2 Apr 2026 16:42:02 +0000
| Newsgroups | org.yoctoproject.lists.meta-arm |
|---|---|
| Message-ID | <[email protected]> |
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. Ross