| Message ID | 20220408192521.1608764-1-jdmason@kudzu.us |
|---|---|
| Headers | show |
| Series | poky-tiny clean-ups and qemuarm fixes | expand |
On Fri, 2022-04-08 at 15:25 -0400, Jon Mason wrote: > Changes in v2: > * Addressed Khem's comments > * Rebased to the latest version > * Added distro description for poky-tiny, as this makes it more obvious > which distro is being booted when there are multiple > > The yocto-kernel-cache changes were sent, accepted, and should be > uploaded shortly. Still breaks on the autobuilder unfortunately: https://autobuilder.yoctoproject.org/typhoon/#/builders/110/builds/3923 https://autobuilder.yoctoproject.org/typhoon/#/builders/53/builds/5035 :( Cheers, Richard
On Sat, Apr 9, 2022 at 5:17 PM Richard Purdie <richard.purdie@linuxfoundation.org> wrote: > > On Fri, 2022-04-08 at 15:25 -0400, Jon Mason wrote: > > Changes in v2: > > * Addressed Khem's comments > > * Rebased to the latest version > > * Added distro description for poky-tiny, as this makes it more obvious > > which distro is being booted when there are multiple > > > > The yocto-kernel-cache changes were sent, accepted, and should be > > uploaded shortly. > > Still breaks on the autobuilder unfortunately: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/110/builds/3923 > https://autobuilder.yoctoproject.org/typhoon/#/builders/53/builds/5035 > > :( Weird, it passed in my CI. Okay, I'll see if I can repo and fix. Thanks for the testing. Thanks, Jon > > Cheers, > > Richard >
Changes in v2: * Addressed Khem's comments * Rebased to the latest version * Added distro description for poky-tiny, as this makes it more obvious which distro is being booted when there are multiple The yocto-kernel-cache changes were sent, accepted, and should be uploaded shortly. Thanks, Jon Jon Mason (6): linux-yocto: Remove unnecessary, commented out qemuarm entry qemuarm: use virtio device interface for graphics qemuarm64: use virtio pci interfaces qemuarmv5: use arm-versatile-926ejs KMACHINE and add more virtio devices poky-tiny: add a distro description poky-tiny: enable qemuarmv5/qemuarm64 and cleanups meta-poky/conf/distro/poky-tiny.conf | 1 + meta/conf/machine/qemuarm.conf | 3 +-- meta/conf/machine/qemuarm64.conf | 8 ++++---- meta/conf/machine/qemuarmv5.conf | 12 ++++++++++-- meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb | 4 +--- meta/recipes-kernel/linux/linux-yocto_5.10.bb | 3 --- meta/recipes-kernel/linux/linux-yocto_5.15.bb | 3 --- 7 files changed, 17 insertions(+), 17 deletions(-)