All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/2] package/pixman: Fix riscv vector support
@ 2025-04-21 21:37 Charlie Jenkins
  2025-04-21 21:37 ` [Buildroot] [PATCH v2 1/2] package/pixman: Only compile with riscv vector support when selected Charlie Jenkins
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Charlie Jenkins @ 2025-04-21 21:37 UTC (permalink / raw)
  To: buildroot, Thomas Petazzoni; +Cc: Charlie Jenkins

Pixman 0.44.0 introduced riscv vector support. Fixup the buildroot
support by only enabling the vector support when vector is enabled in
buildroot, and add a patch to detect if the toolchain supports vector.

Signed-off-by: Charlie Jenkins <charlie@rivosinc.com>
---
Changes in v2:
- Use pixman patch instead of buildroot hack
- Include new patch to only use vector when buildroot vector is enabled
- Link to v1: https://lore.kernel.org/r/20250410-pixman_riscv_dependency-v1-1-25d44d225acc@rivosinc.com

---
Charlie Jenkins (2):
      package/pixman: Only compile with riscv vector support when selected
      package/pixman: Fix pixman compilation on riscv

 ...-enable-RVV-on-linux-if-hwcap-headers-are.patch | 44 ++++++++++++++++++++++
 package/pixman/pixman.mk                           |  6 +++
 2 files changed, 50 insertions(+)
---
base-commit: f2b14baf2576b54cca43e6f2aebbb4a19fae3bd9
change-id: 20250410-pixman_riscv_dependency-00d2cca17b88
-- 
- Charlie

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

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

end of thread, other threads:[~2025-04-22 19:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-21 21:37 [Buildroot] [PATCH v2 0/2] package/pixman: Fix riscv vector support Charlie Jenkins
2025-04-21 21:37 ` [Buildroot] [PATCH v2 1/2] package/pixman: Only compile with riscv vector support when selected Charlie Jenkins
2025-04-21 21:37 ` [Buildroot] [PATCH v2 2/2] package/pixman: Fix pixman compilation on riscv Charlie Jenkins
2025-04-22  6:57   ` Thomas Petazzoni via buildroot
2025-04-22 17:54     ` Charlie Jenkins
2025-04-22 19:41 ` [Buildroot] [PATCH v2 0/2] package/pixman: Fix riscv vector support Thomas Petazzoni via buildroot

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.