All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/4] Update Mesa and enable vkmark
@ 2024-08-22 13:02 Alex Bennée
  2024-08-22 13:02 ` [Buildroot] [PATCH 1/4] package/mesa3d: add option to enable VIRTIO vulkan driver Alex Bennée
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Alex Bennée @ 2024-08-22 13:02 UTC (permalink / raw)
  To: buildroot

This is part of building test images for virtio-vulkan support in
QEMU. We need to update Mesa, enable the VirtIO driver and add the
vkmark tool. There is also a small patch to ensure we enable a getty
on the console so we can start weston and spawn the vkmark binary.
Currently it is not able to run directly with the DRM device.

Alex Bennée (4):
  package/mesa3d: add option to enable VIRTIO vulkan driver
  package/vkmark: add vmkark benchmarking tool
  board/qemu: add post-build script to aarch64_virt_defconfig
  package/mesa3d: bump to 24.2.0

 board/qemu/post-build.sh                 | 16 ++++++++++
 configs/qemu_aarch64_virt_defconfig      |  1 +
 package/Config.in                        |  1 +
 package/mesa3d-headers/mesa3d-headers.mk |  2 +-
 package/mesa3d/Config.in                 |  6 ++++
 package/mesa3d/mesa3d.hash               |  5 ++-
 package/mesa3d/mesa3d.mk                 |  4 ++-
 package/vkmark/Config.in                 | 39 ++++++++++++++++++++++++
 package/vkmark/vkmark.hash               |  3 ++
 package/vkmark/vkmark.mk                 | 28 +++++++++++++++++
 10 files changed, 100 insertions(+), 5 deletions(-)
 create mode 100755 board/qemu/post-build.sh
 create mode 100644 package/vkmark/Config.in
 create mode 100644 package/vkmark/vkmark.hash
 create mode 100644 package/vkmark/vkmark.mk

-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-08-23 17:28 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-22 13:02 [Buildroot] [PATCH 0/4] Update Mesa and enable vkmark Alex Bennée
2024-08-22 13:02 ` [Buildroot] [PATCH 1/4] package/mesa3d: add option to enable VIRTIO vulkan driver Alex Bennée
2024-08-22 13:02 ` [Buildroot] [PATCH 2/4] package/vkmark: add vmkark benchmarking tool Alex Bennée
2024-08-23 17:26   ` Thomas Petazzoni via buildroot
2024-08-22 13:02 ` [Buildroot] [PATCH 3/4] board/qemu: add post-build script to aarch64_virt_defconfig Alex Bennée
2024-08-23 17:27   ` Thomas Petazzoni via buildroot
2024-08-22 13:02 ` [Buildroot] [PATCH 4/4] package/mesa3d: bump to 24.2.0 Alex Bennée
2024-08-22 15:56   ` Yann E. MORIN
2024-08-22 16:58     ` Alex Bennée
2024-08-22 17:24       ` Yann E. MORIN
2024-08-22 19:41         ` Alex Bennée
2024-08-22 20:02           ` Yann E. MORIN
2024-08-22 17:25 ` [Buildroot] [PATCH 0/4] Update Mesa and enable vkmark Alex Bennée
     [not found] ` <20240822130220.4135741-5-alex.bennee__3974.23927658878$1724331783$gmane$org@linaro.org>
2024-08-22 17:59   ` [Buildroot] [PATCH 4/4] package/mesa3d: bump to 24.2.0 Bernd Kuhls

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.