Re: [poky] [PATCH] genericarm64: add qemuboot configuration
Jose Quaresma <[email protected]>
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <CANPvuRnrZUxfFcoBUKp6ThDkS2PTEuwSPT77F2=Jcx0AJzjN1w@mail.gmail.com> |
Ross Burton <[email protected]> escreveu (sexta, 22/03/2024 à(s) 17:09): > On 22 Mar 2024, at 17:02, Jose Quaresma <[email protected]> wrote: > > Why not have a new genericarm64-qemu.conf machine which includes this > machine > > and adds all the required qemu bits. > > In my opinion, this would be more friendly and clear. > > Because two machines are more annoying, there’s no need. This is what we > had for generic-arm64 and qemu-generic-arm64 in meta-arm, but that was > mainly because that also built TF-A/OP-TEE/EDK2, all of which is pointless > in a real hardware environment. > > Arguably we could just always build u-boot for qemu and hope nobody gets > confused with there being a u-boot binary in the deploy directory, but that > feels like it’s asking for trouble. > > Ross I agree that always building u-boot can cause some confusion so it's better to keep the real machine the primary target. Jose