mbox series

[v2,0/3] ovmf: add some rework to the recipe

Message ID 20260514141517.226933-1-joaomarcos.costa@bootlin.com
Headers show
Series ovmf: add some rework to the recipe | expand

Message

João Marcos Costa May 14, 2026, 2:15 p.m. UTC
Hello,

This patch series contains, first of all, a slight issue with PACKAGECONFIG
previously evoked by Q. Schulz (cc'ed) in the mailing list.

The main point of the series is the support for Clang, which I tested with the
latest version llvm/clang available as of now in oe-core. I also tested the
result with the help of runqemu.

Moreover, some of the settings are obsolete and can be removed.

Best regards,

---

Changes since v1:
- clarify the behaviour change in PACKAGECONFIG's assignment
- in the second patch, make it clear that the flag is obsolete because it was
  already upstreamed (and is part of the currently used tag), not because of
  GCC's version

João Marcos Costa (3):
  ovmf: simplify PACKAGECONFIG's default value
  ovmf: drop upstreamed BUILD_CFLAGS setting
  ovmf: add support for Clang toolchain

 meta/recipes-core/ovmf/ovmf_git.bb | 51 ++++++------------------------
 1 file changed, 9 insertions(+), 42 deletions(-)